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": "d055facb-9728-407c-a482-8f2cb2777b47",
  "CompanyID": "e8cd86a1-2523-40d3-b002-36de5157a5be",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-10T10:40:53.8359557-05:00",
  "CreatedByUserID": "4d7acfb5-649f-48d6-92fe-94f714e7e16e",
  "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": "a1b0c922-07b9-40e6-860a-c0b8269af3c1",
  "CompanyID": "5b4dbbda-24ff-4596-b0ad-e616b4a1fbd5",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-10T10:40:53.8359557-05:00",
  "CreatedByUserID": "1d2b3d31-8739-4167-9e9d-c725b63e8f89",
  "Deleted": true
}