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": "0f8b654d-8b37-4c3e-ad64-33f612d5cd08",
"Code": "sample string 2",
"TrainingTypeID": "d9f72fcc-2fe3-4ede-a273-c651fed50c58",
"TrainingClassID": "7b264d26-7b3f-4da0-8a44-be9c2b7d2213",
"StartDate": "2026-09-08T14:18:10.6403784-04:00",
"EndDate": "2026-09-08T14:18:10.6403784-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "717cd15d-20e4-433a-a0f6-2d571d2cb015",
"Used": true,
"UsedDateTime": "2026-09-08T14:18:10.6403784-04:00",
"InventoryItemID": "5f067bc3-42bf-48ad-ab65-9ea5117c36c7"
},
{
"DiscountCodeID": "0f8b654d-8b37-4c3e-ad64-33f612d5cd08",
"Code": "sample string 2",
"TrainingTypeID": "d9f72fcc-2fe3-4ede-a273-c651fed50c58",
"TrainingClassID": "7b264d26-7b3f-4da0-8a44-be9c2b7d2213",
"StartDate": "2026-09-08T14:18:10.6403784-04:00",
"EndDate": "2026-09-08T14:18:10.6403784-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "717cd15d-20e4-433a-a0f6-2d571d2cb015",
"Used": true,
"UsedDateTime": "2026-09-08T14:18:10.6403784-04:00",
"InventoryItemID": "5f067bc3-42bf-48ad-ab65-9ea5117c36c7"
},
{
"DiscountCodeID": "0f8b654d-8b37-4c3e-ad64-33f612d5cd08",
"Code": "sample string 2",
"TrainingTypeID": "d9f72fcc-2fe3-4ede-a273-c651fed50c58",
"TrainingClassID": "7b264d26-7b3f-4da0-8a44-be9c2b7d2213",
"StartDate": "2026-09-08T14:18:10.6403784-04:00",
"EndDate": "2026-09-08T14:18:10.6403784-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "717cd15d-20e4-433a-a0f6-2d571d2cb015",
"Used": true,
"UsedDateTime": "2026-09-08T14:18:10.6403784-04:00",
"InventoryItemID": "5f067bc3-42bf-48ad-ab65-9ea5117c36c7"
}
]