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": "ec22ee0d-7077-4556-a5ef-f99636809262",
"CompanyID": "f2ffef68-9233-4b7d-aa0d-3e2d726c4abf",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-24T21:07:56.3959097-04:00",
"CreatedByUserID": "bc837b3b-793c-4434-9630-827929983cbc",
"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": "49150fae-5779-4b2f-a50e-e06cc2461c7d",
"CompanyID": "709b86fc-b4bc-4e1a-b856-3d3c16b4feb0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-07-24T21:07:56.3959097-04:00",
"CreatedByUserID": "29ed3d77-5bf4-40e1-b31c-193be0a1371d",
"Deleted": true
}