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": "b497565c-48c6-45b0-90de-8be936802836",
"InvoiceID": "880d0409-86a4-428c-b374-8e0225581a94",
"DiscountCodeID": "543fe2ce-01d0-47a8-8709-82b1e23ce0ef",
"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": "5c9e24f7-7413-4da3-9c6a-a9f60f12ef41",
"InvoiceID": "ec1fd9a2-2474-4409-a9c8-3cff145220a0",
"DiscountCodeID": "6e07b954-eaab-41f3-a58d-6fb242dbeb61",
"Deleted": true
}