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": "f0dbe819-f88c-408e-9ede-056ca593d51e",
"Code": "sample string 2",
"TrainingTypeID": "2bdf769d-358c-4c04-ab65-266796d1c1c3",
"TrainingClassID": "d17283c5-622a-4dcc-b0b6-95d442edf4f8",
"StartDate": "2026-06-25T22:33:38.5592364-04:00",
"EndDate": "2026-06-25T22:33:38.5592364-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ab703a2f-2f84-4fb7-a6cd-58fdd3afa0e3",
"Used": true,
"UsedDateTime": "2026-06-25T22:33:38.5592364-04:00",
"InventoryItemID": "52a94cc0-7293-4f7c-a5d8-d52f3f8c1dda"
},
{
"DiscountCodeID": "f0dbe819-f88c-408e-9ede-056ca593d51e",
"Code": "sample string 2",
"TrainingTypeID": "2bdf769d-358c-4c04-ab65-266796d1c1c3",
"TrainingClassID": "d17283c5-622a-4dcc-b0b6-95d442edf4f8",
"StartDate": "2026-06-25T22:33:38.5592364-04:00",
"EndDate": "2026-06-25T22:33:38.5592364-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ab703a2f-2f84-4fb7-a6cd-58fdd3afa0e3",
"Used": true,
"UsedDateTime": "2026-06-25T22:33:38.5592364-04:00",
"InventoryItemID": "52a94cc0-7293-4f7c-a5d8-d52f3f8c1dda"
},
{
"DiscountCodeID": "f0dbe819-f88c-408e-9ede-056ca593d51e",
"Code": "sample string 2",
"TrainingTypeID": "2bdf769d-358c-4c04-ab65-266796d1c1c3",
"TrainingClassID": "d17283c5-622a-4dcc-b0b6-95d442edf4f8",
"StartDate": "2026-06-25T22:33:38.5592364-04:00",
"EndDate": "2026-06-25T22:33:38.5592364-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ab703a2f-2f84-4fb7-a6cd-58fdd3afa0e3",
"Used": true,
"UsedDateTime": "2026-06-25T22:33:38.5592364-04:00",
"InventoryItemID": "52a94cc0-7293-4f7c-a5d8-d52f3f8c1dda"
}
]