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": "846d5e8e-3ad5-40f0-964d-9463fcda0185",
"CompanyID": "e1937adc-09a9-4932-80ad-d8149e1cd581",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-03-15T15:11:30.2914454-04:00",
"CreatedByUserID": "b994aedf-a8c9-4059-9c18-a8d6fef05f77",
"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": "c0a43a43-1e55-4825-aeaf-7d1da60df885",
"CompanyID": "03121716-bb8f-4ad3-a382-f604c1d96678",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-03-15T15:11:30.2914454-04:00",
"CreatedByUserID": "244d9382-3f49-4d71-8e59-9563a9dfc236",
"Deleted": true
}