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": "cb7017b9-50e9-45ad-af89-ec495310f05a",
"Code": "sample string 2",
"TrainingTypeID": "bfeb3c9b-cde1-454b-9a8c-df49618dde45",
"TrainingClassID": "a4cebb39-068f-4d04-ba69-9e02f6247981",
"StartDate": "2026-05-07T02:21:48.0548119-04:00",
"EndDate": "2026-05-07T02:21:48.0548119-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "49b4f5e2-eb87-4428-b513-3b774bfd9dfd",
"Used": true,
"UsedDateTime": "2026-05-07T02:21:48.0548119-04:00",
"InventoryItemID": "6dbcfed0-5e66-4d08-bde2-0b6840ac1690"
},
{
"DiscountCodeID": "cb7017b9-50e9-45ad-af89-ec495310f05a",
"Code": "sample string 2",
"TrainingTypeID": "bfeb3c9b-cde1-454b-9a8c-df49618dde45",
"TrainingClassID": "a4cebb39-068f-4d04-ba69-9e02f6247981",
"StartDate": "2026-05-07T02:21:48.0548119-04:00",
"EndDate": "2026-05-07T02:21:48.0548119-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "49b4f5e2-eb87-4428-b513-3b774bfd9dfd",
"Used": true,
"UsedDateTime": "2026-05-07T02:21:48.0548119-04:00",
"InventoryItemID": "6dbcfed0-5e66-4d08-bde2-0b6840ac1690"
},
{
"DiscountCodeID": "cb7017b9-50e9-45ad-af89-ec495310f05a",
"Code": "sample string 2",
"TrainingTypeID": "bfeb3c9b-cde1-454b-9a8c-df49618dde45",
"TrainingClassID": "a4cebb39-068f-4d04-ba69-9e02f6247981",
"StartDate": "2026-05-07T02:21:48.0548119-04:00",
"EndDate": "2026-05-07T02:21:48.0548119-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "49b4f5e2-eb87-4428-b513-3b774bfd9dfd",
"Used": true,
"UsedDateTime": "2026-05-07T02:21:48.0548119-04:00",
"InventoryItemID": "6dbcfed0-5e66-4d08-bde2-0b6840ac1690"
}
]