GET api/invoice/{invoiceid}/DiscountCode/{code}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| invoiceid | No documentation available. |
Define this parameter in the request URI. |
| code | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"DiscountCodeID": "43d4fe9d-994d-4407-a6af-9d884748655a",
"Code": "sample string 2",
"TrainingTypeID": "3337699b-2bc5-48f2-8dee-705df74cb61c",
"TrainingClassID": "b85d1892-0685-4612-afa6-d4e93f12f0bb",
"StartDate": "2026-07-24T03:51:19.6661945-04:00",
"EndDate": "2026-07-24T03:51:19.6661945-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f65fe0ea-8a7c-4895-8202-d4c49da4b130",
"Used": true,
"UsedDateTime": "2026-07-24T03:51:19.6661945-04:00",
"InventoryItemID": "368c5017-ad56-476a-9300-9d87b661fb35"
},
{
"DiscountCodeID": "43d4fe9d-994d-4407-a6af-9d884748655a",
"Code": "sample string 2",
"TrainingTypeID": "3337699b-2bc5-48f2-8dee-705df74cb61c",
"TrainingClassID": "b85d1892-0685-4612-afa6-d4e93f12f0bb",
"StartDate": "2026-07-24T03:51:19.6661945-04:00",
"EndDate": "2026-07-24T03:51:19.6661945-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f65fe0ea-8a7c-4895-8202-d4c49da4b130",
"Used": true,
"UsedDateTime": "2026-07-24T03:51:19.6661945-04:00",
"InventoryItemID": "368c5017-ad56-476a-9300-9d87b661fb35"
},
{
"DiscountCodeID": "43d4fe9d-994d-4407-a6af-9d884748655a",
"Code": "sample string 2",
"TrainingTypeID": "3337699b-2bc5-48f2-8dee-705df74cb61c",
"TrainingClassID": "b85d1892-0685-4612-afa6-d4e93f12f0bb",
"StartDate": "2026-07-24T03:51:19.6661945-04:00",
"EndDate": "2026-07-24T03:51:19.6661945-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f65fe0ea-8a7c-4895-8202-d4c49da4b130",
"Used": true,
"UsedDateTime": "2026-07-24T03:51:19.6661945-04:00",
"InventoryItemID": "368c5017-ad56-476a-9300-9d87b661fb35"
}
]