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": "ddd90d0e-611e-4385-a393-d6c98dd8c067",
  "CompanyID": "4d214330-2365-47de-ab6f-2db9dfa6d8ea",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-03-16T01:00:44.7465664-04:00",
  "CreatedByUserID": "d9067576-13b1-4bb7-bd36-952248ba0760",
  "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": "ce703f83-bcd0-4a44-8513-cbb2e5024c20",
  "CompanyID": "57bd203d-b7cb-444a-8130-33bebf748e69",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-03-16T01:00:44.7465664-04:00",
  "CreatedByUserID": "d01b903c-45ef-4174-b489-08358c48a54f",
  "Deleted": true
}