POST api/CompanyCommunity
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| companyCommunity | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CompanyCommunityID": "c55244fc-bc52-4b50-a2e9-c9a5a0a6e427",
"CompanyID": "b418b7ae-ebaa-4216-bb60-6dd23401ede6",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-05T04:14:50.7252856-04:00",
"CreatedByUserID": "5ab0414d-b4c0-4c1f-853e-19c6c13e91bd",
"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": "e33fe1a8-cea5-431a-b51a-8815159f4c0e",
"CompanyID": "12e91a7a-8cd3-4731-beac-a818dabc9eb0",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-05T04:14:50.7252856-04:00",
"CreatedByUserID": "27cefa09-a36b-4eaf-bb67-c1b05180517a",
"Deleted": true
}