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": "b19f75ad-1d81-41cd-90d7-b317e382f07e",
"CompanyID": "984f03e8-6b57-4ad2-90b6-d94bcaf3e123",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-24T03:31:09.8249149-04:00",
"CreatedByUserID": "a48ecc36-4c73-4168-9507-aea5c93d9c9b",
"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": "38486644-7284-4883-b601-c05187ba52a6",
"CompanyID": "417751b3-c944-4c0f-b4dd-89cda92bac62",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-24T03:31:09.8249149-04:00",
"CreatedByUserID": "afe4f512-3f63-429d-8b88-56f7053be25f",
"Deleted": true
}