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": "df504382-526b-47cd-afad-18b15aacf8ac",
"CompanyID": "4cbd46a2-4fb7-4bd9-9122-a5f58f55c662",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-03T16:29:28.5385702-04:00",
"CreatedByUserID": "7d03ce90-4e40-485e-a074-7d9328ce2c1a",
"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": "0860dfff-47e9-4e2e-ad4e-0e5c3fbea8f1",
"CompanyID": "da8fea5f-2d43-47f5-af4c-43a1119d8cd9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-03T16:29:28.5385702-04:00",
"CreatedByUserID": "57e87db2-340e-42b3-b0a9-7a34396f7578",
"Deleted": true
}