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": "26051c80-c581-4aca-9c78-870adf9aa72d",
"Code": "sample string 2",
"TrainingTypeID": "3189a5d6-8291-4d21-bd6e-0a0d78455ddf",
"TrainingClassID": "e97d542c-66e9-4e50-8ba3-2e438dfb2480",
"StartDate": "2026-09-20T18:27:08.9455086-04:00",
"EndDate": "2026-09-20T18:27:08.9455086-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9d8f0594-c6f7-4e81-8b6a-654c910c9628",
"Used": true,
"UsedDateTime": "2026-09-20T18:27:08.9455086-04:00",
"InventoryItemID": "757ab479-1a15-47d1-897b-b5e0414c879f"
},
{
"DiscountCodeID": "26051c80-c581-4aca-9c78-870adf9aa72d",
"Code": "sample string 2",
"TrainingTypeID": "3189a5d6-8291-4d21-bd6e-0a0d78455ddf",
"TrainingClassID": "e97d542c-66e9-4e50-8ba3-2e438dfb2480",
"StartDate": "2026-09-20T18:27:08.9455086-04:00",
"EndDate": "2026-09-20T18:27:08.9455086-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9d8f0594-c6f7-4e81-8b6a-654c910c9628",
"Used": true,
"UsedDateTime": "2026-09-20T18:27:08.9455086-04:00",
"InventoryItemID": "757ab479-1a15-47d1-897b-b5e0414c879f"
},
{
"DiscountCodeID": "26051c80-c581-4aca-9c78-870adf9aa72d",
"Code": "sample string 2",
"TrainingTypeID": "3189a5d6-8291-4d21-bd6e-0a0d78455ddf",
"TrainingClassID": "e97d542c-66e9-4e50-8ba3-2e438dfb2480",
"StartDate": "2026-09-20T18:27:08.9455086-04:00",
"EndDate": "2026-09-20T18:27:08.9455086-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9d8f0594-c6f7-4e81-8b6a-654c910c9628",
"Used": true,
"UsedDateTime": "2026-09-20T18:27:08.9455086-04:00",
"InventoryItemID": "757ab479-1a15-47d1-897b-b5e0414c879f"
}
]