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": "244de622-e5e7-4ae3-ba2e-c32e822f1135",
  "CompanyID": "aa2c1a0c-63c1-4880-9af5-995112c467b5",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-03T07:42:30.9146576-04:00",
  "CreatedByUserID": "cf1c4d42-2188-4892-90e8-8c73de695d9b",
  "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": "c078c0cc-0ac6-4a4b-85bf-64a858663eb5",
  "CompanyID": "4168d366-71c4-4176-92ea-b231db166950",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-03T07:42:30.9146576-04:00",
  "CreatedByUserID": "13de2aba-d275-418f-94fa-22aabd7d0753",
  "Deleted": true
}