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": "e230715d-19fe-473b-8d8a-b38f2224fc74",
  "CompanyID": "1ac1a349-9035-458c-bd42-e8f77050e84e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-20T11:05:13.064329-04:00",
  "CreatedByUserID": "d11635f1-7d00-4155-b6b0-4a5935ca9868",
  "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": "4bdb2a45-f1d2-4b28-b307-880835e9543c",
  "CompanyID": "6f69eb22-e008-4f8a-bfdc-6d62c7638af8",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-20T11:05:13.064329-04:00",
  "CreatedByUserID": "ad3033f1-20b7-4114-8ef5-2e77fa4d764e",
  "Deleted": true
}