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": "862a02fa-8e8c-42a3-8019-f65ab4047681",
  "CompanyID": "f7b65c66-7296-4aff-af52-6c1fc043e573",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-22T09:28:59.025127-04:00",
  "CreatedByUserID": "c5fc6a84-7b0f-49d7-9fce-3c9d04655ad8",
  "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": "7f314c37-da1e-475d-b44b-31c2d05f819c",
  "CompanyID": "4ea54eaf-a067-4f7c-8ffe-8c8411abaa44",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-22T09:28:59.2126133-04:00",
  "CreatedByUserID": "7200c676-6e49-4d0d-b383-56ac80041af0",
  "Deleted": true
}