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": "5842727e-73ea-4198-a9b7-9990b8cac130",
  "CompanyID": "a5003753-b804-478a-92e6-7483413697a5",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-12T01:28:32.3278936-04:00",
  "CreatedByUserID": "9161635d-89ac-4de9-a9d3-724d880a87f2",
  "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": "f78a37d0-fa5e-4939-93d1-17472c95d14f",
  "CompanyID": "9706ac37-e5b7-4f91-b5a2-96122bec9be7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-12T01:28:32.3278936-04:00",
  "CreatedByUserID": "e02e73d8-04cb-4e4b-9092-08b80632fc74",
  "Deleted": true
}