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": "b27071ae-5e45-4dd8-a44a-64eccb7a851d",
"Code": "sample string 2",
"TrainingTypeID": "89fa510b-f4c4-4d68-9876-aa4f9dbde1fc",
"TrainingClassID": "a30b627c-4112-4f65-a205-54a7e25b59b0",
"StartDate": "2026-07-30T02:30:06.4525354-04:00",
"EndDate": "2026-07-30T02:30:06.4525354-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "14adcdc0-3842-4020-9ecf-a04b2ccc0b5f",
"Used": true,
"UsedDateTime": "2026-07-30T02:30:06.4525354-04:00",
"InventoryItemID": "8007dbfd-21eb-4949-a5ac-42980d313064"
},
{
"DiscountCodeID": "b27071ae-5e45-4dd8-a44a-64eccb7a851d",
"Code": "sample string 2",
"TrainingTypeID": "89fa510b-f4c4-4d68-9876-aa4f9dbde1fc",
"TrainingClassID": "a30b627c-4112-4f65-a205-54a7e25b59b0",
"StartDate": "2026-07-30T02:30:06.4525354-04:00",
"EndDate": "2026-07-30T02:30:06.4525354-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "14adcdc0-3842-4020-9ecf-a04b2ccc0b5f",
"Used": true,
"UsedDateTime": "2026-07-30T02:30:06.4525354-04:00",
"InventoryItemID": "8007dbfd-21eb-4949-a5ac-42980d313064"
},
{
"DiscountCodeID": "b27071ae-5e45-4dd8-a44a-64eccb7a851d",
"Code": "sample string 2",
"TrainingTypeID": "89fa510b-f4c4-4d68-9876-aa4f9dbde1fc",
"TrainingClassID": "a30b627c-4112-4f65-a205-54a7e25b59b0",
"StartDate": "2026-07-30T02:30:06.4525354-04:00",
"EndDate": "2026-07-30T02:30:06.4525354-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "14adcdc0-3842-4020-9ecf-a04b2ccc0b5f",
"Used": true,
"UsedDateTime": "2026-07-30T02:30:06.4525354-04:00",
"InventoryItemID": "8007dbfd-21eb-4949-a5ac-42980d313064"
}
]