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": "068e31a4-80f0-4786-af4c-107c935775c1",
"CompanyID": "d2724044-f0aa-4cf5-80a6-037a0f1edd48",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-12T21:46:01.7211199-04:00",
"CreatedByUserID": "4a78b676-3de8-4ea8-990c-e32dc62bb4fd",
"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": "17d30e77-22c3-42a9-bfe6-160d6fe0461d",
"CompanyID": "99f6ee69-112e-4e1c-b504-4bb410c06e02",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-12T21:46:01.7211199-04:00",
"CreatedByUserID": "e6501f40-ec47-4dc5-9b90-0072eae5a23f",
"Deleted": true
}