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": "cf01b3d1-7d5a-4872-9d57-3c55fdb10e55",
"InvoiceID": "0104d9a3-2324-477b-9ff9-00961ee9bd9c",
"DiscountCodeID": "00e14800-414c-48d7-93ca-0ac16ec22140",
"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": "1d850fe5-a7f9-47da-85bb-e568ee84b578",
"InvoiceID": "0f1826cf-3f27-4b97-8b15-9a8195ee8f15",
"DiscountCodeID": "1a4f6055-6d1d-4d73-850f-a4766edee82b",
"Deleted": true
}