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": "9afb0b69-5e02-4eb2-86ec-2aa954220d4f",
"Code": "sample string 2",
"TrainingTypeID": "f3b6310f-2fcd-40dd-9a03-eb8717e76115",
"TrainingClassID": "6400c567-f45f-46db-97af-7293132d2e72",
"StartDate": "2026-06-28T17:14:19.7182636-04:00",
"EndDate": "2026-06-28T17:14:19.7182636-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "35564839-f351-443e-8d4a-562bc9e2e30b",
"Used": true,
"UsedDateTime": "2026-06-28T17:14:19.7182636-04:00",
"InventoryItemID": "67cb3b70-9f2f-4899-928e-da0191d4699b"
},
{
"DiscountCodeID": "9afb0b69-5e02-4eb2-86ec-2aa954220d4f",
"Code": "sample string 2",
"TrainingTypeID": "f3b6310f-2fcd-40dd-9a03-eb8717e76115",
"TrainingClassID": "6400c567-f45f-46db-97af-7293132d2e72",
"StartDate": "2026-06-28T17:14:19.7182636-04:00",
"EndDate": "2026-06-28T17:14:19.7182636-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "35564839-f351-443e-8d4a-562bc9e2e30b",
"Used": true,
"UsedDateTime": "2026-06-28T17:14:19.7182636-04:00",
"InventoryItemID": "67cb3b70-9f2f-4899-928e-da0191d4699b"
},
{
"DiscountCodeID": "9afb0b69-5e02-4eb2-86ec-2aa954220d4f",
"Code": "sample string 2",
"TrainingTypeID": "f3b6310f-2fcd-40dd-9a03-eb8717e76115",
"TrainingClassID": "6400c567-f45f-46db-97af-7293132d2e72",
"StartDate": "2026-06-28T17:14:19.7182636-04:00",
"EndDate": "2026-06-28T17:14:19.7182636-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "35564839-f351-443e-8d4a-562bc9e2e30b",
"Used": true,
"UsedDateTime": "2026-06-28T17:14:19.7182636-04:00",
"InventoryItemID": "67cb3b70-9f2f-4899-928e-da0191d4699b"
}
]