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": "554a573f-53c1-45a0-a56f-7f42fa67f80b",
  "CompanyID": "9ec5e8be-a16a-401e-bf0a-e68890b92e36",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-17T07:02:03.4215898-04:00",
  "CreatedByUserID": "08dca732-1353-42b2-8b70-8ce5004a8a1c",
  "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": "cb4378dd-63ab-4779-8b4b-439f35bc5efa",
  "CompanyID": "468ae27a-cd73-40bf-88e4-596f5a6692e6",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-17T07:02:03.4215898-04:00",
  "CreatedByUserID": "98aeba3b-01e2-45f1-bdc4-48924011fd7c",
  "Deleted": true
}