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": "76fd2ec1-31c8-45f7-873f-2c49b34170ba",
"InvoiceID": "e63e2586-40a9-4f46-ab11-9229b8204b9c",
"DiscountCodeID": "558a4664-dba0-4b71-aaf3-17ca8cf6758c",
"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": "da13e88d-4490-41b4-a01e-7c4fe8613d48",
"InvoiceID": "33707390-3dbb-483f-9ca5-a03f3dd5cb33",
"DiscountCodeID": "9dee3617-9aac-40c9-923d-c6e7b9f09691",
"Deleted": true
}