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": "5c19d351-ed39-4d2e-b0c8-8b9831ac6afe",
  "CompanyID": "f2e778a4-2b35-4d5d-8da8-5651ed8475e2",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-10T07:07:20.8286151-04:00",
  "CreatedByUserID": "9c640dbe-b879-47ab-a351-6a7e64234d52",
  "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": "a80ae28c-e153-4e0b-9d60-74c4a2c89b39",
  "CompanyID": "e3763c03-6ee7-4d47-a47d-e1e00b184142",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-10T07:07:20.8286151-04:00",
  "CreatedByUserID": "97d53142-53cb-4646-b65a-e2293155d2cf",
  "Deleted": true
}