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": "3c206c59-3ed0-43a2-9b76-6e98cd529438",
"CompanyID": "98dd8bf3-7ad2-4c68-95d5-8b782a8089a0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-03T23:54:57.3727684-04:00",
"CreatedByUserID": "5b7b05b4-4019-400d-91c7-b576fa751b5d",
"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": "ea0ace70-67b5-479a-b6b0-1dc5ba2badc7",
"CompanyID": "9e21f014-5fc9-495a-a3b8-84dfacb1b98c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-03T23:54:57.3727684-04:00",
"CreatedByUserID": "aeadd47a-d4f2-45b1-acaa-6210a7a73171",
"Deleted": true
}