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": "cc70f233-36f6-40cb-885f-5bab6355b643",
"Code": "sample string 2",
"TrainingTypeID": "9b3db35f-b0e1-4154-b28c-719acdfa44ef",
"TrainingClassID": "a470d9c9-37e8-4280-92a4-134ae30391d5",
"StartDate": "2026-06-08T08:50:10.5932266-04:00",
"EndDate": "2026-06-08T08:50:10.5932266-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f65fa655-d068-4066-b9c3-e94143b8a9aa",
"Used": true,
"UsedDateTime": "2026-06-08T08:50:10.5932266-04:00",
"InventoryItemID": "ac70f77a-7206-4368-9481-93ab07e6d29e"
},
{
"DiscountCodeID": "cc70f233-36f6-40cb-885f-5bab6355b643",
"Code": "sample string 2",
"TrainingTypeID": "9b3db35f-b0e1-4154-b28c-719acdfa44ef",
"TrainingClassID": "a470d9c9-37e8-4280-92a4-134ae30391d5",
"StartDate": "2026-06-08T08:50:10.5932266-04:00",
"EndDate": "2026-06-08T08:50:10.5932266-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f65fa655-d068-4066-b9c3-e94143b8a9aa",
"Used": true,
"UsedDateTime": "2026-06-08T08:50:10.5932266-04:00",
"InventoryItemID": "ac70f77a-7206-4368-9481-93ab07e6d29e"
},
{
"DiscountCodeID": "cc70f233-36f6-40cb-885f-5bab6355b643",
"Code": "sample string 2",
"TrainingTypeID": "9b3db35f-b0e1-4154-b28c-719acdfa44ef",
"TrainingClassID": "a470d9c9-37e8-4280-92a4-134ae30391d5",
"StartDate": "2026-06-08T08:50:10.5932266-04:00",
"EndDate": "2026-06-08T08:50:10.5932266-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f65fa655-d068-4066-b9c3-e94143b8a9aa",
"Used": true,
"UsedDateTime": "2026-06-08T08:50:10.5932266-04:00",
"InventoryItemID": "ac70f77a-7206-4368-9481-93ab07e6d29e"
}
]