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": "c3891cc3-606f-43b8-b74d-1df483746330",
  "CompanyID": "edca1292-38df-43f6-9a18-2c78a227c447",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-02T11:09:37.902499-04:00",
  "CreatedByUserID": "6b2df144-3cc2-468c-9675-5b1c50d60a01",
  "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": "50e6ae66-8684-4f5d-adbb-c34c11c15c46",
  "CompanyID": "6035f157-2e0b-46f1-8b54-6c39d65b0a20",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-02T11:09:37.9181154-04:00",
  "CreatedByUserID": "a41a3c9e-c675-4d9a-b889-39d20bef94d8",
  "Deleted": true
}