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": "a6e63b72-438e-4931-bdba-25a1c0c63c41",
"Code": "sample string 2",
"TrainingTypeID": "f3ba4805-03ef-41e8-b781-a0f9903264e6",
"TrainingClassID": "91c9fbff-d359-4937-a3f2-a4dbd4595fc8",
"StartDate": "2026-07-18T13:18:17.2146471-04:00",
"EndDate": "2026-07-18T13:18:17.2146471-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e8bf887d-6370-40ce-a310-3f03bf952783",
"Used": true,
"UsedDateTime": "2026-07-18T13:18:17.2146471-04:00",
"InventoryItemID": "4889af81-f92b-4c58-bdf2-59d39b66b4b1"
},
{
"DiscountCodeID": "a6e63b72-438e-4931-bdba-25a1c0c63c41",
"Code": "sample string 2",
"TrainingTypeID": "f3ba4805-03ef-41e8-b781-a0f9903264e6",
"TrainingClassID": "91c9fbff-d359-4937-a3f2-a4dbd4595fc8",
"StartDate": "2026-07-18T13:18:17.2146471-04:00",
"EndDate": "2026-07-18T13:18:17.2146471-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e8bf887d-6370-40ce-a310-3f03bf952783",
"Used": true,
"UsedDateTime": "2026-07-18T13:18:17.2146471-04:00",
"InventoryItemID": "4889af81-f92b-4c58-bdf2-59d39b66b4b1"
},
{
"DiscountCodeID": "a6e63b72-438e-4931-bdba-25a1c0c63c41",
"Code": "sample string 2",
"TrainingTypeID": "f3ba4805-03ef-41e8-b781-a0f9903264e6",
"TrainingClassID": "91c9fbff-d359-4937-a3f2-a4dbd4595fc8",
"StartDate": "2026-07-18T13:18:17.2146471-04:00",
"EndDate": "2026-07-18T13:18:17.2146471-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e8bf887d-6370-40ce-a310-3f03bf952783",
"Used": true,
"UsedDateTime": "2026-07-18T13:18:17.2146471-04:00",
"InventoryItemID": "4889af81-f92b-4c58-bdf2-59d39b66b4b1"
}
]