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": "dba6db7e-33c6-4715-910f-bb3615fe57eb",
"Code": "sample string 2",
"TrainingTypeID": "a16f179b-875c-4791-a8a5-ff9327b06567",
"TrainingClassID": "c7753be2-c615-45e8-9b52-73b7a7a56a74",
"StartDate": "2026-08-16T10:03:29.495583-04:00",
"EndDate": "2026-08-16T10:03:29.495583-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8dd64869-13f5-4e4a-8112-76a19c1af8cb",
"Used": true,
"UsedDateTime": "2026-08-16T10:03:29.495583-04:00",
"InventoryItemID": "4c71a9ae-71ba-46c7-ac6a-2ffff97aaace"
},
{
"DiscountCodeID": "dba6db7e-33c6-4715-910f-bb3615fe57eb",
"Code": "sample string 2",
"TrainingTypeID": "a16f179b-875c-4791-a8a5-ff9327b06567",
"TrainingClassID": "c7753be2-c615-45e8-9b52-73b7a7a56a74",
"StartDate": "2026-08-16T10:03:29.495583-04:00",
"EndDate": "2026-08-16T10:03:29.495583-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8dd64869-13f5-4e4a-8112-76a19c1af8cb",
"Used": true,
"UsedDateTime": "2026-08-16T10:03:29.495583-04:00",
"InventoryItemID": "4c71a9ae-71ba-46c7-ac6a-2ffff97aaace"
},
{
"DiscountCodeID": "dba6db7e-33c6-4715-910f-bb3615fe57eb",
"Code": "sample string 2",
"TrainingTypeID": "a16f179b-875c-4791-a8a5-ff9327b06567",
"TrainingClassID": "c7753be2-c615-45e8-9b52-73b7a7a56a74",
"StartDate": "2026-08-16T10:03:29.495583-04:00",
"EndDate": "2026-08-16T10:03:29.495583-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8dd64869-13f5-4e4a-8112-76a19c1af8cb",
"Used": true,
"UsedDateTime": "2026-08-16T10:03:29.495583-04:00",
"InventoryItemID": "4c71a9ae-71ba-46c7-ac6a-2ffff97aaace"
}
]