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": "94a54d09-8cde-4ede-a5db-39a8bdaf534d",
"Code": "sample string 2",
"TrainingTypeID": "995fc747-772e-471c-afb5-721e9142db42",
"TrainingClassID": "b4e1d0b0-400e-478d-b086-d8b01c6c71c2",
"StartDate": "2026-09-18T14:28:03.2923869-04:00",
"EndDate": "2026-09-18T14:28:03.2923869-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d2aaf078-a5da-4f4f-8e81-a6ae3233ff8f",
"Used": true,
"UsedDateTime": "2026-09-18T14:28:03.2923869-04:00",
"InventoryItemID": "60d0bfc1-8ffb-4c51-93e3-4e6572ecf5a9"
},
{
"DiscountCodeID": "94a54d09-8cde-4ede-a5db-39a8bdaf534d",
"Code": "sample string 2",
"TrainingTypeID": "995fc747-772e-471c-afb5-721e9142db42",
"TrainingClassID": "b4e1d0b0-400e-478d-b086-d8b01c6c71c2",
"StartDate": "2026-09-18T14:28:03.2923869-04:00",
"EndDate": "2026-09-18T14:28:03.2923869-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d2aaf078-a5da-4f4f-8e81-a6ae3233ff8f",
"Used": true,
"UsedDateTime": "2026-09-18T14:28:03.2923869-04:00",
"InventoryItemID": "60d0bfc1-8ffb-4c51-93e3-4e6572ecf5a9"
},
{
"DiscountCodeID": "94a54d09-8cde-4ede-a5db-39a8bdaf534d",
"Code": "sample string 2",
"TrainingTypeID": "995fc747-772e-471c-afb5-721e9142db42",
"TrainingClassID": "b4e1d0b0-400e-478d-b086-d8b01c6c71c2",
"StartDate": "2026-09-18T14:28:03.2923869-04:00",
"EndDate": "2026-09-18T14:28:03.2923869-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d2aaf078-a5da-4f4f-8e81-a6ae3233ff8f",
"Used": true,
"UsedDateTime": "2026-09-18T14:28:03.2923869-04:00",
"InventoryItemID": "60d0bfc1-8ffb-4c51-93e3-4e6572ecf5a9"
}
]