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": "dbdc4f0c-ae9c-4b35-84f9-6e913496f4df",
  "CompanyID": "d441900f-9b9f-41dc-965a-342192a2ecc0",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-25T12:33:27.6106645-04:00",
  "CreatedByUserID": "6c4e2671-1f79-4baa-8d59-3217a52c8a2b",
  "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": "aad219e1-5b01-4521-af4b-58f47eb809b2",
  "CompanyID": "5d37f10b-5c24-4b05-9779-fc0974f170a4",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-25T12:33:27.6262791-04:00",
  "CreatedByUserID": "c6a13684-9df9-4f44-bbb6-46ab2d672a43",
  "Deleted": true
}