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": "7609d644-ab6e-4ab8-bb02-c3e9cbb1962a",
"CompanyID": "5f097c56-9010-4df7-9bc6-08fc9f2e0889",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-31T00:14:14.8747617-04:00",
"CreatedByUserID": "ff729933-e7e7-425b-8f5f-1a848392768e",
"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": "a5596b23-b07d-44f6-9d86-122702d9da0d",
"CompanyID": "88d99a15-161e-491e-bf76-c1874d06cbfc",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-31T00:14:15.0310114-04:00",
"CreatedByUserID": "34537681-a30b-4c65-a0aa-b3ee91367816",
"Deleted": true
}