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": "d8efc719-5291-479e-bcaa-1edfc064cfc8",
  "CompanyID": "4dbe034c-1ad8-49bc-98e2-6d195d75d39d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-10-02T16:01:58.7467361-04:00",
  "CreatedByUserID": "27b65536-e0bf-4552-b89a-986f329b4a48",
  "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": "e915391a-0d18-40f7-afc6-0a892e077717",
  "CompanyID": "1cf26732-4b3f-4cf5-858c-2edd7ac430f7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-10-02T16:01:58.7467361-04:00",
  "CreatedByUserID": "aeaa1d85-3c13-4cd2-a30d-7357d7ae3ec5",
  "Deleted": true
}