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": "67a57062-cc65-4374-a74f-338f2b4c7a2a",
"InvoiceID": "0839abdd-b011-4fcd-85f8-b94d7ef688d6",
"DiscountCodeID": "759336c7-4f75-43e9-bdfa-98a0681a7600",
"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": "4113042a-b606-437a-9621-3af4cb0ac927",
"InvoiceID": "7ba468cd-cd65-4787-9ef0-683fb9749daa",
"DiscountCodeID": "d12d110e-ec09-459e-9dd1-cfda5d7c67d6",
"Deleted": true
}