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": "e85c0982-7c16-43ba-bee9-33410fed37b2",
  "CompanyID": "536f59b0-f031-41ca-9be2-97827c8405f7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-19T08:29:43.8144621-04:00",
  "CreatedByUserID": "2aa9f695-3384-4712-8920-a3e14bf950a2",
  "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": "9c0ce923-4682-4ed6-924b-19a8d4da47e5",
  "CompanyID": "5227fc34-8391-4b3b-af04-199a4c4eb447",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-19T08:29:43.9707203-04:00",
  "CreatedByUserID": "6789a1a7-1507-47b3-ad9f-7123b6d3a926",
  "Deleted": true
}