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": "3258f338-bbf6-4d37-8167-aa067fc6ba6a",
  "CompanyID": "fd2abaf2-fab8-4d25-b203-4079eeb430c6",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-02T23:27:57.9318229-04:00",
  "CreatedByUserID": "08a19f43-85cd-4d7b-9e1a-8d39ce845263",
  "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": "64fb4a59-21a2-4779-a4e7-169039ebc719",
  "CompanyID": "80032fa1-fb8a-476c-9ebb-b78e927b72c9",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-02T23:27:57.9473571-04:00",
  "CreatedByUserID": "71dfa54b-5cf3-43f1-944a-416864408433",
  "Deleted": true
}