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": "9cb73252-8ad1-4201-9bdf-636d74b2c4ea",
  "CompanyID": "e6dcb0da-d269-40de-b419-3dc508c72319",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-04T14:55:35.2808705-05:00",
  "CreatedByUserID": "a8628dbc-3e6c-485e-a6ba-8763e4faebb5",
  "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": "2c52b0ed-1764-42b1-a47e-a36ad1ecfc18",
  "CompanyID": "3ae370f5-c123-42c3-96ac-82f841257354",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-04T14:55:35.2808705-05:00",
  "CreatedByUserID": "68e1155b-5143-455b-a6ff-ff5b9cca6714",
  "Deleted": true
}