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": "1bd13939-cc6b-4e9e-aa93-1b8346eac08b",
"InvoiceID": "4942a5b9-358a-4a70-bfc0-9378ca36921c",
"DiscountCodeID": "631ff94c-cb42-4ad2-bb9d-5d58f00b9642",
"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": "ce2d09f4-62b3-4aca-9431-3cc8e3e3427c",
"InvoiceID": "89fb71bd-80c5-4081-93d8-c23273025fbe",
"DiscountCodeID": "d0fa3a14-fad3-4fec-a97f-de6b73ab0262",
"Deleted": true
}