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": "47d51f44-86cf-4d79-a509-20e4f86b24d1",
"Code": "sample string 2",
"TrainingTypeID": "6688e7af-6766-44ca-ba75-1390ea5aa1d7",
"TrainingClassID": "0ae6eb9a-3435-4d8a-b07c-56f96bc8ad50",
"StartDate": "2026-05-20T08:03:41.9402546-04:00",
"EndDate": "2026-05-20T08:03:41.9402546-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "be077a12-a210-4dd7-b457-9c7bfc5da15a",
"Used": true,
"UsedDateTime": "2026-05-20T08:03:41.9402546-04:00",
"InventoryItemID": "021b3b13-44d9-4507-bcf5-88641e30cf4a"
},
{
"DiscountCodeID": "47d51f44-86cf-4d79-a509-20e4f86b24d1",
"Code": "sample string 2",
"TrainingTypeID": "6688e7af-6766-44ca-ba75-1390ea5aa1d7",
"TrainingClassID": "0ae6eb9a-3435-4d8a-b07c-56f96bc8ad50",
"StartDate": "2026-05-20T08:03:41.9402546-04:00",
"EndDate": "2026-05-20T08:03:41.9402546-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "be077a12-a210-4dd7-b457-9c7bfc5da15a",
"Used": true,
"UsedDateTime": "2026-05-20T08:03:41.9402546-04:00",
"InventoryItemID": "021b3b13-44d9-4507-bcf5-88641e30cf4a"
},
{
"DiscountCodeID": "47d51f44-86cf-4d79-a509-20e4f86b24d1",
"Code": "sample string 2",
"TrainingTypeID": "6688e7af-6766-44ca-ba75-1390ea5aa1d7",
"TrainingClassID": "0ae6eb9a-3435-4d8a-b07c-56f96bc8ad50",
"StartDate": "2026-05-20T08:03:41.9402546-04:00",
"EndDate": "2026-05-20T08:03:41.9402546-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "be077a12-a210-4dd7-b457-9c7bfc5da15a",
"Used": true,
"UsedDateTime": "2026-05-20T08:03:41.9402546-04:00",
"InventoryItemID": "021b3b13-44d9-4507-bcf5-88641e30cf4a"
}
]