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": "e60167ce-fd63-4023-8a5e-b7a3a448220e",
"CompanyID": "3622e525-3c68-482e-86c4-d821c9403a54",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-04T17:03:41.1037118-04:00",
"CreatedByUserID": "e414ff29-e4c5-4232-a2c6-c225f1dcffc2",
"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": "7534a9bd-912e-47f1-ab65-e36809e25553",
"CompanyID": "0cdd794e-4aba-4560-8f1b-c7162b62f101",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-04T17:03:41.1193315-04:00",
"CreatedByUserID": "ed2c1bdb-4c0b-4038-9dd0-ad6f36e55fcf",
"Deleted": true
}