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": "e777f1c7-daef-4adc-a381-a0293d1c7392",
"Code": "sample string 2",
"TrainingTypeID": "10a28138-4e18-4ff8-8f2d-b704485d3536",
"TrainingClassID": "4516ac4a-daa1-4f3b-88a1-60c9961b96a6",
"StartDate": "2026-06-18T01:11:42.0715657-04:00",
"EndDate": "2026-06-18T01:11:42.0715657-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "775dcc5a-b7d7-4fb6-8d18-2b13551026ae",
"Used": true,
"UsedDateTime": "2026-06-18T01:11:42.0715657-04:00",
"InventoryItemID": "633f36f9-43e0-45c6-a85e-555bd4af786a"
},
{
"DiscountCodeID": "e777f1c7-daef-4adc-a381-a0293d1c7392",
"Code": "sample string 2",
"TrainingTypeID": "10a28138-4e18-4ff8-8f2d-b704485d3536",
"TrainingClassID": "4516ac4a-daa1-4f3b-88a1-60c9961b96a6",
"StartDate": "2026-06-18T01:11:42.0715657-04:00",
"EndDate": "2026-06-18T01:11:42.0715657-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "775dcc5a-b7d7-4fb6-8d18-2b13551026ae",
"Used": true,
"UsedDateTime": "2026-06-18T01:11:42.0715657-04:00",
"InventoryItemID": "633f36f9-43e0-45c6-a85e-555bd4af786a"
},
{
"DiscountCodeID": "e777f1c7-daef-4adc-a381-a0293d1c7392",
"Code": "sample string 2",
"TrainingTypeID": "10a28138-4e18-4ff8-8f2d-b704485d3536",
"TrainingClassID": "4516ac4a-daa1-4f3b-88a1-60c9961b96a6",
"StartDate": "2026-06-18T01:11:42.0715657-04:00",
"EndDate": "2026-06-18T01:11:42.0715657-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "775dcc5a-b7d7-4fb6-8d18-2b13551026ae",
"Used": true,
"UsedDateTime": "2026-06-18T01:11:42.0715657-04:00",
"InventoryItemID": "633f36f9-43e0-45c6-a85e-555bd4af786a"
}
]