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": "3f1ed0c4-7549-473e-a343-333862a354f4",
  "CompanyID": "3bf409da-1caf-4306-ae7f-e50cdb2a4a8f",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-09T02:18:37.5442829-04:00",
  "CreatedByUserID": "8d098ed7-904c-4ef0-8de4-fa2521048ead",
  "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": "a57c27e9-f536-444a-a930-4b8615c4c09f",
  "CompanyID": "093380c5-53a1-489e-9a62-f12ff7a8824d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-09T02:18:37.5442829-04:00",
  "CreatedByUserID": "00d0d3ed-06f1-4b34-9056-8d779451fa65",
  "Deleted": true
}