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": "016d7673-9f72-4418-b5f6-1a2212b5b6d9",
"Code": "sample string 2",
"TrainingTypeID": "98f71697-ed64-41ee-8b8b-4ad280dec4da",
"TrainingClassID": "25744c91-8144-4575-a273-c58d6bd4c027",
"StartDate": "2026-09-19T02:35:56.8068192-04:00",
"EndDate": "2026-09-19T02:35:56.8068192-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "61bbd97e-f4a4-4754-a818-ee943c4c1067",
"Used": true,
"UsedDateTime": "2026-09-19T02:35:56.8068192-04:00",
"InventoryItemID": "9a3891d2-252b-4383-8ab6-d2f476919ecd"
},
{
"DiscountCodeID": "016d7673-9f72-4418-b5f6-1a2212b5b6d9",
"Code": "sample string 2",
"TrainingTypeID": "98f71697-ed64-41ee-8b8b-4ad280dec4da",
"TrainingClassID": "25744c91-8144-4575-a273-c58d6bd4c027",
"StartDate": "2026-09-19T02:35:56.8068192-04:00",
"EndDate": "2026-09-19T02:35:56.8068192-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "61bbd97e-f4a4-4754-a818-ee943c4c1067",
"Used": true,
"UsedDateTime": "2026-09-19T02:35:56.8068192-04:00",
"InventoryItemID": "9a3891d2-252b-4383-8ab6-d2f476919ecd"
},
{
"DiscountCodeID": "016d7673-9f72-4418-b5f6-1a2212b5b6d9",
"Code": "sample string 2",
"TrainingTypeID": "98f71697-ed64-41ee-8b8b-4ad280dec4da",
"TrainingClassID": "25744c91-8144-4575-a273-c58d6bd4c027",
"StartDate": "2026-09-19T02:35:56.8068192-04:00",
"EndDate": "2026-09-19T02:35:56.8068192-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "61bbd97e-f4a4-4754-a818-ee943c4c1067",
"Used": true,
"UsedDateTime": "2026-09-19T02:35:56.8068192-04:00",
"InventoryItemID": "9a3891d2-252b-4383-8ab6-d2f476919ecd"
}
]