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": "99ce1245-55ad-4ba0-8867-b3409d8c791d",
"InvoiceID": "2c2bb354-941e-48ba-945e-c09f4f040693",
"DiscountCodeID": "36a0287b-012a-4a32-bdfd-6cf7dee0bfed",
"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": "4f21672d-ddf3-445a-87c6-2fb894bdd62c",
"InvoiceID": "77551fb4-db48-440c-a3bd-715f2bc59d11",
"DiscountCodeID": "395dc09b-7eb4-48a4-8ea4-3870787cc198",
"Deleted": true
}