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": "ce394506-708d-404c-b42d-f74840b5993f",
"Code": "sample string 2",
"TrainingTypeID": "9c2330cc-097a-4396-8107-ae686bedd124",
"TrainingClassID": "7c5e1621-2579-407d-9478-990540de3e2a",
"StartDate": "2026-06-05T03:26:55.9348462-04:00",
"EndDate": "2026-06-05T03:26:55.9348462-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "542d21ec-055a-44ab-a653-1b3aa2b4e69e",
"Used": true,
"UsedDateTime": "2026-06-05T03:26:55.9348462-04:00",
"InventoryItemID": "c2a549fd-4524-4883-a28f-9dd75a67bbfa"
},
{
"DiscountCodeID": "ce394506-708d-404c-b42d-f74840b5993f",
"Code": "sample string 2",
"TrainingTypeID": "9c2330cc-097a-4396-8107-ae686bedd124",
"TrainingClassID": "7c5e1621-2579-407d-9478-990540de3e2a",
"StartDate": "2026-06-05T03:26:55.9348462-04:00",
"EndDate": "2026-06-05T03:26:55.9348462-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "542d21ec-055a-44ab-a653-1b3aa2b4e69e",
"Used": true,
"UsedDateTime": "2026-06-05T03:26:55.9348462-04:00",
"InventoryItemID": "c2a549fd-4524-4883-a28f-9dd75a67bbfa"
},
{
"DiscountCodeID": "ce394506-708d-404c-b42d-f74840b5993f",
"Code": "sample string 2",
"TrainingTypeID": "9c2330cc-097a-4396-8107-ae686bedd124",
"TrainingClassID": "7c5e1621-2579-407d-9478-990540de3e2a",
"StartDate": "2026-06-05T03:26:55.9348462-04:00",
"EndDate": "2026-06-05T03:26:55.9348462-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "542d21ec-055a-44ab-a653-1b3aa2b4e69e",
"Used": true,
"UsedDateTime": "2026-06-05T03:26:55.9348462-04:00",
"InventoryItemID": "c2a549fd-4524-4883-a28f-9dd75a67bbfa"
}
]