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": "6d9bede9-6f80-4bdd-9150-2703ee14eed7",
"CompanyID": "373769bb-3c12-4686-a65b-82af0a956395",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-26T04:34:26.7687652-04:00",
"CreatedByUserID": "786ac55f-717d-436a-b1ea-4fd1728c7711",
"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": "8ef947d0-1264-4fb6-bb53-a83ca5426660",
"CompanyID": "60792971-f5c8-4af0-80cb-c545d184e136",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-26T04:34:26.7687652-04:00",
"CreatedByUserID": "1d5660fe-1f97-4357-8d4c-dbfc6977efc4",
"Deleted": true
}