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": "5dfef784-ceab-467c-979e-ce65be414ad4",
  "CompanyID": "b7bd2ccb-f8bf-4e69-9954-0c3e98cdf05e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-19T12:11:32.5072979-04:00",
  "CreatedByUserID": "39c2dfb7-4fa4-4fc0-97aa-7f14f4a9647f",
  "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": "b49d6e39-3b2c-45c6-aed7-a4e6834ecf1f",
  "CompanyID": "e7db4c9e-8aed-4478-8610-a39817a0a7f7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-19T12:11:32.6166782-04:00",
  "CreatedByUserID": "e62af103-af8c-42ba-9dff-2a7ad699ff4a",
  "Deleted": true
}