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": "3f486037-213d-4e08-9b05-9ae10d3cd215",
"Code": "sample string 2",
"TrainingTypeID": "17d7fb72-829b-4eca-8433-d33273aa8c44",
"TrainingClassID": "0e1ddf8e-916d-4852-8d6c-e2225129763f",
"StartDate": "2026-07-19T15:49:41.5167396-04:00",
"EndDate": "2026-07-19T15:49:41.5167396-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4ffaf10a-a9e6-4379-9949-c7cbfbd2c4be",
"Used": true,
"UsedDateTime": "2026-07-19T15:49:41.5167396-04:00",
"InventoryItemID": "2c92b8d7-a6bd-43e5-8b00-3bcc6521d089"
},
{
"DiscountCodeID": "3f486037-213d-4e08-9b05-9ae10d3cd215",
"Code": "sample string 2",
"TrainingTypeID": "17d7fb72-829b-4eca-8433-d33273aa8c44",
"TrainingClassID": "0e1ddf8e-916d-4852-8d6c-e2225129763f",
"StartDate": "2026-07-19T15:49:41.5167396-04:00",
"EndDate": "2026-07-19T15:49:41.5167396-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4ffaf10a-a9e6-4379-9949-c7cbfbd2c4be",
"Used": true,
"UsedDateTime": "2026-07-19T15:49:41.5167396-04:00",
"InventoryItemID": "2c92b8d7-a6bd-43e5-8b00-3bcc6521d089"
},
{
"DiscountCodeID": "3f486037-213d-4e08-9b05-9ae10d3cd215",
"Code": "sample string 2",
"TrainingTypeID": "17d7fb72-829b-4eca-8433-d33273aa8c44",
"TrainingClassID": "0e1ddf8e-916d-4852-8d6c-e2225129763f",
"StartDate": "2026-07-19T15:49:41.5167396-04:00",
"EndDate": "2026-07-19T15:49:41.5167396-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4ffaf10a-a9e6-4379-9949-c7cbfbd2c4be",
"Used": true,
"UsedDateTime": "2026-07-19T15:49:41.5167396-04:00",
"InventoryItemID": "2c92b8d7-a6bd-43e5-8b00-3bcc6521d089"
}
]