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": "d6297dc7-ac25-4ad3-913c-0e3327c5a104",
  "CompanyID": "c394b065-beeb-4ad5-b7e1-39a6f098f0e0",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-10T11:46:59.7454935-05:00",
  "CreatedByUserID": "a6895f44-218b-497f-be7e-507820d4da1c",
  "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": "99b8dad8-f600-409c-b65a-e85384932d95",
  "CompanyID": "d836291a-4283-4610-958b-63b3acefd7f6",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-10T11:46:59.7454935-05:00",
  "CreatedByUserID": "9af97961-80c3-4804-88e1-b83b859c92ad",
  "Deleted": true
}