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": "bb55c97c-f062-4f39-a1c3-0cc74c425bb8",
"Code": "sample string 2",
"TrainingTypeID": "dd79f7e8-2b58-4785-9aa5-f3aa322910fc",
"TrainingClassID": "94136347-f7af-4bc4-99f6-cb67045a6d37",
"StartDate": "2026-07-12T01:18:32.0229191-04:00",
"EndDate": "2026-07-12T01:18:32.0229191-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ed59cac1-19ab-4417-b21e-7a0cbd912705",
"Used": true,
"UsedDateTime": "2026-07-12T01:18:32.0229191-04:00",
"InventoryItemID": "075262ac-676e-4997-a4c1-389f568b52e8"
},
{
"DiscountCodeID": "bb55c97c-f062-4f39-a1c3-0cc74c425bb8",
"Code": "sample string 2",
"TrainingTypeID": "dd79f7e8-2b58-4785-9aa5-f3aa322910fc",
"TrainingClassID": "94136347-f7af-4bc4-99f6-cb67045a6d37",
"StartDate": "2026-07-12T01:18:32.0229191-04:00",
"EndDate": "2026-07-12T01:18:32.0229191-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ed59cac1-19ab-4417-b21e-7a0cbd912705",
"Used": true,
"UsedDateTime": "2026-07-12T01:18:32.0229191-04:00",
"InventoryItemID": "075262ac-676e-4997-a4c1-389f568b52e8"
},
{
"DiscountCodeID": "bb55c97c-f062-4f39-a1c3-0cc74c425bb8",
"Code": "sample string 2",
"TrainingTypeID": "dd79f7e8-2b58-4785-9aa5-f3aa322910fc",
"TrainingClassID": "94136347-f7af-4bc4-99f6-cb67045a6d37",
"StartDate": "2026-07-12T01:18:32.0229191-04:00",
"EndDate": "2026-07-12T01:18:32.0229191-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ed59cac1-19ab-4417-b21e-7a0cbd912705",
"Used": true,
"UsedDateTime": "2026-07-12T01:18:32.0229191-04:00",
"InventoryItemID": "075262ac-676e-4997-a4c1-389f568b52e8"
}
]