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": "8b652899-f303-4414-9774-562355557398",
"Code": "sample string 2",
"TrainingTypeID": "abe4b562-3702-42ed-a23c-a79b3daf8ff4",
"TrainingClassID": "c848039e-7923-4de6-b729-4777d21038f8",
"StartDate": "2026-05-12T08:52:47.9280664-04:00",
"EndDate": "2026-05-12T08:52:47.9280664-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "24d65206-718d-406f-a30a-8d6a989566c8",
"Used": true,
"UsedDateTime": "2026-05-12T08:52:47.9280664-04:00",
"InventoryItemID": "3631dde1-096b-415e-a041-7d06dfbc8e22"
},
{
"DiscountCodeID": "8b652899-f303-4414-9774-562355557398",
"Code": "sample string 2",
"TrainingTypeID": "abe4b562-3702-42ed-a23c-a79b3daf8ff4",
"TrainingClassID": "c848039e-7923-4de6-b729-4777d21038f8",
"StartDate": "2026-05-12T08:52:47.9280664-04:00",
"EndDate": "2026-05-12T08:52:47.9280664-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "24d65206-718d-406f-a30a-8d6a989566c8",
"Used": true,
"UsedDateTime": "2026-05-12T08:52:47.9280664-04:00",
"InventoryItemID": "3631dde1-096b-415e-a041-7d06dfbc8e22"
},
{
"DiscountCodeID": "8b652899-f303-4414-9774-562355557398",
"Code": "sample string 2",
"TrainingTypeID": "abe4b562-3702-42ed-a23c-a79b3daf8ff4",
"TrainingClassID": "c848039e-7923-4de6-b729-4777d21038f8",
"StartDate": "2026-05-12T08:52:47.9280664-04:00",
"EndDate": "2026-05-12T08:52:47.9280664-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "24d65206-718d-406f-a30a-8d6a989566c8",
"Used": true,
"UsedDateTime": "2026-05-12T08:52:47.9280664-04:00",
"InventoryItemID": "3631dde1-096b-415e-a041-7d06dfbc8e22"
}
]