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": "d0394982-7513-4ecb-ab89-71a1fa11c7c9",
"CompanyID": "7b409e12-f3b2-4d8b-96f0-90bb680750e2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-20T19:17:04.815354-04:00",
"CreatedByUserID": "b984eb5f-37ef-4908-862f-1d896b4b5921",
"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": "3a40388e-f2df-45f3-baba-6283c6fbe8f5",
"CompanyID": "d31b7c33-5225-4644-82c7-fe0d164cad37",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-20T19:17:04.9715996-04:00",
"CreatedByUserID": "52226fb7-2599-4e5c-a402-8960309709e4",
"Deleted": true
}