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": "951dcf4d-c7cf-4651-8e71-c4cd99a79738",
"CompanyID": "d09c8183-baea-4bd5-95fd-6ab5332d7800",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-05T00:36:06.7447357-04:00",
"CreatedByUserID": "6f6a3250-f67e-49c7-ad9d-41e700af59b4",
"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": "79f48945-9937-42c1-8325-84faa240bf00",
"CompanyID": "aef4b400-d73d-40e5-a456-bcad9ef4e5be",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-05T00:36:06.7447357-04:00",
"CreatedByUserID": "bd9284c7-6623-447d-8751-59fd04813f6e",
"Deleted": true
}