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": "5a87b615-a082-4945-b822-9512b25434f7",
"InvoiceID": "4fad64d0-50b3-4221-b869-a874fd08084c",
"DiscountCodeID": "500c3429-9b42-4ef6-aa64-3a671486a987",
"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": "951b65b8-7e34-4c64-97c8-8160078ba723",
"InvoiceID": "d1f35bb3-4598-4e5c-a297-6a9cff0f74f2",
"DiscountCodeID": "45b0c539-a12d-4d34-aac4-241e4bf72a4d",
"Deleted": true
}