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": "402526d6-a56c-4fb9-a205-6be859e80e9f",
"Code": "sample string 2",
"TrainingTypeID": "8642f180-a209-4319-a149-e06a024d7560",
"TrainingClassID": "1a138c3b-74fa-4878-98bc-8f1ee2b54a7d",
"StartDate": "2026-07-06T15:51:03.1136116-04:00",
"EndDate": "2026-07-06T15:51:03.1136116-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ee3fc34f-329c-4f07-8079-1b55b7ed8aec",
"Used": true,
"UsedDateTime": "2026-07-06T15:51:03.1136116-04:00",
"InventoryItemID": "39ee99d1-b408-49f4-a6f5-93952ac8c48f"
},
{
"DiscountCodeID": "402526d6-a56c-4fb9-a205-6be859e80e9f",
"Code": "sample string 2",
"TrainingTypeID": "8642f180-a209-4319-a149-e06a024d7560",
"TrainingClassID": "1a138c3b-74fa-4878-98bc-8f1ee2b54a7d",
"StartDate": "2026-07-06T15:51:03.1136116-04:00",
"EndDate": "2026-07-06T15:51:03.1136116-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ee3fc34f-329c-4f07-8079-1b55b7ed8aec",
"Used": true,
"UsedDateTime": "2026-07-06T15:51:03.1136116-04:00",
"InventoryItemID": "39ee99d1-b408-49f4-a6f5-93952ac8c48f"
},
{
"DiscountCodeID": "402526d6-a56c-4fb9-a205-6be859e80e9f",
"Code": "sample string 2",
"TrainingTypeID": "8642f180-a209-4319-a149-e06a024d7560",
"TrainingClassID": "1a138c3b-74fa-4878-98bc-8f1ee2b54a7d",
"StartDate": "2026-07-06T15:51:03.1136116-04:00",
"EndDate": "2026-07-06T15:51:03.1136116-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ee3fc34f-329c-4f07-8079-1b55b7ed8aec",
"Used": true,
"UsedDateTime": "2026-07-06T15:51:03.1136116-04:00",
"InventoryItemID": "39ee99d1-b408-49f4-a6f5-93952ac8c48f"
}
]