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": "99e978b5-e6d3-406f-8908-0217c09d3556",
  "CompanyID": "6b4206cb-f83c-4fae-b1f9-b7cdf5aab05d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-07T18:25:58.4069468-04:00",
  "CreatedByUserID": "ad2ffe77-a9cb-42bf-9ac5-917e48786f53",
  "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": "03f68298-94d4-4a98-888e-1967da2bff27",
  "CompanyID": "2981f104-b94b-4c2b-a117-11c5ee3bf85c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-07T18:25:58.4225656-04:00",
  "CreatedByUserID": "b3f2c233-318c-4c3e-b0c6-6f6ca7baa850",
  "Deleted": true
}