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": "2a53b007-0a0c-4fb0-a999-c7b6cc0ad341",
"Code": "sample string 2",
"TrainingTypeID": "16867474-3ca1-4572-97d2-a19d5f22a4b3",
"TrainingClassID": "f4742c8a-bc3d-424f-ad33-5ad85939a53e",
"StartDate": "2026-09-16T21:13:27.5746177-04:00",
"EndDate": "2026-09-16T21:13:27.5746177-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f24385ba-7d1f-43f9-b09a-08e34d540e46",
"Used": true,
"UsedDateTime": "2026-09-16T21:13:27.5746177-04:00",
"InventoryItemID": "ccf987db-31c0-455d-96e3-495b936357cf"
},
{
"DiscountCodeID": "2a53b007-0a0c-4fb0-a999-c7b6cc0ad341",
"Code": "sample string 2",
"TrainingTypeID": "16867474-3ca1-4572-97d2-a19d5f22a4b3",
"TrainingClassID": "f4742c8a-bc3d-424f-ad33-5ad85939a53e",
"StartDate": "2026-09-16T21:13:27.5746177-04:00",
"EndDate": "2026-09-16T21:13:27.5746177-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f24385ba-7d1f-43f9-b09a-08e34d540e46",
"Used": true,
"UsedDateTime": "2026-09-16T21:13:27.5746177-04:00",
"InventoryItemID": "ccf987db-31c0-455d-96e3-495b936357cf"
},
{
"DiscountCodeID": "2a53b007-0a0c-4fb0-a999-c7b6cc0ad341",
"Code": "sample string 2",
"TrainingTypeID": "16867474-3ca1-4572-97d2-a19d5f22a4b3",
"TrainingClassID": "f4742c8a-bc3d-424f-ad33-5ad85939a53e",
"StartDate": "2026-09-16T21:13:27.5746177-04:00",
"EndDate": "2026-09-16T21:13:27.5746177-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f24385ba-7d1f-43f9-b09a-08e34d540e46",
"Used": true,
"UsedDateTime": "2026-09-16T21:13:27.5746177-04:00",
"InventoryItemID": "ccf987db-31c0-455d-96e3-495b936357cf"
}
]