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": "2f32f732-5dfa-41b5-96c2-f3269646cd82",
  "CompanyID": "0f1a33b1-d1bb-4e3c-bcb8-765a1ca9db9e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-07T14:24:36.1682771-04:00",
  "CreatedByUserID": "7a84b124-bb6c-43e0-a925-2c0a7fa4407e",
  "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": "e9020e6c-3810-4e4b-a880-3fc802deb98e",
  "CompanyID": "b4d53908-9fcc-4e82-8045-14d0aa34c381",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-07T14:24:36.3088942-04:00",
  "CreatedByUserID": "1ab55f82-eab1-4a4f-857c-1c321defc4b4",
  "Deleted": true
}