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": "2449744c-2552-42e8-9614-6686d11fd2f9",
"CompanyID": "4ece82d3-4945-445a-9b43-5be29eb484f6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-13T16:51:51.0498133-04:00",
"CreatedByUserID": "452d8a55-97a6-48ac-81af-7a81eb015627",
"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": "781f71b3-256f-4b38-956c-33a9ce46150b",
"CompanyID": "a78b2784-3fdc-441f-96e3-8500cfb85373",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-13T16:51:51.0498133-04:00",
"CreatedByUserID": "9aa0b68c-da02-404c-9fd0-26b9b2c77efc",
"Deleted": true
}