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": "fff08219-1fdf-4a8e-a1e0-b5f859e60865",
"CompanyID": "144177c2-3875-43a1-b578-4a395f64561c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-04T18:15:42.4268078-04:00",
"CreatedByUserID": "96370c03-1171-4f7a-9e53-b8d06fa439a5",
"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": "47582d73-74f9-4f83-b515-e9a80943aa82",
"CompanyID": "8164876d-451a-4852-8749-c0a0a51e881d",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-04T18:15:42.5674261-04:00",
"CreatedByUserID": "a296b395-7a7a-49e4-9556-2e6843bc64b5",
"Deleted": true
}