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": "00f8509d-a1db-4abc-94cc-9863421128cf",
"InvoiceID": "c9f133fb-1b68-46f9-ab64-4da65c977244",
"DiscountCodeID": "2c7e3f73-e434-4233-8d47-7e11b01cc913",
"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": "9204952d-d379-47d6-9c22-f129e6a2f0a0",
"InvoiceID": "983e2e4b-e3c4-4481-b504-fe2750d6e19a",
"DiscountCodeID": "ff1687b1-bc7c-414a-b7fe-a2b627c7e65c",
"Deleted": true
}