POST api/CompanyCommunity

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
companyCommunity
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CompanyCommunityID": "d447c758-5f3f-4bf0-ae61-ca5d73ed9d12",
  "CompanyID": "da1661a0-6102-4599-9841-269a057632a3",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-17T09:27:26.0110053-04:00",
  "CreatedByUserID": "59c92fc9-a0b5-4085-8c9c-1385fc0543ad",
  "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": "8ffcf6c8-183a-42e8-8595-659c85b295d5",
  "CompanyID": "3f217142-dac1-4697-ac3d-fbecd38e2a53",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-17T09:27:26.1516214-04:00",
  "CreatedByUserID": "5c1ed5a9-a69d-4511-9805-27cb550bc5c9",
  "Deleted": true
}