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": "c291fb86-16b2-4ad2-a568-1de6fdabdd32",
  "CompanyID": "00b3dedf-a015-489f-aa0c-971e7004943f",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-03T11:43:30.9483848-04:00",
  "CreatedByUserID": "4984c151-eb00-4f6a-9a4e-0059b36b78f7",
  "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": "196d8f8d-e721-4d01-86d5-ba815146a419",
  "CompanyID": "f5a3ab72-cfba-4d38-beb0-00844b143867",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-03T11:43:30.9483848-04:00",
  "CreatedByUserID": "dc49c1aa-3e0f-4626-8e0b-f54ea1be8e7b",
  "Deleted": true
}