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": "5ecfee79-902a-418a-a83a-e6a3daf14075",
"InvoiceID": "13e68511-773a-4558-aeef-94daa4b84f58",
"DiscountCodeID": "c361b214-f7fd-4c0f-a140-47c500a41cd1",
"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": "8f143eb7-9754-4118-836b-41882301dbe5",
"InvoiceID": "a0ffcfff-30f1-4c75-a277-409d26dec39b",
"DiscountCodeID": "4658af88-579f-480e-8108-869911ff1df5",
"Deleted": true
}