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": "1b052129-9698-4cb1-9f36-acf513cd3e83",
"InvoiceID": "41b33db8-0658-47fc-81ff-1e12fce3e674",
"DiscountCodeID": "2785eac1-ffa9-4963-a849-38ad08711d13",
"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": "f6f55d6d-0b06-4f1e-bba4-dad2066391cd",
"InvoiceID": "30b5dd5d-3362-467e-b6b2-c1ec485689e4",
"DiscountCodeID": "2ef10207-017c-4a99-a974-3def4bea3b7f",
"Deleted": true
}