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": "dc05ecf8-955d-4b48-a5b5-065adb67feb3",
"InvoiceID": "65e800fb-90d9-470f-965b-b1b7e7c3ab63",
"DiscountCodeID": "7e180843-4204-4b65-a12b-a6a0f35a8c42",
"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": "9d745b42-47de-46b8-9862-9886cb28a0fc",
"InvoiceID": "66b4d5bc-7d9c-4b4c-be0a-7266769f104a",
"DiscountCodeID": "5159d03d-a941-4d31-a0b5-f61cee301a7c",
"Deleted": true
}