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": "c32bd40d-6fdc-438b-80aa-a1888f8998ea",
"Code": "sample string 2",
"TrainingTypeID": "0be92172-8226-4db8-b152-5dc103cc1edd",
"TrainingClassID": "1497ec51-8b2a-4cc3-ac35-714ec49e174a",
"StartDate": "2026-09-04T04:13:05.952752-04:00",
"EndDate": "2026-09-04T04:13:05.952752-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "739ac458-cf20-4393-bdbd-75eb116aae55",
"Used": true,
"UsedDateTime": "2026-09-04T04:13:05.952752-04:00",
"InventoryItemID": "1e22c73f-9605-4742-995b-4b18205aae1e"
},
{
"DiscountCodeID": "c32bd40d-6fdc-438b-80aa-a1888f8998ea",
"Code": "sample string 2",
"TrainingTypeID": "0be92172-8226-4db8-b152-5dc103cc1edd",
"TrainingClassID": "1497ec51-8b2a-4cc3-ac35-714ec49e174a",
"StartDate": "2026-09-04T04:13:05.952752-04:00",
"EndDate": "2026-09-04T04:13:05.952752-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "739ac458-cf20-4393-bdbd-75eb116aae55",
"Used": true,
"UsedDateTime": "2026-09-04T04:13:05.952752-04:00",
"InventoryItemID": "1e22c73f-9605-4742-995b-4b18205aae1e"
},
{
"DiscountCodeID": "c32bd40d-6fdc-438b-80aa-a1888f8998ea",
"Code": "sample string 2",
"TrainingTypeID": "0be92172-8226-4db8-b152-5dc103cc1edd",
"TrainingClassID": "1497ec51-8b2a-4cc3-ac35-714ec49e174a",
"StartDate": "2026-09-04T04:13:05.952752-04:00",
"EndDate": "2026-09-04T04:13:05.952752-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "739ac458-cf20-4393-bdbd-75eb116aae55",
"Used": true,
"UsedDateTime": "2026-09-04T04:13:05.952752-04:00",
"InventoryItemID": "1e22c73f-9605-4742-995b-4b18205aae1e"
}
]