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": "c72d7092-5161-4083-a7bc-bb9a667c2704",
"CompanyID": "36756448-b229-4793-b318-2bbb7efd9174",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-14T12:18:01.6216599-04:00",
"CreatedByUserID": "c3ccfc9b-6bac-4a9c-870f-2e1a1e50d472",
"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": "b9a04326-2f6a-4536-af0d-1b6c4a2ceb10",
"CompanyID": "5f555b29-b067-4250-afb9-bf258ceeb51f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-14T12:18:01.6216599-04:00",
"CreatedByUserID": "a20d0aa5-5868-4bb4-9040-10175f69a490",
"Deleted": true
}