POST api/CompanyCommunity
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| companyCommunity | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CompanyCommunityID": "ba179382-1186-421d-87a0-6ed6dc18b061",
"CompanyID": "84458f86-7806-4b5c-b107-96a431505acd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-21T05:48:23.347018-05:00",
"CreatedByUserID": "053f9ea6-8796-4e7d-a293-4e9b5fe94d15",
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"CompanyCommunityID": "6175967b-3bb2-4bbb-9c3c-a4c0144882d7",
"CompanyID": "65e5cf75-fc0b-4c4c-9ee3-58bb71058ba5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2025-11-21T05:48:23.347018-05:00",
"CreatedByUserID": "d39a1a26-fc85-4b95-9d22-0364e7cbbd7b",
"Deleted": true
}