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": "c48dc998-9bca-4b24-8ee9-de417ed7dc85",
  "CompanyID": "a2da7b2c-57e9-47c9-8475-767d7370e296",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-21T06:31:03.8085064-04:00",
  "CreatedByUserID": "d14f4420-3a7d-4b03-b10d-f00cb74c6937",
  "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": "7ee02fdc-0d44-4788-adf3-bade00598c32",
  "CompanyID": "2b5d6c08-3a55-442f-b3aa-fa9522c6b128",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-21T06:31:03.8085064-04:00",
  "CreatedByUserID": "6fae918c-e621-41ed-bf31-1bcc57cdadd1",
  "Deleted": true
}