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": "91bf984c-8006-40ed-9e3f-e1ad2596eaa6",
"Code": "sample string 2",
"TrainingTypeID": "193e4859-5bee-4807-b608-f3e0fef1fa13",
"TrainingClassID": "762d14f9-308b-4e52-9de5-e3adb6ddfdc7",
"StartDate": "2026-09-17T03:51:22.8199547-04:00",
"EndDate": "2026-09-17T03:51:22.8199547-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0f768310-bb83-48ee-9ae8-d6f01c1a52c2",
"Used": true,
"UsedDateTime": "2026-09-17T03:51:22.8199547-04:00",
"InventoryItemID": "2a9d179a-a3b1-44b3-964b-1e0ce86ff2da"
},
{
"DiscountCodeID": "91bf984c-8006-40ed-9e3f-e1ad2596eaa6",
"Code": "sample string 2",
"TrainingTypeID": "193e4859-5bee-4807-b608-f3e0fef1fa13",
"TrainingClassID": "762d14f9-308b-4e52-9de5-e3adb6ddfdc7",
"StartDate": "2026-09-17T03:51:22.8199547-04:00",
"EndDate": "2026-09-17T03:51:22.8199547-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0f768310-bb83-48ee-9ae8-d6f01c1a52c2",
"Used": true,
"UsedDateTime": "2026-09-17T03:51:22.8199547-04:00",
"InventoryItemID": "2a9d179a-a3b1-44b3-964b-1e0ce86ff2da"
},
{
"DiscountCodeID": "91bf984c-8006-40ed-9e3f-e1ad2596eaa6",
"Code": "sample string 2",
"TrainingTypeID": "193e4859-5bee-4807-b608-f3e0fef1fa13",
"TrainingClassID": "762d14f9-308b-4e52-9de5-e3adb6ddfdc7",
"StartDate": "2026-09-17T03:51:22.8199547-04:00",
"EndDate": "2026-09-17T03:51:22.8199547-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0f768310-bb83-48ee-9ae8-d6f01c1a52c2",
"Used": true,
"UsedDateTime": "2026-09-17T03:51:22.8199547-04:00",
"InventoryItemID": "2a9d179a-a3b1-44b3-964b-1e0ce86ff2da"
}
]