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": "261fb656-185a-4eef-87a7-376b08b643f3",
"InvoiceID": "bb79a0b3-582f-4c53-bfd8-34bac677124f",
"DiscountCodeID": "c7f000bb-97a7-4e20-9458-ec769bd1f60e",
"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": "fad650d7-fd8a-4abd-aed0-8e4bbb4b8698",
"InvoiceID": "dc68fd66-4939-460d-b3d0-439b601e9b1b",
"DiscountCodeID": "57d857aa-f108-4d2d-94a0-c52fa8adfa8e",
"Deleted": true
}