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": "60b53586-a3f4-4878-b087-90dfcc63347d",
"Code": "sample string 2",
"TrainingTypeID": "5c47868c-d14d-4cfb-bb45-f87d2b81ebd5",
"TrainingClassID": "4724a28f-f486-4e35-92f5-7a11bb5046df",
"StartDate": "2026-07-19T10:48:19.7728564-04:00",
"EndDate": "2026-07-19T10:48:19.7728564-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cc1a507c-0f62-4cf4-88cf-f53bea15658f",
"Used": true,
"UsedDateTime": "2026-07-19T10:48:19.7728564-04:00",
"InventoryItemID": "0a89a4c0-49a1-4d0a-8f04-74cb8a114462"
},
{
"DiscountCodeID": "60b53586-a3f4-4878-b087-90dfcc63347d",
"Code": "sample string 2",
"TrainingTypeID": "5c47868c-d14d-4cfb-bb45-f87d2b81ebd5",
"TrainingClassID": "4724a28f-f486-4e35-92f5-7a11bb5046df",
"StartDate": "2026-07-19T10:48:19.7728564-04:00",
"EndDate": "2026-07-19T10:48:19.7728564-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cc1a507c-0f62-4cf4-88cf-f53bea15658f",
"Used": true,
"UsedDateTime": "2026-07-19T10:48:19.7728564-04:00",
"InventoryItemID": "0a89a4c0-49a1-4d0a-8f04-74cb8a114462"
},
{
"DiscountCodeID": "60b53586-a3f4-4878-b087-90dfcc63347d",
"Code": "sample string 2",
"TrainingTypeID": "5c47868c-d14d-4cfb-bb45-f87d2b81ebd5",
"TrainingClassID": "4724a28f-f486-4e35-92f5-7a11bb5046df",
"StartDate": "2026-07-19T10:48:19.7728564-04:00",
"EndDate": "2026-07-19T10:48:19.7728564-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cc1a507c-0f62-4cf4-88cf-f53bea15658f",
"Used": true,
"UsedDateTime": "2026-07-19T10:48:19.7728564-04:00",
"InventoryItemID": "0a89a4c0-49a1-4d0a-8f04-74cb8a114462"
}
]