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": "ad27c946-5e18-4cb1-965f-7fc2ddc0005d",
"CompanyID": "8b0ff987-b435-4782-9e09-440d02fcbe29",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-25T15:32:51.244585-04:00",
"CreatedByUserID": "9c0cc54e-3736-4b74-9899-afc92247db39",
"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": "6e106b92-25df-4494-b9b9-38a3995a8cf8",
"CompanyID": "c3429ae6-0eb8-4540-b291-3c76f5c39cc1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-25T15:32:51.3852075-04:00",
"CreatedByUserID": "157bc1bc-ad87-4a82-8f2c-b3df195c9aa0",
"Deleted": true
}