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": "fa68e5c6-5457-4fe0-a12b-6d0dbd506cb1",
  "CompanyID": "75b9a4ad-490b-4f54-a935-a4b4a4c726c7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-20T18:28:59.7976632-04:00",
  "CreatedByUserID": "0fbf52b0-d328-44b8-a8bd-6be677e2cdd9",
  "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": "ecaea401-f5a8-481b-8e52-1975cb023bca",
  "CompanyID": "55da5209-a1e1-4675-851f-a182bd8fca38",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-20T18:28:59.7986632-04:00",
  "CreatedByUserID": "fee3b9cc-44b6-444b-940b-26e02868b4b2",
  "Deleted": true
}