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": "1d6130ae-ac48-453b-86a1-0546a8ede6c3",
"Code": "sample string 2",
"TrainingTypeID": "73efca03-59ee-4a11-98d9-37330c042bdc",
"TrainingClassID": "dcded2e7-2f96-4fd7-997a-ea23bcfa390e",
"StartDate": "2026-05-31T04:42:13.5097341-04:00",
"EndDate": "2026-05-31T04:42:13.5097341-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "16e7bc23-60d2-47df-8eb1-fb0bf6ea313d",
"Used": true,
"UsedDateTime": "2026-05-31T04:42:13.5097341-04:00",
"InventoryItemID": "ec59d4d4-ffa1-4a5e-adc4-91e799583e8d"
},
{
"DiscountCodeID": "1d6130ae-ac48-453b-86a1-0546a8ede6c3",
"Code": "sample string 2",
"TrainingTypeID": "73efca03-59ee-4a11-98d9-37330c042bdc",
"TrainingClassID": "dcded2e7-2f96-4fd7-997a-ea23bcfa390e",
"StartDate": "2026-05-31T04:42:13.5097341-04:00",
"EndDate": "2026-05-31T04:42:13.5097341-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "16e7bc23-60d2-47df-8eb1-fb0bf6ea313d",
"Used": true,
"UsedDateTime": "2026-05-31T04:42:13.5097341-04:00",
"InventoryItemID": "ec59d4d4-ffa1-4a5e-adc4-91e799583e8d"
},
{
"DiscountCodeID": "1d6130ae-ac48-453b-86a1-0546a8ede6c3",
"Code": "sample string 2",
"TrainingTypeID": "73efca03-59ee-4a11-98d9-37330c042bdc",
"TrainingClassID": "dcded2e7-2f96-4fd7-997a-ea23bcfa390e",
"StartDate": "2026-05-31T04:42:13.5097341-04:00",
"EndDate": "2026-05-31T04:42:13.5097341-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "16e7bc23-60d2-47df-8eb1-fb0bf6ea313d",
"Used": true,
"UsedDateTime": "2026-05-31T04:42:13.5097341-04:00",
"InventoryItemID": "ec59d4d4-ffa1-4a5e-adc4-91e799583e8d"
}
]