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": "44a81c36-3c30-4b46-b109-3572b25b3dfc",
  "CompanyID": "c1434094-39a9-4729-b6fd-41c5e59145d2",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-04T09:27:16.233086-04:00",
  "CreatedByUserID": "1b04fb78-8f9b-4fd0-a096-5952ce254ea2",
  "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": "1ac02367-50eb-4e6d-9c0d-143bfdd214a0",
  "CompanyID": "3ba29c42-97ea-43dd-8958-05811b336a62",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-04T09:27:16.3737124-04:00",
  "CreatedByUserID": "f34acd32-1dc7-45f6-9ad7-5079488ab20e",
  "Deleted": true
}