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": "e0bfabec-8997-4a45-915c-c2710aea5948",
"CompanyID": "9aeae54d-2f50-4200-b334-6dffdb7e9b88",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-15T02:08:26.0224074-04:00",
"CreatedByUserID": "ecb4c759-9353-4e68-8440-f449308dbd49",
"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": "9ddf0598-c410-4302-be65-805e629b8c4a",
"CompanyID": "d76698ed-d6d4-4b1d-b60b-e1b881c09742",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-15T02:08:26.0224074-04:00",
"CreatedByUserID": "7af8973c-a32d-4c1a-870e-8a771961c484",
"Deleted": true
}