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": "8739b17a-29e4-47b8-9d35-c59582ac493a",
"CompanyID": "9abb6f94-8127-4a3b-aa2f-badffd73fb32",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-09T17:14:03.8196001-04:00",
"CreatedByUserID": "3ee6d39a-5f90-43a1-a573-c421a87336a8",
"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": "121491c4-17ae-4406-9802-2593bd28e5a4",
"CompanyID": "46e631af-7e50-46ea-b027-1dc07c686734",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-09T17:14:03.9757812-04:00",
"CreatedByUserID": "e4fd249e-53a8-4c80-a403-4c4cd696e385",
"Deleted": true
}