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": "a10a651b-ff69-4cf2-9ee9-7880ad29aa18",
"CompanyID": "2b4f371d-16d9-4d13-87f4-e37209a21d0e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-16T18:06:39.5330818-04:00",
"CreatedByUserID": "92c84247-1c7f-4e29-baf6-9649e2d8a22b",
"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": "4b198398-6446-42bd-b516-d86348a599fe",
"CompanyID": "c62b7e38-9d88-403f-90e7-7ee5be39b70c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-16T18:06:39.5330818-04:00",
"CreatedByUserID": "b211e798-6993-4de7-9cfe-2a05a6938ed7",
"Deleted": true
}