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": "f7179f4b-39be-4814-8a5f-faa34af60ff5",
"InvoiceID": "89e51158-dc9c-4e05-9a19-c9a02793ce3b",
"DiscountCodeID": "c6288e05-ad8d-44cc-baaa-22c24a051943",
"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": "34f56162-8c0e-423e-95b3-357cf03f635c",
"InvoiceID": "2e1ab041-c5e8-4287-b2d3-477fc21c9423",
"DiscountCodeID": "f2467173-3b4e-45f9-9894-12ffff090c3d",
"Deleted": true
}