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": "5828d149-02d5-4211-ac1e-99067fba8610",
"CompanyID": "58f33d8e-b773-4183-a865-4f34ec3c0983",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-17T15:25:06.8429259-04:00",
"CreatedByUserID": "18211afc-d24b-4143-88d6-5931ff33ce1e",
"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": "bf8c1f99-eeb6-4f53-a750-11b14196742e",
"CompanyID": "e6dcc846-77a6-41de-b94d-ed832685951c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-17T15:25:06.8429259-04:00",
"CreatedByUserID": "276404f5-3357-4e07-b5e6-ebfd7cf1ba48",
"Deleted": true
}