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": "4effa83f-92d8-4e66-bd86-6bab9be32c52",
  "CompanyID": "4acb4be2-b0ec-4f57-909a-4fd3382eec05",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-15T18:35:43.1930951-04:00",
  "CreatedByUserID": "a41f592c-ecba-4960-a9a7-b33c5984be69",
  "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": "90a5912e-69ef-45c9-b301-1e5181d9ccff",
  "CompanyID": "4663bd1d-2df5-4d33-90bf-ce3394be2a36",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-15T18:35:43.1930951-04:00",
  "CreatedByUserID": "0d65f9f4-4644-49f3-9d2f-ef4063637170",
  "Deleted": true
}