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": "6d4d04cc-4672-4202-ac6f-4744f5cacbe0",
  "CompanyID": "6839915a-c72a-4055-b464-1a03d5023d71",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-03T20:40:33.111525-04:00",
  "CreatedByUserID": "b4b2c960-8c30-44d4-a0b0-db23ff96ce9b",
  "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": "04bed372-7d16-4479-b855-b89f1747f5c2",
  "CompanyID": "c30daa7f-8985-4b88-b03c-2651402e4bba",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-03T20:40:33.111525-04:00",
  "CreatedByUserID": "9e5c9cb6-76f3-45b8-88f2-2683983fe720",
  "Deleted": true
}