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": "3a9bd23f-b3b8-4951-ba38-ca89df7bd136",
"Code": "sample string 2",
"TrainingTypeID": "f203644a-2feb-4158-8a12-6be25ba193cb",
"TrainingClassID": "08861ae2-ca14-4f53-84fb-3ec6c40994af",
"StartDate": "2026-06-01T18:38:22.290119-04:00",
"EndDate": "2026-06-01T18:38:22.290119-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f14ec407-e872-4d82-877f-f62723dbf6e5",
"Used": true,
"UsedDateTime": "2026-06-01T18:38:22.290119-04:00",
"InventoryItemID": "64451bc6-ba4b-4277-b510-f6aa8caeb7c6"
},
{
"DiscountCodeID": "3a9bd23f-b3b8-4951-ba38-ca89df7bd136",
"Code": "sample string 2",
"TrainingTypeID": "f203644a-2feb-4158-8a12-6be25ba193cb",
"TrainingClassID": "08861ae2-ca14-4f53-84fb-3ec6c40994af",
"StartDate": "2026-06-01T18:38:22.290119-04:00",
"EndDate": "2026-06-01T18:38:22.290119-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f14ec407-e872-4d82-877f-f62723dbf6e5",
"Used": true,
"UsedDateTime": "2026-06-01T18:38:22.290119-04:00",
"InventoryItemID": "64451bc6-ba4b-4277-b510-f6aa8caeb7c6"
},
{
"DiscountCodeID": "3a9bd23f-b3b8-4951-ba38-ca89df7bd136",
"Code": "sample string 2",
"TrainingTypeID": "f203644a-2feb-4158-8a12-6be25ba193cb",
"TrainingClassID": "08861ae2-ca14-4f53-84fb-3ec6c40994af",
"StartDate": "2026-06-01T18:38:22.290119-04:00",
"EndDate": "2026-06-01T18:38:22.290119-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f14ec407-e872-4d82-877f-f62723dbf6e5",
"Used": true,
"UsedDateTime": "2026-06-01T18:38:22.290119-04:00",
"InventoryItemID": "64451bc6-ba4b-4277-b510-f6aa8caeb7c6"
}
]