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": "0925114b-880c-45e6-b08e-7ab44dce783c",
"Code": "sample string 2",
"TrainingTypeID": "6935c9e9-33e9-428f-a953-cf39aeab911a",
"TrainingClassID": "a4a86010-ccdd-4467-a06e-b2eb00490a34",
"StartDate": "2026-05-21T16:27:22.7416812-04:00",
"EndDate": "2026-05-21T16:27:22.7416812-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6bef5d7d-7633-42fd-9664-664a24d7c20d",
"Used": true,
"UsedDateTime": "2026-05-21T16:27:22.7416812-04:00",
"InventoryItemID": "f54d7003-c8b7-4c11-8385-75cc52883161"
},
{
"DiscountCodeID": "0925114b-880c-45e6-b08e-7ab44dce783c",
"Code": "sample string 2",
"TrainingTypeID": "6935c9e9-33e9-428f-a953-cf39aeab911a",
"TrainingClassID": "a4a86010-ccdd-4467-a06e-b2eb00490a34",
"StartDate": "2026-05-21T16:27:22.7416812-04:00",
"EndDate": "2026-05-21T16:27:22.7416812-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6bef5d7d-7633-42fd-9664-664a24d7c20d",
"Used": true,
"UsedDateTime": "2026-05-21T16:27:22.7416812-04:00",
"InventoryItemID": "f54d7003-c8b7-4c11-8385-75cc52883161"
},
{
"DiscountCodeID": "0925114b-880c-45e6-b08e-7ab44dce783c",
"Code": "sample string 2",
"TrainingTypeID": "6935c9e9-33e9-428f-a953-cf39aeab911a",
"TrainingClassID": "a4a86010-ccdd-4467-a06e-b2eb00490a34",
"StartDate": "2026-05-21T16:27:22.7416812-04:00",
"EndDate": "2026-05-21T16:27:22.7416812-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6bef5d7d-7633-42fd-9664-664a24d7c20d",
"Used": true,
"UsedDateTime": "2026-05-21T16:27:22.7416812-04:00",
"InventoryItemID": "f54d7003-c8b7-4c11-8385-75cc52883161"
}
]