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": "03c5348e-8a66-480d-8146-fbca7690c24f",
"Code": "sample string 2",
"TrainingTypeID": "9091a6b9-9cef-4918-8c29-8b9a8be0edba",
"TrainingClassID": "c6dd5298-6edc-41db-b1ab-e2591a7465ed",
"StartDate": "2026-05-12T18:32:45.2096627-04:00",
"EndDate": "2026-05-12T18:32:45.2096627-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8b2c5430-9d5d-4f50-8332-8cdede058a3d",
"Used": true,
"UsedDateTime": "2026-05-12T18:32:45.2096627-04:00",
"InventoryItemID": "85f00e63-81e5-4a37-bd86-e43494204763"
},
{
"DiscountCodeID": "03c5348e-8a66-480d-8146-fbca7690c24f",
"Code": "sample string 2",
"TrainingTypeID": "9091a6b9-9cef-4918-8c29-8b9a8be0edba",
"TrainingClassID": "c6dd5298-6edc-41db-b1ab-e2591a7465ed",
"StartDate": "2026-05-12T18:32:45.2096627-04:00",
"EndDate": "2026-05-12T18:32:45.2096627-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8b2c5430-9d5d-4f50-8332-8cdede058a3d",
"Used": true,
"UsedDateTime": "2026-05-12T18:32:45.2096627-04:00",
"InventoryItemID": "85f00e63-81e5-4a37-bd86-e43494204763"
},
{
"DiscountCodeID": "03c5348e-8a66-480d-8146-fbca7690c24f",
"Code": "sample string 2",
"TrainingTypeID": "9091a6b9-9cef-4918-8c29-8b9a8be0edba",
"TrainingClassID": "c6dd5298-6edc-41db-b1ab-e2591a7465ed",
"StartDate": "2026-05-12T18:32:45.2096627-04:00",
"EndDate": "2026-05-12T18:32:45.2096627-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8b2c5430-9d5d-4f50-8332-8cdede058a3d",
"Used": true,
"UsedDateTime": "2026-05-12T18:32:45.2096627-04:00",
"InventoryItemID": "85f00e63-81e5-4a37-bd86-e43494204763"
}
]