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": "4e18d171-47fe-496a-96fd-882e13b8fe09",
"CompanyID": "db3a0d2c-24af-45ee-aad1-e0a53b393e84",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-31T19:06:18.5422948-04:00",
"CreatedByUserID": "e885f47f-5a66-4417-9b07-35f9226122e0",
"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": "691bb4f7-4b1b-473c-a51b-9ba15b1c6576",
"CompanyID": "22b24dfb-f4b2-4cd3-a704-e512453b340f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-31T19:06:18.5422948-04:00",
"CreatedByUserID": "62701bf3-556f-4b28-a6d6-e90d41bd428a",
"Deleted": true
}