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": "2c254b0d-5c29-4321-a877-bde170a165da",
"InvoiceID": "e792eeeb-2226-44f8-8300-4d9d1dae1f2c",
"DiscountCodeID": "343e0490-f16c-4fb8-930d-91d152935667",
"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": "bad20928-5bf3-4a06-95a6-cad0059484b4",
"InvoiceID": "1e88fd14-7883-48a0-9e5f-fb797af0d46c",
"DiscountCodeID": "93e6ff97-5bcb-4e6c-b2da-13fd1f7d5018",
"Deleted": true
}