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": "ce35c887-0a80-48a2-95b8-6d0193756a08",
"CompanyID": "dc3c576e-0c87-4e58-b25f-b38be766a2c1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-13T14:12:05.0567412-04:00",
"CreatedByUserID": "f0ee7700-6cad-4929-8d77-8f1436ca3429",
"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": "31e2166f-6f52-46fe-a7ff-752fd1be1e2b",
"CompanyID": "7ca78fc7-31e7-450c-8e19-c7df76958536",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-13T14:12:05.2129831-04:00",
"CreatedByUserID": "71220f24-3a61-4629-ab33-bc4eceda362a",
"Deleted": true
}