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": "e7c3fe48-6b93-420e-a4cd-e48d4a2e34c1",
"Code": "sample string 2",
"TrainingTypeID": "41ccfa18-37bb-406d-b24d-c1ddaab5de6f",
"TrainingClassID": "18b1e6f6-b32d-4a75-8705-4ecb5cdae825",
"StartDate": "2026-08-29T21:57:20.3316561-04:00",
"EndDate": "2026-08-29T21:57:20.3316561-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a8fae806-2f76-41c4-b21e-a09dd36dcd70",
"Used": true,
"UsedDateTime": "2026-08-29T21:57:20.3316561-04:00",
"InventoryItemID": "bf780bfa-3841-4a8f-812f-f9485e15781f"
},
{
"DiscountCodeID": "e7c3fe48-6b93-420e-a4cd-e48d4a2e34c1",
"Code": "sample string 2",
"TrainingTypeID": "41ccfa18-37bb-406d-b24d-c1ddaab5de6f",
"TrainingClassID": "18b1e6f6-b32d-4a75-8705-4ecb5cdae825",
"StartDate": "2026-08-29T21:57:20.3316561-04:00",
"EndDate": "2026-08-29T21:57:20.3316561-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a8fae806-2f76-41c4-b21e-a09dd36dcd70",
"Used": true,
"UsedDateTime": "2026-08-29T21:57:20.3316561-04:00",
"InventoryItemID": "bf780bfa-3841-4a8f-812f-f9485e15781f"
},
{
"DiscountCodeID": "e7c3fe48-6b93-420e-a4cd-e48d4a2e34c1",
"Code": "sample string 2",
"TrainingTypeID": "41ccfa18-37bb-406d-b24d-c1ddaab5de6f",
"TrainingClassID": "18b1e6f6-b32d-4a75-8705-4ecb5cdae825",
"StartDate": "2026-08-29T21:57:20.3316561-04:00",
"EndDate": "2026-08-29T21:57:20.3316561-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a8fae806-2f76-41c4-b21e-a09dd36dcd70",
"Used": true,
"UsedDateTime": "2026-08-29T21:57:20.3316561-04:00",
"InventoryItemID": "bf780bfa-3841-4a8f-812f-f9485e15781f"
}
]