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": "abd7ae97-8f6b-4499-b2ef-d556e3f85503",
"InvoiceID": "ced89d99-0909-4f7d-b068-60f5d2e1a242",
"DiscountCodeID": "3a52cabd-5217-4813-b678-9b8d35470c45",
"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": "2b84f718-4b8a-40e2-8ae1-53c0c3cace68",
"InvoiceID": "157f9dfd-1053-4982-a038-b5aaad6a52f5",
"DiscountCodeID": "86d6e66e-4c0e-40e2-a3b6-f97950dcd003",
"Deleted": true
}