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": "f7b762b9-e4a6-4104-b639-c5de3b192920",
"Code": "sample string 2",
"TrainingTypeID": "8ffb38fa-e0d1-4e64-bbb2-17b4c50398ae",
"TrainingClassID": "1795759d-0a3c-444f-814b-41c72b57dd1a",
"StartDate": "2026-08-29T18:40:01.6351778-04:00",
"EndDate": "2026-08-29T18:40:01.6351778-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "19020878-070d-4c3d-8666-11229f6e6b23",
"Used": true,
"UsedDateTime": "2026-08-29T18:40:01.6351778-04:00",
"InventoryItemID": "3e462f85-0647-4048-9801-1f6d198c54e8"
},
{
"DiscountCodeID": "f7b762b9-e4a6-4104-b639-c5de3b192920",
"Code": "sample string 2",
"TrainingTypeID": "8ffb38fa-e0d1-4e64-bbb2-17b4c50398ae",
"TrainingClassID": "1795759d-0a3c-444f-814b-41c72b57dd1a",
"StartDate": "2026-08-29T18:40:01.6351778-04:00",
"EndDate": "2026-08-29T18:40:01.6351778-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "19020878-070d-4c3d-8666-11229f6e6b23",
"Used": true,
"UsedDateTime": "2026-08-29T18:40:01.6351778-04:00",
"InventoryItemID": "3e462f85-0647-4048-9801-1f6d198c54e8"
},
{
"DiscountCodeID": "f7b762b9-e4a6-4104-b639-c5de3b192920",
"Code": "sample string 2",
"TrainingTypeID": "8ffb38fa-e0d1-4e64-bbb2-17b4c50398ae",
"TrainingClassID": "1795759d-0a3c-444f-814b-41c72b57dd1a",
"StartDate": "2026-08-29T18:40:01.6351778-04:00",
"EndDate": "2026-08-29T18:40:01.6351778-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "19020878-070d-4c3d-8666-11229f6e6b23",
"Used": true,
"UsedDateTime": "2026-08-29T18:40:01.6351778-04:00",
"InventoryItemID": "3e462f85-0647-4048-9801-1f6d198c54e8"
}
]