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": "569ad8d3-d534-43c8-899d-244aca1d4a32",
"CompanyID": "e54a95fb-9e87-4eac-bb4b-378731df4390",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-18T09:27:44.549494-04:00",
"CreatedByUserID": "75aa4d57-aff6-48cf-b993-d20d5797223f",
"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": "0a3e451c-6ff4-4ee5-a8d0-674d20467210",
"CompanyID": "ccf5f673-6811-4d37-80c3-672da5349085",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-04-18T09:27:44.6901234-04:00",
"CreatedByUserID": "13423411-bceb-4d06-aa08-199a71b0558d",
"Deleted": true
}