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": "689c104b-0973-4094-a7a6-85d1d5f813ae",
"InvoiceID": "d8e1e7b0-e6b8-403e-b00f-288f5e9954f6",
"DiscountCodeID": "b3e6afbb-0ab3-469d-8248-27606258451b",
"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": "edcee579-94b7-460b-9326-e2d6b4e818c1",
"InvoiceID": "d399ba4b-db59-47a2-b108-c22383c53c61",
"DiscountCodeID": "42304f77-a893-461b-a7fd-3f927f0d34b8",
"Deleted": true
}