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": "6eb7a099-77c3-4baf-bf2a-47ad29d023d8",
"CompanyID": "79d1957b-b296-42a6-badf-c8a47cfac850",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-17T17:20:25.5858771-04:00",
"CreatedByUserID": "1ed8ab13-7f7d-40fe-b89f-6b9e0566e27e",
"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": "4ac8c897-6b91-4299-85a0-09b7bbaadaac",
"CompanyID": "fb7b066e-cfa9-492b-861f-1a7905ee7141",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-17T17:20:25.5858771-04:00",
"CreatedByUserID": "a189e266-89c1-4eff-8864-e5523a70a6b2",
"Deleted": true
}