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": "3224d71a-061a-405a-a31d-c8562f9acdd9",
"InvoiceID": "5e945a1f-cb1a-42aa-ab37-996b8b50bab7",
"DiscountCodeID": "db7d2a76-1d34-43e5-864d-0d16919c3ad5",
"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": "fad3474a-5913-4d18-9744-23ae04169b9a",
"InvoiceID": "745b28a1-681f-4755-a9d5-257087feb721",
"DiscountCodeID": "2ef2cb78-acfa-4546-bce2-7621fa9a4619",
"Deleted": true
}