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": "bfacdddb-ba82-4ac1-bc3a-4022b9cc003e",
"CompanyID": "a8b9b5c2-f354-448e-b09c-6e95006ad3fe",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-15T01:20:24.7195476-04:00",
"CreatedByUserID": "ca681f39-b658-4976-9447-be9102ba145c",
"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": "99feb029-8bb2-49d2-aef2-3b5bdf09c2ab",
"CompanyID": "0e9f2579-d3a9-4e1c-a591-9548ab10f664",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-15T01:20:24.8601642-04:00",
"CreatedByUserID": "deed0fa6-322a-4c08-a9fa-62be331e697c",
"Deleted": true
}