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": "ee70a1de-e929-4f30-8152-bdff17d662e6",
  "CompanyID": "96988507-6b8e-41e9-a833-cd8b4c3a36e1",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-03T07:04:48.9683032-04:00",
  "CreatedByUserID": "194bcf6c-885b-439e-a22f-ea8a8d1dc09b",
  "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": "f2090f87-30b4-4656-8eff-33a7766cc2c6",
  "CompanyID": "4033b199-79a0-40b5-8ece-b6a1f613538b",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-03T07:04:48.9683032-04:00",
  "CreatedByUserID": "bcb81f03-db4f-45a2-95a0-3180096d9b02",
  "Deleted": true
}