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": "095739d1-34ea-47ad-8f19-3cf0767ed1c7",
"InvoiceID": "a6e81d66-9df1-44e8-a389-d6b12c7fca89",
"DiscountCodeID": "a1543bd3-9307-4a6b-942a-923bb6b3f961",
"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": "87ae7bef-34ec-4152-a3a1-838a0bc7b22e",
"InvoiceID": "28915d55-fab2-4b52-ac17-ac1a8663f0a4",
"DiscountCodeID": "daa90d0e-4d7e-404a-8561-8a0e68b6fbfc",
"Deleted": true
}