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": "70f0f39b-1162-4671-99ef-c0260eddfbb2",
"Code": "sample string 2",
"TrainingTypeID": "1b6b7d17-d2bb-41ac-a634-a97d2171d5c1",
"TrainingClassID": "d5e2a629-914d-4050-9224-3690d967925f",
"StartDate": "2026-08-15T16:38:11.4313962-04:00",
"EndDate": "2026-08-15T16:38:11.4313962-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d30d47cd-98aa-41d4-95f1-d81e2f783ece",
"Used": true,
"UsedDateTime": "2026-08-15T16:38:11.4313962-04:00",
"InventoryItemID": "9bc653df-8399-4e36-82df-e185cfeca7b3"
},
{
"DiscountCodeID": "70f0f39b-1162-4671-99ef-c0260eddfbb2",
"Code": "sample string 2",
"TrainingTypeID": "1b6b7d17-d2bb-41ac-a634-a97d2171d5c1",
"TrainingClassID": "d5e2a629-914d-4050-9224-3690d967925f",
"StartDate": "2026-08-15T16:38:11.4313962-04:00",
"EndDate": "2026-08-15T16:38:11.4313962-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d30d47cd-98aa-41d4-95f1-d81e2f783ece",
"Used": true,
"UsedDateTime": "2026-08-15T16:38:11.4313962-04:00",
"InventoryItemID": "9bc653df-8399-4e36-82df-e185cfeca7b3"
},
{
"DiscountCodeID": "70f0f39b-1162-4671-99ef-c0260eddfbb2",
"Code": "sample string 2",
"TrainingTypeID": "1b6b7d17-d2bb-41ac-a634-a97d2171d5c1",
"TrainingClassID": "d5e2a629-914d-4050-9224-3690d967925f",
"StartDate": "2026-08-15T16:38:11.4313962-04:00",
"EndDate": "2026-08-15T16:38:11.4313962-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d30d47cd-98aa-41d4-95f1-d81e2f783ece",
"Used": true,
"UsedDateTime": "2026-08-15T16:38:11.4313962-04:00",
"InventoryItemID": "9bc653df-8399-4e36-82df-e185cfeca7b3"
}
]