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": "11a0e79b-6e66-45d7-8282-2d308b6fefb8",
"Code": "sample string 2",
"TrainingTypeID": "8e0f5c5d-8f5d-4477-a173-276a31b703bf",
"TrainingClassID": "3ba74ca5-96f5-4e0f-b590-94e06bd4511c",
"StartDate": "2026-05-06T21:48:31.4003798-04:00",
"EndDate": "2026-05-06T21:48:31.4003798-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "01549941-7c57-496f-a703-4895b12a1217",
"Used": true,
"UsedDateTime": "2026-05-06T21:48:31.4003798-04:00",
"InventoryItemID": "49f116b9-0969-436d-9590-59cc08a98026"
},
{
"DiscountCodeID": "11a0e79b-6e66-45d7-8282-2d308b6fefb8",
"Code": "sample string 2",
"TrainingTypeID": "8e0f5c5d-8f5d-4477-a173-276a31b703bf",
"TrainingClassID": "3ba74ca5-96f5-4e0f-b590-94e06bd4511c",
"StartDate": "2026-05-06T21:48:31.4003798-04:00",
"EndDate": "2026-05-06T21:48:31.4003798-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "01549941-7c57-496f-a703-4895b12a1217",
"Used": true,
"UsedDateTime": "2026-05-06T21:48:31.4003798-04:00",
"InventoryItemID": "49f116b9-0969-436d-9590-59cc08a98026"
},
{
"DiscountCodeID": "11a0e79b-6e66-45d7-8282-2d308b6fefb8",
"Code": "sample string 2",
"TrainingTypeID": "8e0f5c5d-8f5d-4477-a173-276a31b703bf",
"TrainingClassID": "3ba74ca5-96f5-4e0f-b590-94e06bd4511c",
"StartDate": "2026-05-06T21:48:31.4003798-04:00",
"EndDate": "2026-05-06T21:48:31.4003798-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "01549941-7c57-496f-a703-4895b12a1217",
"Used": true,
"UsedDateTime": "2026-05-06T21:48:31.4003798-04:00",
"InventoryItemID": "49f116b9-0969-436d-9590-59cc08a98026"
}
]