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": "3c05421f-edd2-426a-b1b3-7d8773a3708e",
  "CompanyID": "9f4d7ab2-039c-4bc0-9c6e-0fc459b8a177",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-03-26T09:46:57.4053928-04:00",
  "CreatedByUserID": "705c1e7d-5602-4930-b6d9-1f09192fdd29",
  "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": "ef7dd44e-731c-46eb-9835-4572e9119e38",
  "CompanyID": "92e66be8-9181-4ac3-93c9-4b25db339661",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-03-26T09:46:57.4053928-04:00",
  "CreatedByUserID": "5f319d06-1f69-4724-92b2-5c10e50b81bb",
  "Deleted": true
}