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": "88113ade-a043-4a1c-9c05-7803743fc79d",
  "CompanyID": "384255a4-700c-4e43-ab2a-0b594b22610e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-27T00:36:34.4276247-04:00",
  "CreatedByUserID": "5dec0ca3-8648-4b63-8fb3-b4fb7d50ac4e",
  "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": "5a9cc4ac-c032-4869-a330-9ed1c6b0ff00",
  "CompanyID": "49e4e77f-4f00-407a-8fa4-fabe454b218e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-27T00:36:34.4432512-04:00",
  "CreatedByUserID": "225decfd-cb5e-4245-925b-04f165ab91d6",
  "Deleted": true
}