GET api/invoice/{invoiceid}/Invoice_DiscountCode

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
invoiceid
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "Invoice_DiscountCodeID": "eba4b1a0-b2fc-44b0-a3c0-9ad1a57f09c3",
    "InvoiceID": "1a68979b-6555-4134-8fe6-65b5fc23373b",
    "DiscountCodeID": "a1e5e9ab-adbf-4c95-8191-5af2bb5d2c2a",
    "Deleted": true
  },
  {
    "Invoice_DiscountCodeID": "eba4b1a0-b2fc-44b0-a3c0-9ad1a57f09c3",
    "InvoiceID": "1a68979b-6555-4134-8fe6-65b5fc23373b",
    "DiscountCodeID": "a1e5e9ab-adbf-4c95-8191-5af2bb5d2c2a",
    "Deleted": true
  },
  {
    "Invoice_DiscountCodeID": "eba4b1a0-b2fc-44b0-a3c0-9ad1a57f09c3",
    "InvoiceID": "1a68979b-6555-4134-8fe6-65b5fc23373b",
    "DiscountCodeID": "a1e5e9ab-adbf-4c95-8191-5af2bb5d2c2a",
    "Deleted": true
  }
]