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": "f5506322-b046-4b5b-9253-a8d27973b8cf",
"CompanyID": "0ff00427-7c42-42b3-90de-140320e39f83",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-08T16:54:33.3329045-04:00",
"CreatedByUserID": "6fe87c6a-635c-46ac-9251-696b5f6a925d",
"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": "9d85f93b-3d67-4ce3-a0fc-514ba2e739b0",
"CompanyID": "2cdba91b-44e0-48e3-b971-bf5f9a984c69",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-08T16:54:33.3329045-04:00",
"CreatedByUserID": "a9eecbf2-d562-430a-8f74-429976bcd482",
"Deleted": true
}