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": "38bc575d-e50c-4806-b212-380ef332de82",
"CompanyID": "21cdab7e-4a13-4cc3-ac1c-17eeec32085f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-19T21:27:49.6265248-04:00",
"CreatedByUserID": "60cd195c-62fa-4b1c-8c85-9ed59214dbc8",
"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": "3991e868-533d-48a7-a429-519be89a159a",
"CompanyID": "049f6348-c739-489a-9d0d-6d9f3ec069e5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-19T21:27:49.7827712-04:00",
"CreatedByUserID": "e7512813-7f44-420d-b443-bb1c360d32d6",
"Deleted": true
}