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": "e3f4003d-8edb-448b-8459-6db65be4c269",
"CompanyID": "8140cc19-fb89-4ed6-a200-1f26b79b43c8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-28T16:18:57.2901669-04:00",
"CreatedByUserID": "446b4d3a-dfb7-496e-a70d-57b003d839a7",
"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": "04213c08-9944-4f9d-8a72-473a1053eb23",
"CompanyID": "0f81090b-815f-49be-9a87-8ca3e8100ff5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-28T16:18:57.4464148-04:00",
"CreatedByUserID": "6cf2354c-4522-420c-b1c6-e9a41d33b64a",
"Deleted": true
}