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": "87cea584-07cc-4d59-b154-689ef3016a73",
  "CompanyID": "0e58d0cb-6612-4b7b-806c-9089662edf4a",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-10T09:54:57.4487481-04:00",
  "CreatedByUserID": "c08df534-0f07-4685-9d05-55ebdf7e7b17",
  "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": "fcc27e1d-f0bf-40c4-b1c4-acda92b63f6c",
  "CompanyID": "51e09e53-4d1f-4b8a-8638-32dba6549638",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-10T09:54:57.589359-04:00",
  "CreatedByUserID": "d30c085a-a6d1-40ec-b01b-d1d50c04f300",
  "Deleted": true
}