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": "65752951-6a99-4e55-a628-fdd1c43c5b7b",
"CompanyID": "c38982a3-8e60-467c-9d6c-e2b20e495c33",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-25T14:31:18.1406087-04:00",
"CreatedByUserID": "97d638ee-44cc-4f15-9b97-94469650b98c",
"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": "e602cae9-f5e0-490f-a7a1-b82d4dfec01e",
"CompanyID": "d3b2d1e5-bd18-4087-bfcc-263bbe3acd5e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-25T14:31:18.3124806-04:00",
"CreatedByUserID": "83e2208c-e4b3-4f83-8b20-8d0b6f070645",
"Deleted": true
}