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": "4f2e2f4e-87f0-4b0e-b66e-99dd8ca0058c",
"InvoiceID": "19acb96b-9e1b-44be-8e42-5ecb2fe65c4d",
"DiscountCodeID": "96f263cb-334c-4985-9281-52d99bcb7db1",
"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": "26e07b79-96ad-47f9-a91f-31eb19aed7db",
"InvoiceID": "5d5456c5-bc21-4331-88ec-7ce36acb84fc",
"DiscountCodeID": "b1dd444d-73bd-44fa-a4e8-5a89649e3bf4",
"Deleted": true
}