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": "d7b01e71-982b-45be-8af1-e982d0158800",
"InvoiceID": "0d3d5e43-cdf0-4fbb-80f9-ca4e6c5e9d99",
"DiscountCodeID": "e71230e7-4721-4ded-a62b-f523d5df34f8",
"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": "96cf2ad1-247c-449d-8b4d-6f3cca8e1f31",
"InvoiceID": "b4d1424a-93ad-4a17-8c5b-1a6c5789f918",
"DiscountCodeID": "e6b25519-31d5-4fdc-8438-805ed85c2522",
"Deleted": true
}