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": "d6bb1666-2e02-4e67-b400-7be56cc4b475",
  "CompanyID": "96a270c1-d4de-470e-bdae-4359f130f970",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-31T14:31:16.6069323-04:00",
  "CreatedByUserID": "733c026c-e593-4600-b6f1-955c2f3e138e",
  "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": "9c5311d8-8a29-4d8d-82be-142ec799ddc1",
  "CompanyID": "077e7a6e-12f9-4b4a-bbcc-3994882cb168",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-31T14:31:16.6069323-04:00",
  "CreatedByUserID": "cb1e5889-7b61-4588-8ba4-5bec8224a5eb",
  "Deleted": true
}