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": "51e9c35a-c892-4039-bfb6-082023c7b0bc",
  "CompanyID": "54b4bb88-51c2-43c3-af18-9732f7f49b8b",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-05T15:15:15.6554826-05:00",
  "CreatedByUserID": "ed5e2bb3-5990-40c1-a991-7237367e09db",
  "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": "47bd0be3-d4ca-440c-8a2e-39c4e6e9ad8f",
  "CompanyID": "94a2b7b3-f994-4716-bc4f-a33d3f6745ec",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-05T15:15:15.6554826-05:00",
  "CreatedByUserID": "5f280b70-6c09-4937-940c-be7b2f53fd35",
  "Deleted": true
}