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": "bd6bf1c1-dd0e-42f8-9795-7b4f8193fe05",
"CompanyID": "b043dc51-6a70-4a5e-8b6d-e60e4f1a1f06",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-16T19:49:37.0057794-04:00",
"CreatedByUserID": "b4051123-f15f-45fe-b10c-dedf511cc4bd",
"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": "9a985d69-8885-4b18-a6b2-84622a4ec737",
"CompanyID": "6f27b2a4-13ac-4c72-8d5f-95b452d966a6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-16T19:49:37.1464105-04:00",
"CreatedByUserID": "ac26a7c9-e5cd-413a-825b-63aebfb85d56",
"Deleted": true
}