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": "d04e21e6-8b13-497d-aba3-b5e84b6bfba5",
  "CompanyID": "dda83f7f-f2b5-4a2d-a30e-f4bbbf53dcbd",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-27T21:56:54.57711-04:00",
  "CreatedByUserID": "61358ddc-605f-4b52-8b43-ffe46ef96f41",
  "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": "b7c46ef8-9402-4bfc-955c-e4d6c3458a64",
  "CompanyID": "3c97eaf0-4edc-4d8c-aca8-c19f9e33881c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-27T21:56:54.5927377-04:00",
  "CreatedByUserID": "1e666f70-2d39-4851-9850-88200fd675b6",
  "Deleted": true
}