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": "d535c0d3-3c57-4662-8062-b3dc6b2676cc",
    "InvoiceID": "5d37488d-57ce-425f-9f08-5349605fa7ee",
    "DiscountCodeID": "a66ff398-3b63-45d3-bd16-f3fb728a45a7",
    "Deleted": true
  },
  {
    "Invoice_DiscountCodeID": "d535c0d3-3c57-4662-8062-b3dc6b2676cc",
    "InvoiceID": "5d37488d-57ce-425f-9f08-5349605fa7ee",
    "DiscountCodeID": "a66ff398-3b63-45d3-bd16-f3fb728a45a7",
    "Deleted": true
  },
  {
    "Invoice_DiscountCodeID": "d535c0d3-3c57-4662-8062-b3dc6b2676cc",
    "InvoiceID": "5d37488d-57ce-425f-9f08-5349605fa7ee",
    "DiscountCodeID": "a66ff398-3b63-45d3-bd16-f3fb728a45a7",
    "Deleted": true
  }
]