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": "385f23ac-1b46-4d5c-bca3-41234f03d2cb",
  "CompanyID": "d105406e-03e2-4833-9e24-7c29c01139f4",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-24T10:51:27.0711514-04:00",
  "CreatedByUserID": "545c4394-1f41-4791-930e-e864957c5536",
  "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": "3035b035-f2d2-4589-87d1-9274f6357ab3",
  "CompanyID": "f0fd43e7-6a76-47d8-80c3-99661546a9dc",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-24T10:51:27.0867583-04:00",
  "CreatedByUserID": "4727930e-a5bc-45e4-85bb-ce29de9410a4",
  "Deleted": true
}