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": "8e21ff7e-d1d7-4044-83f3-dd8c7ec5a97d",
"InvoiceID": "a20fb8f0-b278-44f4-80a7-d906ad762152",
"DiscountCodeID": "50c2324b-dda9-4bcc-a566-b0b83cf79f83",
"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": "4bbc57a7-6808-4d1a-9b19-1b84b537285b",
"InvoiceID": "a7c39265-b348-4977-9361-44927f3ff9d8",
"DiscountCodeID": "f789463b-3d6a-47e3-a149-c1edf2f6ab48",
"Deleted": true
}