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": "f171556b-92b1-44da-b105-7d947fbb748a",
"InvoiceID": "c1f6cfc6-e6d3-40d8-a7db-39289c6b33af",
"DiscountCodeID": "e49c47e6-15b1-4d03-b6b3-507d7a6916e7",
"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": "767a4676-30d5-4944-a081-3220fabc7e08",
"InvoiceID": "a7b5cf93-318b-4396-8de8-a5a5cb85d177",
"DiscountCodeID": "0b5de2b9-143d-476a-877c-ef9ae59c10ce",
"Deleted": true
}