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": "06d8de9e-353f-4ef3-9677-60a1f6daa9a2",
  "CompanyID": "28afe489-1879-4955-a5e1-17866fbc2514",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-04T20:15:05.5567815-04:00",
  "CreatedByUserID": "4e87a025-dac1-4442-ba9c-b980b9257a12",
  "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": "c773117d-4e87-4d19-99d2-56c5eca997fd",
  "CompanyID": "e747ab0d-9597-4e56-a61c-208c1ab6dc4b",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-04T20:15:05.5567815-04:00",
  "CreatedByUserID": "fe0ee568-13e4-4f40-a043-3fd1251e07e7",
  "Deleted": true
}