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": "a8d3b7c7-09a3-4c57-bbc9-ad79fab68d42",
  "CompanyID": "01a29060-8902-4c4e-aa19-f2ba3abd7843",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-08T16:45:48.8040274-04:00",
  "CreatedByUserID": "0c50b257-958e-4c75-9dd5-9b4177dd6014",
  "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": "d8b0a435-4d59-43bf-88cf-fe2bbe55ad94",
  "CompanyID": "c26d1831-3eb0-4f74-90bb-6b0baf5fa050",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-08T16:45:48.8040274-04:00",
  "CreatedByUserID": "022e71b1-75dd-4282-8c0d-e0b1df2fbe1a",
  "Deleted": true
}