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": "bc81d7a5-b400-4818-9829-b7163594a575",
"InvoiceID": "8f76bbc8-cad6-4e06-b4e7-f98247d99dca",
"DiscountCodeID": "b38e1a0c-79f1-4302-a999-5079b71abe48",
"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": "ff3cc2f5-a4a7-4a2c-a33e-7011fcc0790c",
"InvoiceID": "ee5a1d98-fed6-4c14-a9df-faf6e051af98",
"DiscountCodeID": "ff7bdc42-d7f2-4a01-94c3-c0ed75ff9580",
"Deleted": true
}