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": "234b9980-7203-4fd1-ade6-d84056978c5d",
  "CompanyID": "36efd648-dc17-4ab7-ae55-f4f40d172f48",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-19T09:55:37.319302-04:00",
  "CreatedByUserID": "a1bef1cd-11a1-4e8e-9c2d-6e04bc390a99",
  "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": "f199bb06-ef36-4928-8bba-df330fffec29",
  "CompanyID": "86ebe1a4-754f-4098-9cf3-75b2f0d0cbe3",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-19T09:55:37.4755503-04:00",
  "CreatedByUserID": "62a89a0f-9477-4a6a-9bf3-48ef1363cffa",
  "Deleted": true
}