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": "e92a04fc-9a45-4ae3-b57b-1194dc33c051",
  "CompanyID": "3e0fbe08-6705-4f30-b2d1-0b2fe5c9f533",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-10T21:04:08.646932-04:00",
  "CreatedByUserID": "62423197-fe0c-4180-ad2c-cfad55adcdd2",
  "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": "c8165c8b-a90a-4b69-9d51-b1dfce1d25d4",
  "CompanyID": "0d1b45f1-91a1-4c6d-8d31-01ebf5684083",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-10T21:04:08.646932-04:00",
  "CreatedByUserID": "835999a6-027a-4834-a43b-b1d4c3ef4c84",
  "Deleted": true
}