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": "f355cf68-2973-4339-9bdb-c1ff87342fdf",
"InvoiceID": "7ab06c86-562e-4090-a317-1e10aa663b7e",
"DiscountCodeID": "371d71d4-a131-4e4d-9e77-220584e16bfe",
"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": "9c4db8f1-b2d4-496b-bb00-5b2c3a155dec",
"InvoiceID": "e50e2839-2497-4ca0-ad45-3385ed216cc7",
"DiscountCodeID": "88c54eb7-7835-4196-a65f-852273a2217b",
"Deleted": true
}