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": "569d79d3-5c36-4698-bd19-b8057ad6b22a",
"CompanyID": "e34dce09-dab2-4fbe-a94b-ecc07915d2f8",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-22T08:39:37.1187517-04:00",
"CreatedByUserID": "c4dddb5c-af73-407c-97cc-e0d349276294",
"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": "23b1af08-a57c-4839-9796-d21c02265436",
"CompanyID": "bbebf331-daa9-42b2-83e9-b37c17372154",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-22T08:39:37.2750003-04:00",
"CreatedByUserID": "c900c937-46dd-4e01-a3af-69072eb35b0a",
"Deleted": true
}