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": "9e42133f-be44-4b54-b662-f5fea2663665",
  "CompanyID": "1b8055da-cc9f-47ff-9cfd-bf36bab50d2e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-31T19:43:48.9955415-04:00",
  "CreatedByUserID": "2e508c2b-55fe-42f6-a96f-29529f2da9e6",
  "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": "524433ad-c9c7-466b-84b8-45bafdf36e60",
  "CompanyID": "3df81cb7-494b-4e0c-8392-61f57a5140f1",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-31T19:43:48.9955415-04:00",
  "CreatedByUserID": "c887ee79-3934-46d1-8ac3-e31a056ebcc1",
  "Deleted": true
}