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": "300033ac-28da-406f-a897-83f21a46896a",
"CompanyID": "f83a1ee8-0082-44ba-9ac0-80ccc78101ed",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-09T23:22:16.0233745-04:00",
"CreatedByUserID": "49227ad0-b904-4873-9600-65f9423c1e70",
"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": "3a48ed50-9ce1-49f7-9f90-608701c7a0fc",
"CompanyID": "8efaeccb-149a-407f-8812-f1db9112471b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-09T23:22:16.2108753-04:00",
"CreatedByUserID": "4c6c36f0-9305-4667-b7d6-1875721af7f8",
"Deleted": true
}