POST api/InvoiceDiscountCode
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| invoice_discountcode | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Invoice_DiscountCodeID": "c7383c7d-e83b-4bea-a75e-0ea189254802",
"InvoiceID": "96028e1c-1508-4e14-a4fd-2650efaa59b4",
"DiscountCodeID": "883f940b-8d1f-4d35-a778-071469f09b2a",
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Invoice_DiscountCodeID": "14e40c74-15ba-4275-a47b-4c1756fb7ba0",
"InvoiceID": "ad4e71a0-6bb8-4125-b228-8d8bd4486c23",
"DiscountCodeID": "6f40f01d-84d1-4e36-9c08-54a65d2a407e",
"Deleted": true
}