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": "dc4f6e23-d92b-477f-a6b5-86c23de2fc37",
"InvoiceID": "b152bacc-e243-4c8a-8615-4f5ef92e646a",
"DiscountCodeID": "b8d52a8c-5c15-457c-b456-70a3a2db8512",
"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": "dc80f75f-c260-4e8e-aa0b-513420fde146",
"InvoiceID": "e1b3f019-4e5c-4ebd-81a5-94d2a83517d3",
"DiscountCodeID": "edadcb40-50ec-48fc-a977-83ab7fa2fb2c",
"Deleted": true
}