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": "e6d320e8-9f1f-4be5-8203-33de6c3e4a29",
  "CompanyID": "647a6f94-295e-4031-ab1c-82a37e3697a3",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-24T04:21:34.5121258-04:00",
  "CreatedByUserID": "e3b5dac4-344b-49e5-931b-6404d837876c",
  "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": "5bd1b68b-c154-4a74-8d4d-648af516e4d3",
  "CompanyID": "a453f590-48d7-4687-ac8b-d105fcdd67f1",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-24T04:21:34.6683684-04:00",
  "CreatedByUserID": "ee1f84ef-4ec5-4ab1-981e-0b10067ee7da",
  "Deleted": true
}