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": "dcb14918-3c27-49ac-a904-4dae9d15cc3e",
"Code": "sample string 2",
"TrainingTypeID": "012af849-9dd6-40b0-84f4-ff0781ddaed3",
"TrainingClassID": "0eef9bfd-3240-449b-9eb8-ed65dd72e7be",
"StartDate": "2026-05-14T22:34:38.984994-04:00",
"EndDate": "2026-05-14T22:34:38.984994-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "feb96502-4add-4616-8c44-19e35bf2bc3d",
"Used": true,
"UsedDateTime": "2026-05-14T22:34:38.984994-04:00",
"InventoryItemID": "ec5de60e-26dd-48de-9910-5158f38437da"
},
{
"DiscountCodeID": "dcb14918-3c27-49ac-a904-4dae9d15cc3e",
"Code": "sample string 2",
"TrainingTypeID": "012af849-9dd6-40b0-84f4-ff0781ddaed3",
"TrainingClassID": "0eef9bfd-3240-449b-9eb8-ed65dd72e7be",
"StartDate": "2026-05-14T22:34:38.984994-04:00",
"EndDate": "2026-05-14T22:34:38.984994-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "feb96502-4add-4616-8c44-19e35bf2bc3d",
"Used": true,
"UsedDateTime": "2026-05-14T22:34:38.984994-04:00",
"InventoryItemID": "ec5de60e-26dd-48de-9910-5158f38437da"
},
{
"DiscountCodeID": "dcb14918-3c27-49ac-a904-4dae9d15cc3e",
"Code": "sample string 2",
"TrainingTypeID": "012af849-9dd6-40b0-84f4-ff0781ddaed3",
"TrainingClassID": "0eef9bfd-3240-449b-9eb8-ed65dd72e7be",
"StartDate": "2026-05-14T22:34:38.984994-04:00",
"EndDate": "2026-05-14T22:34:38.984994-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "feb96502-4add-4616-8c44-19e35bf2bc3d",
"Used": true,
"UsedDateTime": "2026-05-14T22:34:38.984994-04:00",
"InventoryItemID": "ec5de60e-26dd-48de-9910-5158f38437da"
}
]