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": "37ccb4a5-7200-4aa6-892e-c468a09a36b2",
"Code": "sample string 2",
"TrainingTypeID": "e5367e12-386b-411f-bcac-f18432900c4d",
"TrainingClassID": "c067c8fe-6a59-4ef1-bf39-a2ff10e9e7ef",
"StartDate": "2026-09-21T03:18:57.1551032-04:00",
"EndDate": "2026-09-21T03:18:57.1551032-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ab4988e9-7aca-4d82-9806-6977ccdd8e08",
"Used": true,
"UsedDateTime": "2026-09-21T03:18:57.1551032-04:00",
"InventoryItemID": "f8909ca5-621a-42ad-befb-8da40043ac01"
},
{
"DiscountCodeID": "37ccb4a5-7200-4aa6-892e-c468a09a36b2",
"Code": "sample string 2",
"TrainingTypeID": "e5367e12-386b-411f-bcac-f18432900c4d",
"TrainingClassID": "c067c8fe-6a59-4ef1-bf39-a2ff10e9e7ef",
"StartDate": "2026-09-21T03:18:57.1551032-04:00",
"EndDate": "2026-09-21T03:18:57.1551032-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ab4988e9-7aca-4d82-9806-6977ccdd8e08",
"Used": true,
"UsedDateTime": "2026-09-21T03:18:57.1551032-04:00",
"InventoryItemID": "f8909ca5-621a-42ad-befb-8da40043ac01"
},
{
"DiscountCodeID": "37ccb4a5-7200-4aa6-892e-c468a09a36b2",
"Code": "sample string 2",
"TrainingTypeID": "e5367e12-386b-411f-bcac-f18432900c4d",
"TrainingClassID": "c067c8fe-6a59-4ef1-bf39-a2ff10e9e7ef",
"StartDate": "2026-09-21T03:18:57.1551032-04:00",
"EndDate": "2026-09-21T03:18:57.1551032-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ab4988e9-7aca-4d82-9806-6977ccdd8e08",
"Used": true,
"UsedDateTime": "2026-09-21T03:18:57.1551032-04:00",
"InventoryItemID": "f8909ca5-621a-42ad-befb-8da40043ac01"
}
]