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": "30f60565-bcdb-4f64-93ca-750416e159f5",
"InvoiceID": "fd2365a6-1706-4d60-b306-e7792a84d92b",
"DiscountCodeID": "1ba805c4-2f05-4903-a457-2de3edf5091d",
"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": "428bcfae-d3dc-426a-a055-924ec91510e2",
"InvoiceID": "2f81b1f7-b074-4abb-a820-ca0727f006d8",
"DiscountCodeID": "132431ed-ca5c-41a4-a5ca-158765d8fcdc",
"Deleted": true
}