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": "5370a179-0a43-473e-b5d9-ddbaabed78e1",
"Code": "sample string 2",
"TrainingTypeID": "1f6d4fc3-7f39-4576-ba03-3657d62b8022",
"TrainingClassID": "96ea50ca-4c66-4503-9c74-32e56865ef1b",
"StartDate": "2026-06-24T22:35:37.523285-04:00",
"EndDate": "2026-06-24T22:35:37.523285-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "532efa2e-e538-4e58-a691-ca77c982857e",
"Used": true,
"UsedDateTime": "2026-06-24T22:35:37.523285-04:00",
"InventoryItemID": "80b1bf03-4c6f-491b-995e-50f1fd318d1a"
},
{
"DiscountCodeID": "5370a179-0a43-473e-b5d9-ddbaabed78e1",
"Code": "sample string 2",
"TrainingTypeID": "1f6d4fc3-7f39-4576-ba03-3657d62b8022",
"TrainingClassID": "96ea50ca-4c66-4503-9c74-32e56865ef1b",
"StartDate": "2026-06-24T22:35:37.523285-04:00",
"EndDate": "2026-06-24T22:35:37.523285-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "532efa2e-e538-4e58-a691-ca77c982857e",
"Used": true,
"UsedDateTime": "2026-06-24T22:35:37.523285-04:00",
"InventoryItemID": "80b1bf03-4c6f-491b-995e-50f1fd318d1a"
},
{
"DiscountCodeID": "5370a179-0a43-473e-b5d9-ddbaabed78e1",
"Code": "sample string 2",
"TrainingTypeID": "1f6d4fc3-7f39-4576-ba03-3657d62b8022",
"TrainingClassID": "96ea50ca-4c66-4503-9c74-32e56865ef1b",
"StartDate": "2026-06-24T22:35:37.523285-04:00",
"EndDate": "2026-06-24T22:35:37.523285-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "532efa2e-e538-4e58-a691-ca77c982857e",
"Used": true,
"UsedDateTime": "2026-06-24T22:35:37.523285-04:00",
"InventoryItemID": "80b1bf03-4c6f-491b-995e-50f1fd318d1a"
}
]