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": "59c6c0ad-ea80-45fb-87c7-a9abf36cceff",
"CompanyID": "dd6f4ae3-345b-49b7-93f7-0d098f0a7145",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-25T08:12:23.8978941-04:00",
"CreatedByUserID": "08c3056f-b1d9-4fa3-a5a0-054ba5ce1001",
"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": "12178a21-c3b8-4b22-b165-17d145215108",
"CompanyID": "a3a3b76d-781a-4ab3-8b85-500eb863ae58",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-25T08:12:24.0541413-04:00",
"CreatedByUserID": "50b5ef08-0281-4fd4-a587-ecc708a00bd0",
"Deleted": true
}