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": "0533a9e8-9a14-43e8-afb6-22fbcb1f114c",
"InvoiceID": "9f96cfe4-00c3-41f6-9282-0b444ef466cf",
"DiscountCodeID": "693448a5-8a0c-478a-a910-cab591f02d79",
"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": "8d8f667b-79c1-46c0-a9b6-02f5b1ff1af0",
"InvoiceID": "16af46bf-664b-4718-9f3d-d5b0ec24077c",
"DiscountCodeID": "2d4e8595-f3ea-4748-9877-4eaed3f42afd",
"Deleted": true
}