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": "517dda94-0131-4b9b-b135-f4fe1643a3e3",
  "CompanyID": "1a1a5558-4421-4d7b-998f-bc58b116001b",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-09T05:28:07.5550221-04:00",
  "CreatedByUserID": "32cf6c95-e999-4698-99c7-db2382560416",
  "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": "c4dd606f-8729-46ec-a659-90dca302bff7",
  "CompanyID": "8268afe8-1ae7-49cc-9167-cdc22fd202ed",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-09T05:28:07.5706496-04:00",
  "CreatedByUserID": "de2e12c9-e70d-414d-9901-566f5ad352e5",
  "Deleted": true
}