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": "841b2d9e-bf29-4b1e-89dc-87ce8de61f73",
"Code": "sample string 2",
"TrainingTypeID": "5504691e-1628-4402-af8a-f7db79ba264f",
"TrainingClassID": "e10c47ff-d94c-45c8-b29e-7cf524337fd6",
"StartDate": "2026-05-12T15:26:09.3273354-04:00",
"EndDate": "2026-05-12T15:26:09.3273354-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cb69cb45-459e-4bf9-adc2-2ee8185f5a7f",
"Used": true,
"UsedDateTime": "2026-05-12T15:26:09.3273354-04:00",
"InventoryItemID": "7c478026-10b2-4b75-80fe-986fd2ede85d"
},
{
"DiscountCodeID": "841b2d9e-bf29-4b1e-89dc-87ce8de61f73",
"Code": "sample string 2",
"TrainingTypeID": "5504691e-1628-4402-af8a-f7db79ba264f",
"TrainingClassID": "e10c47ff-d94c-45c8-b29e-7cf524337fd6",
"StartDate": "2026-05-12T15:26:09.3273354-04:00",
"EndDate": "2026-05-12T15:26:09.3273354-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cb69cb45-459e-4bf9-adc2-2ee8185f5a7f",
"Used": true,
"UsedDateTime": "2026-05-12T15:26:09.3273354-04:00",
"InventoryItemID": "7c478026-10b2-4b75-80fe-986fd2ede85d"
},
{
"DiscountCodeID": "841b2d9e-bf29-4b1e-89dc-87ce8de61f73",
"Code": "sample string 2",
"TrainingTypeID": "5504691e-1628-4402-af8a-f7db79ba264f",
"TrainingClassID": "e10c47ff-d94c-45c8-b29e-7cf524337fd6",
"StartDate": "2026-05-12T15:26:09.3273354-04:00",
"EndDate": "2026-05-12T15:26:09.3273354-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cb69cb45-459e-4bf9-adc2-2ee8185f5a7f",
"Used": true,
"UsedDateTime": "2026-05-12T15:26:09.3273354-04:00",
"InventoryItemID": "7c478026-10b2-4b75-80fe-986fd2ede85d"
}
]