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": "918fc21a-1913-4fe1-af03-d32f6968c030",
  "CompanyID": "00cd1a90-021a-46f1-b87b-769523cf0e6c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-21T22:00:42.6912055-05:00",
  "CreatedByUserID": "d9fcbb03-656c-4dce-bfff-dfb32adabc70",
  "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": "5e1f4694-cc2d-44ed-a1b4-b1e9c65fe558",
  "CompanyID": "e24f0893-d796-4170-a374-7ab6850b67f1",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-21T22:00:42.6912055-05:00",
  "CreatedByUserID": "9ffede14-9a6d-4c3b-af88-cd041ba6ef1b",
  "Deleted": true
}