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": "8b0421de-5dd6-4031-94a8-d131f4ef4eb7",
"InvoiceID": "6a490d73-4d91-4b1d-8aaa-7a0642e5cd9b",
"DiscountCodeID": "be8b878f-ab19-49fd-8621-3590bb110170",
"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": "4622d740-b36f-4b5a-9b29-2d1eebf69676",
"InvoiceID": "9eb470b0-d037-41f6-b830-6ae382b4807c",
"DiscountCodeID": "910f2b67-0d56-40e7-a235-56fc86766d8e",
"Deleted": true
}