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": "0e242249-36c6-48ec-ab9d-6e210201ba8a",
  "CompanyID": "57b362b7-637e-4762-bfc2-a216ce6d7acb",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-28T20:15:58.7267398-04:00",
  "CreatedByUserID": "80d0b217-7064-4fad-9fb2-71658bac7188",
  "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": "c639fd83-b450-47ae-9d81-6f2ebfd5d3b7",
  "CompanyID": "6b675ad7-9a72-4db5-832c-9e9907c0cbcb",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-28T20:15:58.8673594-04:00",
  "CreatedByUserID": "b0ff0baf-24c4-4489-a554-424d2a44bc7e",
  "Deleted": true
}