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": "5e262d2e-1293-4287-9ef1-676de295283f",
  "CompanyID": "586b30d2-421c-40d8-844e-e38eb12e2e02",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-10-23T09:01:28.8016352-04:00",
  "CreatedByUserID": "1dd10f91-44a2-4eba-8448-db84b5e44f87",
  "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": "c3254e6a-1d87-4b68-a055-d4a978a83964",
  "CompanyID": "a67497ca-54a2-477d-9f7b-0ceea5ff5cab",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-10-23T09:01:28.8172583-04:00",
  "CreatedByUserID": "93b308aa-4ad4-4230-b5fb-4f102cd1313d",
  "Deleted": true
}