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": "15bde7ff-f2aa-4dbe-9925-ab85682da46a",
"Code": "sample string 2",
"TrainingTypeID": "81552361-b7c4-4b9e-9747-6d3f30160dbb",
"TrainingClassID": "8f132216-71b0-4beb-bc54-7f0845dc8ad4",
"StartDate": "2026-06-27T12:28:05.2065337-04:00",
"EndDate": "2026-06-27T12:28:05.2065337-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d2a2de63-0ffc-4ec3-9848-f328daed49b3",
"Used": true,
"UsedDateTime": "2026-06-27T12:28:05.2065337-04:00",
"InventoryItemID": "24d5bec9-aec8-4d4e-a88c-2613c0aa11a4"
},
{
"DiscountCodeID": "15bde7ff-f2aa-4dbe-9925-ab85682da46a",
"Code": "sample string 2",
"TrainingTypeID": "81552361-b7c4-4b9e-9747-6d3f30160dbb",
"TrainingClassID": "8f132216-71b0-4beb-bc54-7f0845dc8ad4",
"StartDate": "2026-06-27T12:28:05.2065337-04:00",
"EndDate": "2026-06-27T12:28:05.2065337-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d2a2de63-0ffc-4ec3-9848-f328daed49b3",
"Used": true,
"UsedDateTime": "2026-06-27T12:28:05.2065337-04:00",
"InventoryItemID": "24d5bec9-aec8-4d4e-a88c-2613c0aa11a4"
},
{
"DiscountCodeID": "15bde7ff-f2aa-4dbe-9925-ab85682da46a",
"Code": "sample string 2",
"TrainingTypeID": "81552361-b7c4-4b9e-9747-6d3f30160dbb",
"TrainingClassID": "8f132216-71b0-4beb-bc54-7f0845dc8ad4",
"StartDate": "2026-06-27T12:28:05.2065337-04:00",
"EndDate": "2026-06-27T12:28:05.2065337-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d2a2de63-0ffc-4ec3-9848-f328daed49b3",
"Used": true,
"UsedDateTime": "2026-06-27T12:28:05.2065337-04:00",
"InventoryItemID": "24d5bec9-aec8-4d4e-a88c-2613c0aa11a4"
}
]