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": "172854db-d58a-46c1-a8d7-f7ddfc801f1f",
"InvoiceID": "0280291e-d760-4822-868a-c674587231af",
"DiscountCodeID": "d42a900f-9218-439c-b48f-9c7e37e47b2b",
"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": "eac55426-be75-4c31-8c5b-dd414d792779",
"InvoiceID": "4d1f7f0f-2e8a-410d-8165-93f6f6c25648",
"DiscountCodeID": "bacc1956-a354-40f6-943b-6c368085c38c",
"Deleted": true
}