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": "df53c956-c533-4e9c-b841-5cb7d168e7d7",
"InvoiceID": "83c1702d-50e9-44b7-b6fc-bd8a455535be",
"DiscountCodeID": "120ceb80-3bb4-409e-845f-c05943da4660",
"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": "366dfbf8-534a-4578-89b3-e712f9903357",
"InvoiceID": "a5ef92ec-609c-44ee-98bd-38fea690232a",
"DiscountCodeID": "81423be9-cd72-462d-ae24-e667a110ffd5",
"Deleted": true
}