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": "375d3a33-78bc-4647-b13c-f47eeae7e863",
"Code": "sample string 2",
"TrainingTypeID": "dad54a2d-f484-44e2-a88b-74e94a85cc19",
"TrainingClassID": "ae758d61-4072-4d4f-a125-4fe3a4019484",
"StartDate": "2026-08-09T08:16:47.9957849-04:00",
"EndDate": "2026-08-09T08:16:47.9957849-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1cd87e33-429b-4ec2-9ade-97d4fda3465a",
"Used": true,
"UsedDateTime": "2026-08-09T08:16:47.9957849-04:00",
"InventoryItemID": "9abe9e34-e438-4bcc-a0e5-873425ef9c02"
},
{
"DiscountCodeID": "375d3a33-78bc-4647-b13c-f47eeae7e863",
"Code": "sample string 2",
"TrainingTypeID": "dad54a2d-f484-44e2-a88b-74e94a85cc19",
"TrainingClassID": "ae758d61-4072-4d4f-a125-4fe3a4019484",
"StartDate": "2026-08-09T08:16:47.9957849-04:00",
"EndDate": "2026-08-09T08:16:47.9957849-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1cd87e33-429b-4ec2-9ade-97d4fda3465a",
"Used": true,
"UsedDateTime": "2026-08-09T08:16:47.9957849-04:00",
"InventoryItemID": "9abe9e34-e438-4bcc-a0e5-873425ef9c02"
},
{
"DiscountCodeID": "375d3a33-78bc-4647-b13c-f47eeae7e863",
"Code": "sample string 2",
"TrainingTypeID": "dad54a2d-f484-44e2-a88b-74e94a85cc19",
"TrainingClassID": "ae758d61-4072-4d4f-a125-4fe3a4019484",
"StartDate": "2026-08-09T08:16:47.9957849-04:00",
"EndDate": "2026-08-09T08:16:47.9957849-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1cd87e33-429b-4ec2-9ade-97d4fda3465a",
"Used": true,
"UsedDateTime": "2026-08-09T08:16:47.9957849-04:00",
"InventoryItemID": "9abe9e34-e438-4bcc-a0e5-873425ef9c02"
}
]