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": "f9a96bed-9697-443a-a615-cd9b2774ccfe",
"CompanyID": "0110367b-d675-4f4f-8d60-6db2582f674b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-07T05:01:52.5610035-04:00",
"CreatedByUserID": "a2ab602c-6d2f-4ed4-ab1f-cba08016570d",
"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": "c86de021-9401-45bc-a680-581cfe308010",
"CompanyID": "4f27dc41-f853-43a1-8a2b-35ebc39c86b3",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-07T05:01:52.5610035-04:00",
"CreatedByUserID": "646ec344-2055-4560-ad8e-0bd98ade62eb",
"Deleted": true
}