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": "be61e8b2-753d-4bdb-aa60-b23b77edcb0a",
"Code": "sample string 2",
"TrainingTypeID": "ed404c5f-9c2f-41da-acc1-2fdd02b87315",
"TrainingClassID": "d9a62ac2-1971-4a03-a328-9d6c9e80671d",
"StartDate": "2026-08-16T19:24:23.1122142-04:00",
"EndDate": "2026-08-16T19:24:23.1122142-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d1c94940-1dfd-44e1-b339-1470d4f2e67e",
"Used": true,
"UsedDateTime": "2026-08-16T19:24:23.1122142-04:00",
"InventoryItemID": "121a457e-2d65-4407-b1b9-3cbe865cad06"
},
{
"DiscountCodeID": "be61e8b2-753d-4bdb-aa60-b23b77edcb0a",
"Code": "sample string 2",
"TrainingTypeID": "ed404c5f-9c2f-41da-acc1-2fdd02b87315",
"TrainingClassID": "d9a62ac2-1971-4a03-a328-9d6c9e80671d",
"StartDate": "2026-08-16T19:24:23.1122142-04:00",
"EndDate": "2026-08-16T19:24:23.1122142-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d1c94940-1dfd-44e1-b339-1470d4f2e67e",
"Used": true,
"UsedDateTime": "2026-08-16T19:24:23.1122142-04:00",
"InventoryItemID": "121a457e-2d65-4407-b1b9-3cbe865cad06"
},
{
"DiscountCodeID": "be61e8b2-753d-4bdb-aa60-b23b77edcb0a",
"Code": "sample string 2",
"TrainingTypeID": "ed404c5f-9c2f-41da-acc1-2fdd02b87315",
"TrainingClassID": "d9a62ac2-1971-4a03-a328-9d6c9e80671d",
"StartDate": "2026-08-16T19:24:23.1122142-04:00",
"EndDate": "2026-08-16T19:24:23.1122142-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d1c94940-1dfd-44e1-b339-1470d4f2e67e",
"Used": true,
"UsedDateTime": "2026-08-16T19:24:23.1122142-04:00",
"InventoryItemID": "121a457e-2d65-4407-b1b9-3cbe865cad06"
}
]