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": "a314de68-59e1-4c2d-9891-fd6083da7a45",
"Code": "sample string 2",
"TrainingTypeID": "ce62397a-aa1c-4495-a744-c7f1f3e99a82",
"TrainingClassID": "96ccf396-680d-4945-a5fb-5b60ec9364ef",
"StartDate": "2026-07-05T02:40:17.395679-04:00",
"EndDate": "2026-07-05T02:40:17.395679-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e1a3f48f-15d8-4ef3-af6a-2e4cb9c6e1e9",
"Used": true,
"UsedDateTime": "2026-07-05T02:40:17.395679-04:00",
"InventoryItemID": "a3827ee5-001d-40bb-bb4b-14fa1745de4a"
},
{
"DiscountCodeID": "a314de68-59e1-4c2d-9891-fd6083da7a45",
"Code": "sample string 2",
"TrainingTypeID": "ce62397a-aa1c-4495-a744-c7f1f3e99a82",
"TrainingClassID": "96ccf396-680d-4945-a5fb-5b60ec9364ef",
"StartDate": "2026-07-05T02:40:17.395679-04:00",
"EndDate": "2026-07-05T02:40:17.395679-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e1a3f48f-15d8-4ef3-af6a-2e4cb9c6e1e9",
"Used": true,
"UsedDateTime": "2026-07-05T02:40:17.395679-04:00",
"InventoryItemID": "a3827ee5-001d-40bb-bb4b-14fa1745de4a"
},
{
"DiscountCodeID": "a314de68-59e1-4c2d-9891-fd6083da7a45",
"Code": "sample string 2",
"TrainingTypeID": "ce62397a-aa1c-4495-a744-c7f1f3e99a82",
"TrainingClassID": "96ccf396-680d-4945-a5fb-5b60ec9364ef",
"StartDate": "2026-07-05T02:40:17.395679-04:00",
"EndDate": "2026-07-05T02:40:17.395679-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e1a3f48f-15d8-4ef3-af6a-2e4cb9c6e1e9",
"Used": true,
"UsedDateTime": "2026-07-05T02:40:17.395679-04:00",
"InventoryItemID": "a3827ee5-001d-40bb-bb4b-14fa1745de4a"
}
]