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": "ad42b625-b3c8-48e9-abae-4ce2ac6b8a6d",
"CompanyID": "8bd0beef-219a-430a-a613-f1c6c9e17250",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-15T21:48:47.086838-04:00",
"CreatedByUserID": "1f2c6680-a481-46e5-8e7f-61b216389bb3",
"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": "4eb62f2a-698a-494f-b386-1fa700ef36a8",
"CompanyID": "9aac0441-36e9-4197-963c-03bc8572bead",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-15T21:48:47.1024604-04:00",
"CreatedByUserID": "e8cc2fdd-90c2-485c-987b-1b5e7dd3b360",
"Deleted": true
}