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": "55b259bb-9621-49b9-812f-65d38a31ab5d",
"CompanyID": "a4045a01-1dae-4103-9ca8-2cb77c609589",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-24T14:42:50.4783214-04:00",
"CreatedByUserID": "126d3f44-42f1-45e1-906d-b8b166035f35",
"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": "c290620f-e7d4-47a7-aba8-69a8cee0761c",
"CompanyID": "f22e3ccf-5d64-429f-9ae2-83e09dd8b04e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-24T14:42:50.4783214-04:00",
"CreatedByUserID": "a9798c11-4c0e-41e1-acf1-23357f16ad06",
"Deleted": true
}