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": "71a68285-179c-4da8-9b70-d80dda2d17eb",
"Code": "sample string 2",
"TrainingTypeID": "1b8d4e78-e60e-4321-999d-54f1f6b9812c",
"TrainingClassID": "7694f5f2-c769-4f26-9417-7caff58dcaa6",
"StartDate": "2026-05-30T00:19:30.3866384-04:00",
"EndDate": "2026-05-30T00:19:30.3866384-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e57bea70-bf3e-4c91-a4c8-cb95078a343c",
"Used": true,
"UsedDateTime": "2026-05-30T00:19:30.3866384-04:00",
"InventoryItemID": "65629a7b-07e7-4018-979a-f28b0b34e231"
},
{
"DiscountCodeID": "71a68285-179c-4da8-9b70-d80dda2d17eb",
"Code": "sample string 2",
"TrainingTypeID": "1b8d4e78-e60e-4321-999d-54f1f6b9812c",
"TrainingClassID": "7694f5f2-c769-4f26-9417-7caff58dcaa6",
"StartDate": "2026-05-30T00:19:30.3866384-04:00",
"EndDate": "2026-05-30T00:19:30.3866384-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e57bea70-bf3e-4c91-a4c8-cb95078a343c",
"Used": true,
"UsedDateTime": "2026-05-30T00:19:30.3866384-04:00",
"InventoryItemID": "65629a7b-07e7-4018-979a-f28b0b34e231"
},
{
"DiscountCodeID": "71a68285-179c-4da8-9b70-d80dda2d17eb",
"Code": "sample string 2",
"TrainingTypeID": "1b8d4e78-e60e-4321-999d-54f1f6b9812c",
"TrainingClassID": "7694f5f2-c769-4f26-9417-7caff58dcaa6",
"StartDate": "2026-05-30T00:19:30.3866384-04:00",
"EndDate": "2026-05-30T00:19:30.3866384-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e57bea70-bf3e-4c91-a4c8-cb95078a343c",
"Used": true,
"UsedDateTime": "2026-05-30T00:19:30.3866384-04:00",
"InventoryItemID": "65629a7b-07e7-4018-979a-f28b0b34e231"
}
]