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": "4f86be57-5fa1-409f-9925-caca99b94ce3",
"InvoiceID": "51d13a54-47bf-40af-9b39-4e92397cf70a",
"DiscountCodeID": "3f421f4c-426a-4d6e-b801-c7ed9c306861",
"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": "fd97296e-0a0e-4e8d-93c4-c796a7fd591b",
"InvoiceID": "a3355f61-1f88-490c-8a49-582409d9ea80",
"DiscountCodeID": "c8b7d0b5-487c-4270-99b4-76e6e7155c5f",
"Deleted": true
}