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": "04b35de6-f25e-468e-8a3f-7ea8c7fcce8e",
"InvoiceID": "a2a75365-d24c-409a-baef-3108ca1d9d68",
"DiscountCodeID": "a378acab-9f6b-46c3-98ba-c50e6a14e32b",
"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": "61f8cdcc-36af-437c-8023-90900d72b42f",
"InvoiceID": "b99d95ce-ef25-4537-9537-35df6c0dab8d",
"DiscountCodeID": "3fba474b-b0f9-49c1-967d-9196375ed543",
"Deleted": true
}