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": "1ef097de-cf24-472e-8ff7-6d01c630f667",
"Code": "sample string 2",
"TrainingTypeID": "70f7fc45-12d5-4e81-b7a7-b348cfcebab4",
"TrainingClassID": "266222c7-2bf5-4c9d-97e2-c7f517529891",
"StartDate": "2026-09-11T08:41:40.7413754-04:00",
"EndDate": "2026-09-11T08:41:40.7413754-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "20fbf936-84e3-4291-9e80-429d5d9f13a2",
"Used": true,
"UsedDateTime": "2026-09-11T08:41:40.7413754-04:00",
"InventoryItemID": "1ebb18f5-8a0e-4f24-87c7-a22593f27634"
},
{
"DiscountCodeID": "1ef097de-cf24-472e-8ff7-6d01c630f667",
"Code": "sample string 2",
"TrainingTypeID": "70f7fc45-12d5-4e81-b7a7-b348cfcebab4",
"TrainingClassID": "266222c7-2bf5-4c9d-97e2-c7f517529891",
"StartDate": "2026-09-11T08:41:40.7413754-04:00",
"EndDate": "2026-09-11T08:41:40.7413754-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "20fbf936-84e3-4291-9e80-429d5d9f13a2",
"Used": true,
"UsedDateTime": "2026-09-11T08:41:40.7413754-04:00",
"InventoryItemID": "1ebb18f5-8a0e-4f24-87c7-a22593f27634"
},
{
"DiscountCodeID": "1ef097de-cf24-472e-8ff7-6d01c630f667",
"Code": "sample string 2",
"TrainingTypeID": "70f7fc45-12d5-4e81-b7a7-b348cfcebab4",
"TrainingClassID": "266222c7-2bf5-4c9d-97e2-c7f517529891",
"StartDate": "2026-09-11T08:41:40.7413754-04:00",
"EndDate": "2026-09-11T08:41:40.7413754-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "20fbf936-84e3-4291-9e80-429d5d9f13a2",
"Used": true,
"UsedDateTime": "2026-09-11T08:41:40.7413754-04:00",
"InventoryItemID": "1ebb18f5-8a0e-4f24-87c7-a22593f27634"
}
]