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": "152c2dd5-95a1-4722-bfda-830835d3eb44",
  "CompanyID": "6f1a0c65-7f5e-4466-bc68-756f1bf04d2c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-07T12:47:13.8600775-05:00",
  "CreatedByUserID": "afa67344-2fc3-4343-a0de-61bc99a1b59a",
  "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": "623dc034-2bca-48de-945f-b24c08c1e031",
  "CompanyID": "f004bd77-3a50-4790-827d-9e1ab72b2269",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-07T12:47:13.8600775-05:00",
  "CreatedByUserID": "762ae48b-6fcb-4510-b1ba-72c4d050069f",
  "Deleted": true
}