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": "39568747-2bb4-429d-ac53-a6aa26e62536",
"InvoiceID": "9052ad6e-b7fb-4b40-955a-d68faa555cf7",
"DiscountCodeID": "8684b4c9-8cab-47c1-9fe8-170ed550de76",
"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": "510c72a4-bde6-4bb2-aebd-47b67676e5bb",
"InvoiceID": "35404b13-0c07-4d42-a7d9-0515b43103ec",
"DiscountCodeID": "70a0e742-38db-48ba-bd00-fb1ceb1a0d8e",
"Deleted": true
}