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": "8efbda85-261b-437e-afe2-a08f1cd8f02c",
"InvoiceID": "7e62fec1-bade-45f0-9cf7-91998d411874",
"DiscountCodeID": "454da447-8147-403d-bdaf-f35fdda455c2",
"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": "72ca3aeb-0ca2-40cc-82d6-7e6d9801adb3",
"InvoiceID": "a002913d-6653-43f9-8238-1ee71a6223a7",
"DiscountCodeID": "338ddd51-61c9-48b8-ac53-fab75fe23040",
"Deleted": true
}