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": "2c4388ca-12c2-4a3a-9456-cb0f79f80b0d",
"InvoiceID": "3e5d824b-efe2-4f17-b2ff-c7c0aa9f97c3",
"DiscountCodeID": "3a6b684e-f710-4a68-8e71-b7bd7fce4f84",
"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": "7832c938-d380-4fe7-ac96-12af6fae9863",
"InvoiceID": "b075fc15-3a1d-46b0-9abf-636adf78e112",
"DiscountCodeID": "4da5b224-2401-4358-ba99-04168dc10161",
"Deleted": true
}