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": "ca425082-e3e9-413b-9547-46a5d23c4959",
"Code": "sample string 2",
"TrainingTypeID": "092e126c-61e1-489b-a86f-4054a18e1e3a",
"TrainingClassID": "b0e4d3c6-53b0-4fc4-9696-3ea53db10186",
"StartDate": "2026-07-21T14:01:18.4484064-04:00",
"EndDate": "2026-07-21T14:01:18.4484064-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b9c5fb77-7437-42a7-b4ab-7309c25bad20",
"Used": true,
"UsedDateTime": "2026-07-21T14:01:18.4484064-04:00",
"InventoryItemID": "40890811-dd30-4545-b114-d5b1e039b66d"
},
{
"DiscountCodeID": "ca425082-e3e9-413b-9547-46a5d23c4959",
"Code": "sample string 2",
"TrainingTypeID": "092e126c-61e1-489b-a86f-4054a18e1e3a",
"TrainingClassID": "b0e4d3c6-53b0-4fc4-9696-3ea53db10186",
"StartDate": "2026-07-21T14:01:18.4484064-04:00",
"EndDate": "2026-07-21T14:01:18.4484064-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b9c5fb77-7437-42a7-b4ab-7309c25bad20",
"Used": true,
"UsedDateTime": "2026-07-21T14:01:18.4484064-04:00",
"InventoryItemID": "40890811-dd30-4545-b114-d5b1e039b66d"
},
{
"DiscountCodeID": "ca425082-e3e9-413b-9547-46a5d23c4959",
"Code": "sample string 2",
"TrainingTypeID": "092e126c-61e1-489b-a86f-4054a18e1e3a",
"TrainingClassID": "b0e4d3c6-53b0-4fc4-9696-3ea53db10186",
"StartDate": "2026-07-21T14:01:18.4484064-04:00",
"EndDate": "2026-07-21T14:01:18.4484064-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b9c5fb77-7437-42a7-b4ab-7309c25bad20",
"Used": true,
"UsedDateTime": "2026-07-21T14:01:18.4484064-04:00",
"InventoryItemID": "40890811-dd30-4545-b114-d5b1e039b66d"
}
]