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": "9114cf4f-41f6-496b-88cb-bd0124f76f6c",
  "CompanyID": "59f514ef-5bca-4a68-99a5-7f9b6f6e1097",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-09T15:01:03.6712549-04:00",
  "CreatedByUserID": "f017aa8c-b596-4408-bf13-f6d5ba32ca9a",
  "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": "591af117-6943-40b2-a96b-222c80a4b790",
  "CompanyID": "a7ac2913-8c4f-42c8-aef3-5f605c1c9900",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-09T15:01:03.8118749-04:00",
  "CreatedByUserID": "4bc509aa-a2f7-4563-b1e1-93fea8b9b29d",
  "Deleted": true
}