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": "8640edb6-2362-4e68-89a3-be8a30adddd8",
"Code": "sample string 2",
"TrainingTypeID": "3796efb3-3d60-44d4-ad7e-90fb8b2e193b",
"TrainingClassID": "42e7047d-6f66-44a0-9e96-b741e8e42333",
"StartDate": "2026-07-16T08:06:31.3159402-04:00",
"EndDate": "2026-07-16T08:06:31.3159402-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6f790a50-66b8-4907-b762-e61fff170358",
"Used": true,
"UsedDateTime": "2026-07-16T08:06:31.3159402-04:00",
"InventoryItemID": "c245b6fa-e97a-4cdf-9362-a6c5384473bb"
},
{
"DiscountCodeID": "8640edb6-2362-4e68-89a3-be8a30adddd8",
"Code": "sample string 2",
"TrainingTypeID": "3796efb3-3d60-44d4-ad7e-90fb8b2e193b",
"TrainingClassID": "42e7047d-6f66-44a0-9e96-b741e8e42333",
"StartDate": "2026-07-16T08:06:31.3159402-04:00",
"EndDate": "2026-07-16T08:06:31.3159402-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6f790a50-66b8-4907-b762-e61fff170358",
"Used": true,
"UsedDateTime": "2026-07-16T08:06:31.3159402-04:00",
"InventoryItemID": "c245b6fa-e97a-4cdf-9362-a6c5384473bb"
},
{
"DiscountCodeID": "8640edb6-2362-4e68-89a3-be8a30adddd8",
"Code": "sample string 2",
"TrainingTypeID": "3796efb3-3d60-44d4-ad7e-90fb8b2e193b",
"TrainingClassID": "42e7047d-6f66-44a0-9e96-b741e8e42333",
"StartDate": "2026-07-16T08:06:31.3159402-04:00",
"EndDate": "2026-07-16T08:06:31.3159402-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6f790a50-66b8-4907-b762-e61fff170358",
"Used": true,
"UsedDateTime": "2026-07-16T08:06:31.3159402-04:00",
"InventoryItemID": "c245b6fa-e97a-4cdf-9362-a6c5384473bb"
}
]