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": "9d182607-8a84-43ac-847a-ec6986b8c83b",
  "CompanyID": "40ca7765-1547-4755-93a8-60604b8ab45d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-21T13:29:38.1584178-04:00",
  "CreatedByUserID": "d1924b98-6d85-4e36-9eb6-7fd070c3a41a",
  "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": "99fcd0f2-c386-4782-9a95-9780b508562f",
  "CompanyID": "cfcc1add-2b69-4308-93a2-c81cae01a0cc",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-21T13:29:38.1584178-04:00",
  "CreatedByUserID": "6e80d0b5-ec8d-4e44-b0fc-289643fc0986",
  "Deleted": true
}