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": "d9bbfeeb-7945-427d-b166-d431bbe912fe",
"CompanyID": "72dc1e6a-a728-4400-b5b8-029c2b6f9b4b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-20T15:47:55.7592863-04:00",
"CreatedByUserID": "5e03523a-ac45-4610-95fe-906e8f8470d8",
"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": "4d642e76-4e8a-4150-817a-856296a8f325",
"CompanyID": "09110c07-e3fa-4a20-bd77-32312ee3eee6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-20T15:47:55.7592863-04:00",
"CreatedByUserID": "46ce7b82-5c65-4931-a895-8caac9f83b2c",
"Deleted": true
}