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": "d00a8a65-1bfd-4e82-b71b-0f815ce2f265",
"CompanyID": "f7c6877e-2eb5-46e9-826e-a6cd4a878e3d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-22T15:01:46.1659947-04:00",
"CreatedByUserID": "e25316b3-b5c3-4ecf-838e-2c9285fc116f",
"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": "058ef09b-13de-4305-8717-2c8898275955",
"CompanyID": "422b0da4-df93-4d76-928a-c2912cc0cd9e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-22T15:01:46.1816082-04:00",
"CreatedByUserID": "0d32a5c4-0de3-4919-96a3-436f3dc87ac2",
"Deleted": true
}