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": "083e8d73-32d2-45d0-9bc8-63dd6c9cc5b1",
"Code": "sample string 2",
"TrainingTypeID": "0c5682f1-bd2c-4546-a13b-bc478d4e0a74",
"TrainingClassID": "2f436034-97bb-46ca-a46d-8582e77ad2b9",
"StartDate": "2026-07-08T06:18:27.1463942-04:00",
"EndDate": "2026-07-08T06:18:27.1463942-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cc7df7a9-2dc0-4279-9d06-f4ee8b29e1dc",
"Used": true,
"UsedDateTime": "2026-07-08T06:18:27.1463942-04:00",
"InventoryItemID": "15297405-d65e-4e02-9680-b404493f6b24"
},
{
"DiscountCodeID": "083e8d73-32d2-45d0-9bc8-63dd6c9cc5b1",
"Code": "sample string 2",
"TrainingTypeID": "0c5682f1-bd2c-4546-a13b-bc478d4e0a74",
"TrainingClassID": "2f436034-97bb-46ca-a46d-8582e77ad2b9",
"StartDate": "2026-07-08T06:18:27.1463942-04:00",
"EndDate": "2026-07-08T06:18:27.1463942-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cc7df7a9-2dc0-4279-9d06-f4ee8b29e1dc",
"Used": true,
"UsedDateTime": "2026-07-08T06:18:27.1463942-04:00",
"InventoryItemID": "15297405-d65e-4e02-9680-b404493f6b24"
},
{
"DiscountCodeID": "083e8d73-32d2-45d0-9bc8-63dd6c9cc5b1",
"Code": "sample string 2",
"TrainingTypeID": "0c5682f1-bd2c-4546-a13b-bc478d4e0a74",
"TrainingClassID": "2f436034-97bb-46ca-a46d-8582e77ad2b9",
"StartDate": "2026-07-08T06:18:27.1463942-04:00",
"EndDate": "2026-07-08T06:18:27.1463942-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cc7df7a9-2dc0-4279-9d06-f4ee8b29e1dc",
"Used": true,
"UsedDateTime": "2026-07-08T06:18:27.1463942-04:00",
"InventoryItemID": "15297405-d65e-4e02-9680-b404493f6b24"
}
]