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": "466b538d-d0b0-4491-9e45-841c1a6eae4d",
  "CompanyID": "3dab2e31-3fe9-478e-8429-fa4c2d4329ae",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-01T21:57:25.1593508-05:00",
  "CreatedByUserID": "f1ef4364-b0a1-4aa5-bfa2-76fb726bf1b8",
  "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": "c1dd95ed-ba63-48d3-844a-a87708e839c3",
  "CompanyID": "54ba16e7-7534-49a7-b015-9b58833551d2",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-01T21:57:25.1593508-05:00",
  "CreatedByUserID": "d01cacb3-47f5-4083-94a2-d56640ecb6e9",
  "Deleted": true
}