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": "d108d630-ed45-4382-b8ad-96187aa14dbd",
"InvoiceID": "4cb559f6-ee47-4b43-acde-902fd7b7870f",
"DiscountCodeID": "c174ac74-66cc-4e8c-9af4-d07386cce105",
"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": "50375b6f-4d78-4797-a07d-3a9d92793735",
"InvoiceID": "a26813b5-bb8a-4ba1-a0e5-7229417f7336",
"DiscountCodeID": "d25c1097-552c-43cb-b169-cd1220a4768c",
"Deleted": true
}