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": "70846d70-7f54-445e-bd75-4f2f75c5215a",
  "CompanyID": "04cf8a83-b5f1-4429-beba-09419262256c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-03T19:36:22.8455572-04:00",
  "CreatedByUserID": "ea45a9b3-b74c-418c-8091-5129e8ac4b17",
  "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": "a85387b2-2fe8-4e63-ad3a-7bb2546e352a",
  "CompanyID": "0b4afbfc-1667-4f67-9fb3-4e5f768b4bee",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-03T19:36:22.8455572-04:00",
  "CreatedByUserID": "f7c15aef-1db0-4ada-9421-f3ce118ae758",
  "Deleted": true
}