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": "b184dc72-d0fc-4e4e-adea-7eda0cbb9a67",
"Code": "sample string 2",
"TrainingTypeID": "097e8baf-ee19-4d28-8a41-88cce0e73a73",
"TrainingClassID": "a5b31689-995b-4e58-a336-289abeb01823",
"StartDate": "2026-08-17T03:30:27.6326971-04:00",
"EndDate": "2026-08-17T03:30:27.6326971-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0aa0e106-54e5-414a-b829-169aa56715a2",
"Used": true,
"UsedDateTime": "2026-08-17T03:30:27.6326971-04:00",
"InventoryItemID": "5e333bf6-1b15-44bc-96c5-0bf225727486"
},
{
"DiscountCodeID": "b184dc72-d0fc-4e4e-adea-7eda0cbb9a67",
"Code": "sample string 2",
"TrainingTypeID": "097e8baf-ee19-4d28-8a41-88cce0e73a73",
"TrainingClassID": "a5b31689-995b-4e58-a336-289abeb01823",
"StartDate": "2026-08-17T03:30:27.6326971-04:00",
"EndDate": "2026-08-17T03:30:27.6326971-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0aa0e106-54e5-414a-b829-169aa56715a2",
"Used": true,
"UsedDateTime": "2026-08-17T03:30:27.6326971-04:00",
"InventoryItemID": "5e333bf6-1b15-44bc-96c5-0bf225727486"
},
{
"DiscountCodeID": "b184dc72-d0fc-4e4e-adea-7eda0cbb9a67",
"Code": "sample string 2",
"TrainingTypeID": "097e8baf-ee19-4d28-8a41-88cce0e73a73",
"TrainingClassID": "a5b31689-995b-4e58-a336-289abeb01823",
"StartDate": "2026-08-17T03:30:27.6326971-04:00",
"EndDate": "2026-08-17T03:30:27.6326971-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0aa0e106-54e5-414a-b829-169aa56715a2",
"Used": true,
"UsedDateTime": "2026-08-17T03:30:27.6326971-04:00",
"InventoryItemID": "5e333bf6-1b15-44bc-96c5-0bf225727486"
}
]