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": "7d5085be-78d9-49c5-85c8-4eec5bcf9200",
  "CompanyID": "8b588f8f-c1e7-45a2-9da1-d723d23a24b8",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-28T23:59:25.8035588-04:00",
  "CreatedByUserID": "15a5a020-7dc7-4a7b-a94c-805436e1fec6",
  "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": "cdf7ef2a-00e4-4fe8-b859-f5b0cc57652d",
  "CompanyID": "68ee842d-5fcf-4aa8-a91f-e46afc0f70ca",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-28T23:59:25.8191811-04:00",
  "CreatedByUserID": "8ca09867-6dcd-4130-8b28-fb8d70738267",
  "Deleted": true
}