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": "5a808a03-11dc-4661-a7a2-0c5763f2cf27",
"Code": "sample string 2",
"TrainingTypeID": "6cc65117-9811-44e7-985f-1e9674193290",
"TrainingClassID": "16775e91-a295-4b12-8892-a4da6104a995",
"StartDate": "2026-09-11T20:16:36.585394-04:00",
"EndDate": "2026-09-11T20:16:36.585394-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ae1335e8-ec9c-41dd-aa31-14d6d464c88b",
"Used": true,
"UsedDateTime": "2026-09-11T20:16:36.585394-04:00",
"InventoryItemID": "9ef69710-1cdc-4c5a-a353-cb6fcf1f422a"
},
{
"DiscountCodeID": "5a808a03-11dc-4661-a7a2-0c5763f2cf27",
"Code": "sample string 2",
"TrainingTypeID": "6cc65117-9811-44e7-985f-1e9674193290",
"TrainingClassID": "16775e91-a295-4b12-8892-a4da6104a995",
"StartDate": "2026-09-11T20:16:36.585394-04:00",
"EndDate": "2026-09-11T20:16:36.585394-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ae1335e8-ec9c-41dd-aa31-14d6d464c88b",
"Used": true,
"UsedDateTime": "2026-09-11T20:16:36.585394-04:00",
"InventoryItemID": "9ef69710-1cdc-4c5a-a353-cb6fcf1f422a"
},
{
"DiscountCodeID": "5a808a03-11dc-4661-a7a2-0c5763f2cf27",
"Code": "sample string 2",
"TrainingTypeID": "6cc65117-9811-44e7-985f-1e9674193290",
"TrainingClassID": "16775e91-a295-4b12-8892-a4da6104a995",
"StartDate": "2026-09-11T20:16:36.585394-04:00",
"EndDate": "2026-09-11T20:16:36.585394-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ae1335e8-ec9c-41dd-aa31-14d6d464c88b",
"Used": true,
"UsedDateTime": "2026-09-11T20:16:36.585394-04:00",
"InventoryItemID": "9ef69710-1cdc-4c5a-a353-cb6fcf1f422a"
}
]