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": "f81cc3d3-28b1-4276-abd4-2ebb37193593",
    "InvoiceID": "5bcf6c19-88ff-4a0f-929d-11819a6504f7",
    "DiscountCodeID": "e7e4b07f-e81a-4e4e-93fd-e8f7f616becc",
    "Deleted": true
  },
  {
    "Invoice_DiscountCodeID": "f81cc3d3-28b1-4276-abd4-2ebb37193593",
    "InvoiceID": "5bcf6c19-88ff-4a0f-929d-11819a6504f7",
    "DiscountCodeID": "e7e4b07f-e81a-4e4e-93fd-e8f7f616becc",
    "Deleted": true
  },
  {
    "Invoice_DiscountCodeID": "f81cc3d3-28b1-4276-abd4-2ebb37193593",
    "InvoiceID": "5bcf6c19-88ff-4a0f-929d-11819a6504f7",
    "DiscountCodeID": "e7e4b07f-e81a-4e4e-93fd-e8f7f616becc",
    "Deleted": true
  }
]