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": "3be63133-0d2e-4576-a242-4526fcbbd26e",
"Code": "sample string 2",
"TrainingTypeID": "902b8a78-4b4b-441c-b4f8-d5db10266855",
"TrainingClassID": "b5c58241-fcf9-4ebc-8002-9b5ecb58d4d4",
"StartDate": "2026-05-27T19:16:07.6502106-04:00",
"EndDate": "2026-05-27T19:16:07.6502106-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ab5f7542-0e44-4f5c-8c4e-60fa7395c6ad",
"Used": true,
"UsedDateTime": "2026-05-27T19:16:07.6502106-04:00",
"InventoryItemID": "fa1012e8-54d2-4172-9b51-0cac25bc55a3"
},
{
"DiscountCodeID": "3be63133-0d2e-4576-a242-4526fcbbd26e",
"Code": "sample string 2",
"TrainingTypeID": "902b8a78-4b4b-441c-b4f8-d5db10266855",
"TrainingClassID": "b5c58241-fcf9-4ebc-8002-9b5ecb58d4d4",
"StartDate": "2026-05-27T19:16:07.6502106-04:00",
"EndDate": "2026-05-27T19:16:07.6502106-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ab5f7542-0e44-4f5c-8c4e-60fa7395c6ad",
"Used": true,
"UsedDateTime": "2026-05-27T19:16:07.6502106-04:00",
"InventoryItemID": "fa1012e8-54d2-4172-9b51-0cac25bc55a3"
},
{
"DiscountCodeID": "3be63133-0d2e-4576-a242-4526fcbbd26e",
"Code": "sample string 2",
"TrainingTypeID": "902b8a78-4b4b-441c-b4f8-d5db10266855",
"TrainingClassID": "b5c58241-fcf9-4ebc-8002-9b5ecb58d4d4",
"StartDate": "2026-05-27T19:16:07.6502106-04:00",
"EndDate": "2026-05-27T19:16:07.6502106-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ab5f7542-0e44-4f5c-8c4e-60fa7395c6ad",
"Used": true,
"UsedDateTime": "2026-05-27T19:16:07.6502106-04:00",
"InventoryItemID": "fa1012e8-54d2-4172-9b51-0cac25bc55a3"
}
]