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": "81a769ba-bc36-408d-aca6-6134d96a0a1a",
"InvoiceID": "9e27f51c-4bc4-4ed3-b0c9-c216c8adf1a5",
"DiscountCodeID": "f62b122e-107a-455e-b969-89d3fe220b65",
"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": "8874602c-09c1-4dbe-9b1c-f756a4e82e9c",
"InvoiceID": "0416c263-de54-4d02-9bc9-cf1c1d7a1b5c",
"DiscountCodeID": "388cdc64-d3fb-4c23-b4c6-6d02cb2e47d4",
"Deleted": true
}