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": "69b7d038-fb75-4351-8cf2-41d018f0a903",
  "CompanyID": "19b79a5e-07fc-46fc-82c6-2920209cc4b1",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-29T20:49:55.422285-04:00",
  "CreatedByUserID": "8c8f8bf7-c23a-4ab4-ac85-bca42dfcd5c2",
  "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": "dc94cc1d-7402-4d66-813a-7ee6b3c0f633",
  "CompanyID": "fc296e11-89e2-4b35-923c-5ab227f23c01",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-29T20:49:55.422285-04:00",
  "CreatedByUserID": "f3103d81-c346-41e6-ada5-fe4d6be5f161",
  "Deleted": true
}