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": "1f407018-1446-4052-8e6f-31ea47b06af6",
  "CompanyID": "0c2b07f3-16fc-45dc-b47f-4c2a2dac5771",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-26T00:34:26.2847363-04:00",
  "CreatedByUserID": "5634705f-d5b0-48f9-bb50-c416e1eb4845",
  "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": "78c24e2d-ad9e-4a6c-9d07-6fb52fdafa48",
  "CompanyID": "ab6df570-e262-4621-9d7d-02121d1eb90d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-26T00:34:26.2847363-04:00",
  "CreatedByUserID": "0fee87ab-3651-4d19-a7cc-ac5010fc4cc9",
  "Deleted": true
}