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": "1f9e7285-5047-4a91-bfab-b8bfd2de2a82",
"InvoiceID": "c768781d-c9cb-4d7e-aee1-f19869088637",
"DiscountCodeID": "24a97d1f-42a5-4752-8071-9bf591d8b948",
"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": "b9d3c3b2-e937-4248-9e2c-718bb671b78f",
"InvoiceID": "a1077db6-e602-42cb-8f3e-4f0639b8685c",
"DiscountCodeID": "8064736e-0732-48d5-b0f0-2875ab29ee9f",
"Deleted": true
}