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": "9e718e20-ba96-4703-a453-44ad67679a99",
  "CompanyID": "d2c9ee00-3c01-4c0e-b2eb-5615ac9d7b9f",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-05T06:14:19.0366567-05:00",
  "CreatedByUserID": "4fbd9499-dd5a-406a-bc87-c3be21cd822c",
  "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": "09d7e3a7-6149-4945-8cae-c37f77adf72e",
  "CompanyID": "fd19b040-d562-4c24-a7f3-17ef875691f9",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-05T06:14:19.0366567-05:00",
  "CreatedByUserID": "90b27a7c-3e59-4e3e-b675-e6bbd26df44b",
  "Deleted": true
}