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": "a8d43d88-5813-462a-a5fb-82ac58111cb2",
"Code": "sample string 2",
"TrainingTypeID": "6f8a7d28-5511-43bd-a7a7-dde3fd96cdba",
"TrainingClassID": "b0ac1dc1-53bf-4803-9c87-10913487d4a6",
"StartDate": "2026-05-04T15:41:00.5508856-04:00",
"EndDate": "2026-05-04T15:41:00.5508856-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3fe96bf6-4ffb-4787-8c94-7a841f30edb2",
"Used": true,
"UsedDateTime": "2026-05-04T15:41:00.5508856-04:00",
"InventoryItemID": "e2de8733-3497-4821-97df-84689724ec0a"
},
{
"DiscountCodeID": "a8d43d88-5813-462a-a5fb-82ac58111cb2",
"Code": "sample string 2",
"TrainingTypeID": "6f8a7d28-5511-43bd-a7a7-dde3fd96cdba",
"TrainingClassID": "b0ac1dc1-53bf-4803-9c87-10913487d4a6",
"StartDate": "2026-05-04T15:41:00.5508856-04:00",
"EndDate": "2026-05-04T15:41:00.5508856-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3fe96bf6-4ffb-4787-8c94-7a841f30edb2",
"Used": true,
"UsedDateTime": "2026-05-04T15:41:00.5508856-04:00",
"InventoryItemID": "e2de8733-3497-4821-97df-84689724ec0a"
},
{
"DiscountCodeID": "a8d43d88-5813-462a-a5fb-82ac58111cb2",
"Code": "sample string 2",
"TrainingTypeID": "6f8a7d28-5511-43bd-a7a7-dde3fd96cdba",
"TrainingClassID": "b0ac1dc1-53bf-4803-9c87-10913487d4a6",
"StartDate": "2026-05-04T15:41:00.5508856-04:00",
"EndDate": "2026-05-04T15:41:00.5508856-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3fe96bf6-4ffb-4787-8c94-7a841f30edb2",
"Used": true,
"UsedDateTime": "2026-05-04T15:41:00.5508856-04:00",
"InventoryItemID": "e2de8733-3497-4821-97df-84689724ec0a"
}
]