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": "53be38b7-2620-46da-a7bf-d9268e52a29b",
"Code": "sample string 2",
"TrainingTypeID": "9c0be0ab-40dd-46f4-835a-7afb1597919a",
"TrainingClassID": "58b9f4ef-03d6-40c4-a862-b76534f1a8b5",
"StartDate": "2026-08-16T06:07:21.5322154-04:00",
"EndDate": "2026-08-16T06:07:21.5322154-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f7f50a3d-7549-45d4-8d6c-2cd508e46e09",
"Used": true,
"UsedDateTime": "2026-08-16T06:07:21.5322154-04:00",
"InventoryItemID": "d18c5262-1f5d-488d-ba17-48af6f364a37"
},
{
"DiscountCodeID": "53be38b7-2620-46da-a7bf-d9268e52a29b",
"Code": "sample string 2",
"TrainingTypeID": "9c0be0ab-40dd-46f4-835a-7afb1597919a",
"TrainingClassID": "58b9f4ef-03d6-40c4-a862-b76534f1a8b5",
"StartDate": "2026-08-16T06:07:21.5322154-04:00",
"EndDate": "2026-08-16T06:07:21.5322154-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f7f50a3d-7549-45d4-8d6c-2cd508e46e09",
"Used": true,
"UsedDateTime": "2026-08-16T06:07:21.5322154-04:00",
"InventoryItemID": "d18c5262-1f5d-488d-ba17-48af6f364a37"
},
{
"DiscountCodeID": "53be38b7-2620-46da-a7bf-d9268e52a29b",
"Code": "sample string 2",
"TrainingTypeID": "9c0be0ab-40dd-46f4-835a-7afb1597919a",
"TrainingClassID": "58b9f4ef-03d6-40c4-a862-b76534f1a8b5",
"StartDate": "2026-08-16T06:07:21.5322154-04:00",
"EndDate": "2026-08-16T06:07:21.5322154-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f7f50a3d-7549-45d4-8d6c-2cd508e46e09",
"Used": true,
"UsedDateTime": "2026-08-16T06:07:21.5322154-04:00",
"InventoryItemID": "d18c5262-1f5d-488d-ba17-48af6f364a37"
}
]