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": "95f6a3d7-ade6-4679-b4c3-e2dddb0324ee",
  "CompanyID": "92a0a196-e4a9-4c38-8457-ccc2dfc51abe",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-15T09:52:19.2446424-04:00",
  "CreatedByUserID": "1d9b694c-453c-4451-a83f-d848f8ab20b6",
  "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": "584e96a6-e0af-4c26-b9af-d3bc1ea5c25e",
  "CompanyID": "abf048de-9f84-4e14-b921-35621545e613",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-15T09:52:19.4009013-04:00",
  "CreatedByUserID": "4e113112-c793-4b5f-9b1d-5eed80ddc503",
  "Deleted": true
}