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": "f34c3e14-3f33-450f-9a3b-4179ac6bd36e",
"Code": "sample string 2",
"TrainingTypeID": "2b06dd55-3fca-4144-883e-de8f9fee0d2b",
"TrainingClassID": "1863f130-ff18-4643-b56b-f49ca0df6a2d",
"StartDate": "2026-05-29T17:17:38.0752599-04:00",
"EndDate": "2026-05-29T17:17:38.0752599-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f399fe93-6583-4462-a27d-0f232dc07885",
"Used": true,
"UsedDateTime": "2026-05-29T17:17:38.0752599-04:00",
"InventoryItemID": "8077609e-4196-46f5-9a40-04b129bd7b31"
},
{
"DiscountCodeID": "f34c3e14-3f33-450f-9a3b-4179ac6bd36e",
"Code": "sample string 2",
"TrainingTypeID": "2b06dd55-3fca-4144-883e-de8f9fee0d2b",
"TrainingClassID": "1863f130-ff18-4643-b56b-f49ca0df6a2d",
"StartDate": "2026-05-29T17:17:38.0752599-04:00",
"EndDate": "2026-05-29T17:17:38.0752599-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f399fe93-6583-4462-a27d-0f232dc07885",
"Used": true,
"UsedDateTime": "2026-05-29T17:17:38.0752599-04:00",
"InventoryItemID": "8077609e-4196-46f5-9a40-04b129bd7b31"
},
{
"DiscountCodeID": "f34c3e14-3f33-450f-9a3b-4179ac6bd36e",
"Code": "sample string 2",
"TrainingTypeID": "2b06dd55-3fca-4144-883e-de8f9fee0d2b",
"TrainingClassID": "1863f130-ff18-4643-b56b-f49ca0df6a2d",
"StartDate": "2026-05-29T17:17:38.0752599-04:00",
"EndDate": "2026-05-29T17:17:38.0752599-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f399fe93-6583-4462-a27d-0f232dc07885",
"Used": true,
"UsedDateTime": "2026-05-29T17:17:38.0752599-04:00",
"InventoryItemID": "8077609e-4196-46f5-9a40-04b129bd7b31"
}
]