PUT api/CustDiscounts/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| custDiscountModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CustDiscountId": 1,
"CustomerID": 2,
"CustomerName": "sample string 3",
"CustDiscountDate": "2025-12-10T14:50:07.0160628-08:00",
"CustDiscountValue": 5.1,
"CustDiscountNotes": "sample string 6",
"CustDiscountNo": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.