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": "b253f561-51fe-4d65-99bf-cc9758a221ff",
"Code": "sample string 2",
"TrainingTypeID": "141cdaed-cae0-45a1-b56f-17c77b0230ce",
"TrainingClassID": "5d4afc76-50e2-4b66-9f98-08de9f5fffb9",
"StartDate": "2026-02-22T23:27:44.546909-05:00",
"EndDate": "2026-02-22T23:27:44.546909-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5e7d6999-cc66-4994-a733-8392dc153cf9",
"Used": true,
"UsedDateTime": "2026-02-22T23:27:44.546909-05:00",
"InventoryItemID": "9149ce38-2c3f-4eba-9609-f1ddf7036fb1"
},
{
"DiscountCodeID": "b253f561-51fe-4d65-99bf-cc9758a221ff",
"Code": "sample string 2",
"TrainingTypeID": "141cdaed-cae0-45a1-b56f-17c77b0230ce",
"TrainingClassID": "5d4afc76-50e2-4b66-9f98-08de9f5fffb9",
"StartDate": "2026-02-22T23:27:44.546909-05:00",
"EndDate": "2026-02-22T23:27:44.546909-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5e7d6999-cc66-4994-a733-8392dc153cf9",
"Used": true,
"UsedDateTime": "2026-02-22T23:27:44.546909-05:00",
"InventoryItemID": "9149ce38-2c3f-4eba-9609-f1ddf7036fb1"
},
{
"DiscountCodeID": "b253f561-51fe-4d65-99bf-cc9758a221ff",
"Code": "sample string 2",
"TrainingTypeID": "141cdaed-cae0-45a1-b56f-17c77b0230ce",
"TrainingClassID": "5d4afc76-50e2-4b66-9f98-08de9f5fffb9",
"StartDate": "2026-02-22T23:27:44.546909-05:00",
"EndDate": "2026-02-22T23:27:44.546909-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5e7d6999-cc66-4994-a733-8392dc153cf9",
"Used": true,
"UsedDateTime": "2026-02-22T23:27:44.546909-05:00",
"InventoryItemID": "9149ce38-2c3f-4eba-9609-f1ddf7036fb1"
}
]