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": "8b00adc3-7960-4b2e-9d61-b9649876ec05",
"InvoiceID": "e53d99a9-fa61-4e53-a380-5b4a8806671e",
"DiscountCodeID": "0185df79-8344-472c-8e6c-4d6fa3d83cd8",
"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": "d8ab6221-5a96-4b64-b1b6-c4d08d311d66",
"InvoiceID": "a0ecad50-71f7-4668-80a9-f4411647e869",
"DiscountCodeID": "0a806709-2af6-42bc-a050-e38e257a8f7d",
"Deleted": true
}