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": "f3c07e07-f49c-4c2e-bd31-9d39320ee2f9",
  "CompanyID": "cb3b942e-8186-47ea-9564-70c39115295b",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-06T08:42:33.5533616-05:00",
  "CreatedByUserID": "38b0f0ea-4509-4489-9a84-c93cb6194283",
  "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": "3ab28e53-129d-4c79-9281-c8a67b416c46",
  "CompanyID": "96ca24f6-71e3-4199-b53f-69e8e5cfe6a7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-06T08:42:33.5533616-05:00",
  "CreatedByUserID": "322a9b9f-5210-491d-9b2f-940eaa862586",
  "Deleted": true
}