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": "a498fd2c-10be-4cab-8881-7b2d835d5584",
"Code": "sample string 2",
"TrainingTypeID": "78ef4f23-eaea-4b0f-a72c-5f1d9b8957a8",
"TrainingClassID": "c0981520-ab13-417f-9b2e-8a403e3b7cb3",
"StartDate": "2026-05-06T08:40:24.0447939-04:00",
"EndDate": "2026-05-06T08:40:24.0447939-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "25acc402-940b-46bb-b2f1-4fa3e19631de",
"Used": true,
"UsedDateTime": "2026-05-06T08:40:24.0447939-04:00",
"InventoryItemID": "7862a1c7-a812-477e-bc5b-ca5c92aedaec"
},
{
"DiscountCodeID": "a498fd2c-10be-4cab-8881-7b2d835d5584",
"Code": "sample string 2",
"TrainingTypeID": "78ef4f23-eaea-4b0f-a72c-5f1d9b8957a8",
"TrainingClassID": "c0981520-ab13-417f-9b2e-8a403e3b7cb3",
"StartDate": "2026-05-06T08:40:24.0447939-04:00",
"EndDate": "2026-05-06T08:40:24.0447939-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "25acc402-940b-46bb-b2f1-4fa3e19631de",
"Used": true,
"UsedDateTime": "2026-05-06T08:40:24.0447939-04:00",
"InventoryItemID": "7862a1c7-a812-477e-bc5b-ca5c92aedaec"
},
{
"DiscountCodeID": "a498fd2c-10be-4cab-8881-7b2d835d5584",
"Code": "sample string 2",
"TrainingTypeID": "78ef4f23-eaea-4b0f-a72c-5f1d9b8957a8",
"TrainingClassID": "c0981520-ab13-417f-9b2e-8a403e3b7cb3",
"StartDate": "2026-05-06T08:40:24.0447939-04:00",
"EndDate": "2026-05-06T08:40:24.0447939-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "25acc402-940b-46bb-b2f1-4fa3e19631de",
"Used": true,
"UsedDateTime": "2026-05-06T08:40:24.0447939-04:00",
"InventoryItemID": "7862a1c7-a812-477e-bc5b-ca5c92aedaec"
}
]