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": "7e7077d8-c21c-4411-b0d7-a68907913f06",
"Code": "sample string 2",
"TrainingTypeID": "c76910c4-8301-40d6-b7dd-8222a5027d4b",
"TrainingClassID": "a0af0538-c2f5-42e6-9ee9-9c26fcdf8e76",
"StartDate": "2026-06-10T11:33:05.1173958-04:00",
"EndDate": "2026-06-10T11:33:05.1173958-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "64fc5f98-e2ae-4c01-8e97-b3b3c1fc0cfb",
"Used": true,
"UsedDateTime": "2026-06-10T11:33:05.1173958-04:00",
"InventoryItemID": "f9b11a98-2d4d-4743-b480-6a672f3df511"
},
{
"DiscountCodeID": "7e7077d8-c21c-4411-b0d7-a68907913f06",
"Code": "sample string 2",
"TrainingTypeID": "c76910c4-8301-40d6-b7dd-8222a5027d4b",
"TrainingClassID": "a0af0538-c2f5-42e6-9ee9-9c26fcdf8e76",
"StartDate": "2026-06-10T11:33:05.1173958-04:00",
"EndDate": "2026-06-10T11:33:05.1173958-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "64fc5f98-e2ae-4c01-8e97-b3b3c1fc0cfb",
"Used": true,
"UsedDateTime": "2026-06-10T11:33:05.1173958-04:00",
"InventoryItemID": "f9b11a98-2d4d-4743-b480-6a672f3df511"
},
{
"DiscountCodeID": "7e7077d8-c21c-4411-b0d7-a68907913f06",
"Code": "sample string 2",
"TrainingTypeID": "c76910c4-8301-40d6-b7dd-8222a5027d4b",
"TrainingClassID": "a0af0538-c2f5-42e6-9ee9-9c26fcdf8e76",
"StartDate": "2026-06-10T11:33:05.1173958-04:00",
"EndDate": "2026-06-10T11:33:05.1173958-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "64fc5f98-e2ae-4c01-8e97-b3b3c1fc0cfb",
"Used": true,
"UsedDateTime": "2026-06-10T11:33:05.1173958-04:00",
"InventoryItemID": "f9b11a98-2d4d-4743-b480-6a672f3df511"
}
]