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": "97f5c8b4-343c-410e-a7d0-e81503f53539",
"Code": "sample string 2",
"TrainingTypeID": "24659bef-07c9-4b6d-bddb-d18e51922b47",
"TrainingClassID": "5344be29-a49f-450d-831f-c279336dea61",
"StartDate": "2026-05-28T19:41:37.9043416-04:00",
"EndDate": "2026-05-28T19:41:37.9043416-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d051bb20-e006-44ef-820a-9f047cd02582",
"Used": true,
"UsedDateTime": "2026-05-28T19:41:37.9043416-04:00",
"InventoryItemID": "b38b931b-d23b-4aa4-ad3a-228474b53af5"
},
{
"DiscountCodeID": "97f5c8b4-343c-410e-a7d0-e81503f53539",
"Code": "sample string 2",
"TrainingTypeID": "24659bef-07c9-4b6d-bddb-d18e51922b47",
"TrainingClassID": "5344be29-a49f-450d-831f-c279336dea61",
"StartDate": "2026-05-28T19:41:37.9043416-04:00",
"EndDate": "2026-05-28T19:41:37.9043416-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d051bb20-e006-44ef-820a-9f047cd02582",
"Used": true,
"UsedDateTime": "2026-05-28T19:41:37.9043416-04:00",
"InventoryItemID": "b38b931b-d23b-4aa4-ad3a-228474b53af5"
},
{
"DiscountCodeID": "97f5c8b4-343c-410e-a7d0-e81503f53539",
"Code": "sample string 2",
"TrainingTypeID": "24659bef-07c9-4b6d-bddb-d18e51922b47",
"TrainingClassID": "5344be29-a49f-450d-831f-c279336dea61",
"StartDate": "2026-05-28T19:41:37.9043416-04:00",
"EndDate": "2026-05-28T19:41:37.9043416-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d051bb20-e006-44ef-820a-9f047cd02582",
"Used": true,
"UsedDateTime": "2026-05-28T19:41:37.9043416-04:00",
"InventoryItemID": "b38b931b-d23b-4aa4-ad3a-228474b53af5"
}
]