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": "ed466cdc-89ff-4157-aa4e-180ea9b9c692",
"Code": "sample string 2",
"TrainingTypeID": "36def80c-fe9d-4a1e-a1f6-cb7f224179ca",
"TrainingClassID": "c2c9ec86-43b0-422c-9b69-1769106dffd5",
"StartDate": "2026-05-22T20:49:42.5248128-04:00",
"EndDate": "2026-05-22T20:49:42.5248128-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "961f18eb-8897-4400-8c62-371751622fcb",
"Used": true,
"UsedDateTime": "2026-05-22T20:49:42.5248128-04:00",
"InventoryItemID": "931cfc87-ca68-4ffc-a1f6-ad999baf5714"
},
{
"DiscountCodeID": "ed466cdc-89ff-4157-aa4e-180ea9b9c692",
"Code": "sample string 2",
"TrainingTypeID": "36def80c-fe9d-4a1e-a1f6-cb7f224179ca",
"TrainingClassID": "c2c9ec86-43b0-422c-9b69-1769106dffd5",
"StartDate": "2026-05-22T20:49:42.5248128-04:00",
"EndDate": "2026-05-22T20:49:42.5248128-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "961f18eb-8897-4400-8c62-371751622fcb",
"Used": true,
"UsedDateTime": "2026-05-22T20:49:42.5248128-04:00",
"InventoryItemID": "931cfc87-ca68-4ffc-a1f6-ad999baf5714"
},
{
"DiscountCodeID": "ed466cdc-89ff-4157-aa4e-180ea9b9c692",
"Code": "sample string 2",
"TrainingTypeID": "36def80c-fe9d-4a1e-a1f6-cb7f224179ca",
"TrainingClassID": "c2c9ec86-43b0-422c-9b69-1769106dffd5",
"StartDate": "2026-05-22T20:49:42.5248128-04:00",
"EndDate": "2026-05-22T20:49:42.5248128-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "961f18eb-8897-4400-8c62-371751622fcb",
"Used": true,
"UsedDateTime": "2026-05-22T20:49:42.5248128-04:00",
"InventoryItemID": "931cfc87-ca68-4ffc-a1f6-ad999baf5714"
}
]