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": "a5b35780-909d-4d84-817a-6b7d580a76d2",
"CompanyID": "f4dd3cbb-b04f-4ece-b7ee-3804d54c2175",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-17T14:16:53.2231065-04:00",
"CreatedByUserID": "6d9a50e7-7bd6-446e-b248-b04ec105360d",
"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": "8b0dcae5-6ac0-49a5-bd88-963b6cae31ea",
"CompanyID": "cc7afc27-aaa9-4ebc-8c29-7500cc468420",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-17T14:16:53.3637231-04:00",
"CreatedByUserID": "91da31d2-3940-4a08-9e28-16777c506511",
"Deleted": true
}