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": "01d0dc9c-d54e-4179-94ca-4d41c87abcac",
"InvoiceID": "0176b718-9c0b-4297-986c-79b6c7557e38",
"DiscountCodeID": "921c8d97-dda6-466e-a4b6-a46a4bd69278",
"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": "a912e186-cd57-4c3e-b04f-633d88a71d3a",
"InvoiceID": "868450ab-c070-4195-a5e4-eb2a4f562ec6",
"DiscountCodeID": "c779bf9e-d629-47c0-9cde-0cca6f95879b",
"Deleted": true
}