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": "4ba98421-6928-4a00-ac6a-f0b74248f55c",
"Code": "sample string 2",
"TrainingTypeID": "d79e3523-fe9e-4b1f-8571-f526dd43795f",
"TrainingClassID": "b5e28aa7-83f7-41d9-87ce-1f052ea77b34",
"StartDate": "2026-09-09T00:22:16.7249954-04:00",
"EndDate": "2026-09-09T00:22:16.7249954-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2e0e9f5c-52e2-400c-825f-d80c2e435a28",
"Used": true,
"UsedDateTime": "2026-09-09T00:22:16.7249954-04:00",
"InventoryItemID": "863cfeaa-e71e-4103-9543-f06558c409e9"
},
{
"DiscountCodeID": "4ba98421-6928-4a00-ac6a-f0b74248f55c",
"Code": "sample string 2",
"TrainingTypeID": "d79e3523-fe9e-4b1f-8571-f526dd43795f",
"TrainingClassID": "b5e28aa7-83f7-41d9-87ce-1f052ea77b34",
"StartDate": "2026-09-09T00:22:16.7249954-04:00",
"EndDate": "2026-09-09T00:22:16.7249954-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2e0e9f5c-52e2-400c-825f-d80c2e435a28",
"Used": true,
"UsedDateTime": "2026-09-09T00:22:16.7249954-04:00",
"InventoryItemID": "863cfeaa-e71e-4103-9543-f06558c409e9"
},
{
"DiscountCodeID": "4ba98421-6928-4a00-ac6a-f0b74248f55c",
"Code": "sample string 2",
"TrainingTypeID": "d79e3523-fe9e-4b1f-8571-f526dd43795f",
"TrainingClassID": "b5e28aa7-83f7-41d9-87ce-1f052ea77b34",
"StartDate": "2026-09-09T00:22:16.7249954-04:00",
"EndDate": "2026-09-09T00:22:16.7249954-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2e0e9f5c-52e2-400c-825f-d80c2e435a28",
"Used": true,
"UsedDateTime": "2026-09-09T00:22:16.7249954-04:00",
"InventoryItemID": "863cfeaa-e71e-4103-9543-f06558c409e9"
}
]