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": "2e4ea81d-7c7b-4999-b32b-e557cdbe8009",
"Code": "sample string 2",
"TrainingTypeID": "1334e4f1-9c68-4e3c-b709-2423f2a7cb3b",
"TrainingClassID": "8fb6c136-ecbc-464b-a054-645ee7664e9c",
"StartDate": "2026-05-19T12:55:34.5908786-04:00",
"EndDate": "2026-05-19T12:55:34.5908786-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a8eff8da-c3b7-4965-b659-03c3d5f58994",
"Used": true,
"UsedDateTime": "2026-05-19T12:55:34.5908786-04:00",
"InventoryItemID": "fe09a543-5adf-4bdb-a9f5-52d15a0e4aff"
},
{
"DiscountCodeID": "2e4ea81d-7c7b-4999-b32b-e557cdbe8009",
"Code": "sample string 2",
"TrainingTypeID": "1334e4f1-9c68-4e3c-b709-2423f2a7cb3b",
"TrainingClassID": "8fb6c136-ecbc-464b-a054-645ee7664e9c",
"StartDate": "2026-05-19T12:55:34.5908786-04:00",
"EndDate": "2026-05-19T12:55:34.5908786-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a8eff8da-c3b7-4965-b659-03c3d5f58994",
"Used": true,
"UsedDateTime": "2026-05-19T12:55:34.5908786-04:00",
"InventoryItemID": "fe09a543-5adf-4bdb-a9f5-52d15a0e4aff"
},
{
"DiscountCodeID": "2e4ea81d-7c7b-4999-b32b-e557cdbe8009",
"Code": "sample string 2",
"TrainingTypeID": "1334e4f1-9c68-4e3c-b709-2423f2a7cb3b",
"TrainingClassID": "8fb6c136-ecbc-464b-a054-645ee7664e9c",
"StartDate": "2026-05-19T12:55:34.5908786-04:00",
"EndDate": "2026-05-19T12:55:34.5908786-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a8eff8da-c3b7-4965-b659-03c3d5f58994",
"Used": true,
"UsedDateTime": "2026-05-19T12:55:34.5908786-04:00",
"InventoryItemID": "fe09a543-5adf-4bdb-a9f5-52d15a0e4aff"
}
]