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": "c9272a88-269e-4183-a9d7-5e275cf49e0b",
"InvoiceID": "9bce386d-e270-4423-a9b2-257b75bd49d9",
"DiscountCodeID": "9de21413-1dac-4fb4-92a1-745b1ea6a9bc",
"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": "bcf9d5b7-26f8-4f4b-8ca0-915fa1ea3a7c",
"InvoiceID": "cab1a05b-8227-407a-9c8c-d0bc17444800",
"DiscountCodeID": "b0196d40-0ad0-48fa-b1c3-e49712e4b08c",
"Deleted": true
}