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": "630b56b5-a631-4b67-acbc-a4493db907d0",
  "CompanyID": "6e03c2d0-89ac-47be-a9b5-0d0acf2ee9da",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-18T04:47:55.4370695-04:00",
  "CreatedByUserID": "1c43d3d6-8136-4f56-a3e8-3ab652f97c9c",
  "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": "d11e9ee2-5136-41ed-868f-3abb02accb6f",
  "CompanyID": "b70d3a48-c43e-400e-a1e3-a8f300eba2eb",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-18T04:47:55.5776944-04:00",
  "CreatedByUserID": "fbf376af-9e3a-430b-a598-73fb4bd21f73",
  "Deleted": true
}