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": "f040fc4e-306b-4049-88c9-2b4fe90eaa89",
"InvoiceID": "f463f50c-f748-401a-8cd8-fe1eb0d00f94",
"DiscountCodeID": "6945f812-37f5-499f-85c9-6d6b8444fbb0",
"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": "d4c23a2e-f492-454d-ab2d-92442c0ee1b2",
"InvoiceID": "304f08f2-9f83-4876-ac3b-80521e36ebf7",
"DiscountCodeID": "2a643a1c-e7fa-45b6-a857-0cf9b7c34212",
"Deleted": true
}