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": "be09e2b6-3b2a-4477-8378-c4c88ab4604d",
"InvoiceID": "508cc707-4ad9-496b-af4f-db81930452c5",
"DiscountCodeID": "aa426679-5ed3-4c4d-ab24-0ae32cabaf3d",
"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": "1107d0d2-d98a-4730-8900-40b57e2e71ff",
"InvoiceID": "76e4c932-1412-40df-9244-79517852ee7d",
"DiscountCodeID": "d95ff827-4479-4b66-b1d1-0a49fa3d82bf",
"Deleted": true
}