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": "00765414-058e-4326-a01d-38a0b8564249",
  "CompanyID": "da37f9b6-9a83-426d-b2e9-dae500d3e34b",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-17T20:10:15.2038847-04:00",
  "CreatedByUserID": "ba560f48-99fe-4a32-acb4-4c6eac16729d",
  "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": "4830e609-8bcf-4e3b-a382-8a07908e0b17",
  "CompanyID": "965807c9-8279-4126-b9f3-039df400051f",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-17T20:10:15.2038847-04:00",
  "CreatedByUserID": "d3044400-164f-42fa-9763-374bebe0b9ef",
  "Deleted": true
}