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": "0f69c6b1-35fc-4419-81e9-3340dde560b6",
  "CompanyID": "da3edc0d-c85a-43f3-8b50-323d95e562ee",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-26T23:03:39.8334636-04:00",
  "CreatedByUserID": "47a21dfe-5836-4285-b8ae-b1fba1239548",
  "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": "20cd56c1-76d7-4fa3-8aef-b5bef940a16a",
  "CompanyID": "0b7631ed-2f29-45b1-850c-bd756092c92b",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-26T23:03:39.8334636-04:00",
  "CreatedByUserID": "12948dda-895e-4e22-bdbd-ca2f0826ef73",
  "Deleted": true
}