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": "c5781ef4-46a6-4713-a4a4-f0d5511d9d94",
  "CompanyID": "5b3fa636-965a-46cd-85e4-65814b105659",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-02-28T06:17:31.2373484-05:00",
  "CreatedByUserID": "80a8dcc8-b345-40ed-8715-9978a457350b",
  "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": "b73cd372-2cc2-4d0a-b13a-b9207f750fee",
  "CompanyID": "9a6813a1-fa26-4dca-a215-e0a8a0345ad5",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-02-28T06:17:31.2373484-05:00",
  "CreatedByUserID": "56fdd6ec-1ec1-44ea-951c-4e01dae34616",
  "Deleted": true
}