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": "54661bbc-2ce1-4e1b-8721-bdc7f2d7176b",
"InvoiceID": "0cfca3a7-9f1d-4ecd-bc7a-3998d3604363",
"DiscountCodeID": "f8151210-01f5-421a-b8bd-ab0dba208e2c",
"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": "b7420e07-7cb2-48e5-943c-3538fe9900cc",
"InvoiceID": "c1fe254b-574f-4f72-a872-214c30fe9fc3",
"DiscountCodeID": "4573219b-b3c4-404e-9200-cefe9aa0770c",
"Deleted": true
}