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": "4cfd6c35-61d8-4727-8608-833dd1bf587a",
"Code": "sample string 2",
"TrainingTypeID": "c36fab3d-5f33-4085-aec4-4bc793248469",
"TrainingClassID": "5390c29e-4bdd-40b4-8d94-12f812be6bec",
"StartDate": "2026-06-04T15:13:32.9978439-04:00",
"EndDate": "2026-06-04T15:13:32.9978439-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2c203a04-9722-4066-904b-1af2ab29768f",
"Used": true,
"UsedDateTime": "2026-06-04T15:13:32.9978439-04:00",
"InventoryItemID": "87417ac6-06c3-4bfa-9cac-3bcc1fc51254"
},
{
"DiscountCodeID": "4cfd6c35-61d8-4727-8608-833dd1bf587a",
"Code": "sample string 2",
"TrainingTypeID": "c36fab3d-5f33-4085-aec4-4bc793248469",
"TrainingClassID": "5390c29e-4bdd-40b4-8d94-12f812be6bec",
"StartDate": "2026-06-04T15:13:32.9978439-04:00",
"EndDate": "2026-06-04T15:13:32.9978439-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2c203a04-9722-4066-904b-1af2ab29768f",
"Used": true,
"UsedDateTime": "2026-06-04T15:13:32.9978439-04:00",
"InventoryItemID": "87417ac6-06c3-4bfa-9cac-3bcc1fc51254"
},
{
"DiscountCodeID": "4cfd6c35-61d8-4727-8608-833dd1bf587a",
"Code": "sample string 2",
"TrainingTypeID": "c36fab3d-5f33-4085-aec4-4bc793248469",
"TrainingClassID": "5390c29e-4bdd-40b4-8d94-12f812be6bec",
"StartDate": "2026-06-04T15:13:32.9978439-04:00",
"EndDate": "2026-06-04T15:13:32.9978439-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2c203a04-9722-4066-904b-1af2ab29768f",
"Used": true,
"UsedDateTime": "2026-06-04T15:13:32.9978439-04:00",
"InventoryItemID": "87417ac6-06c3-4bfa-9cac-3bcc1fc51254"
}
]