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": "5cb81893-992e-4268-b806-c75dd3b2f9ef",
"Code": "sample string 2",
"TrainingTypeID": "646627d5-9e0e-4ed8-b7e3-f628bb345f44",
"TrainingClassID": "08607106-e067-45ad-9165-dab3a1f22d2b",
"StartDate": "2026-05-04T10:54:08.7296389-04:00",
"EndDate": "2026-05-04T10:54:08.7296389-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1b83ab22-5edd-4076-acd9-1e3c3c3275bb",
"Used": true,
"UsedDateTime": "2026-05-04T10:54:08.7296389-04:00",
"InventoryItemID": "4c9d84f6-a93c-4b1f-88db-fc3071ecd7ca"
},
{
"DiscountCodeID": "5cb81893-992e-4268-b806-c75dd3b2f9ef",
"Code": "sample string 2",
"TrainingTypeID": "646627d5-9e0e-4ed8-b7e3-f628bb345f44",
"TrainingClassID": "08607106-e067-45ad-9165-dab3a1f22d2b",
"StartDate": "2026-05-04T10:54:08.7296389-04:00",
"EndDate": "2026-05-04T10:54:08.7296389-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1b83ab22-5edd-4076-acd9-1e3c3c3275bb",
"Used": true,
"UsedDateTime": "2026-05-04T10:54:08.7296389-04:00",
"InventoryItemID": "4c9d84f6-a93c-4b1f-88db-fc3071ecd7ca"
},
{
"DiscountCodeID": "5cb81893-992e-4268-b806-c75dd3b2f9ef",
"Code": "sample string 2",
"TrainingTypeID": "646627d5-9e0e-4ed8-b7e3-f628bb345f44",
"TrainingClassID": "08607106-e067-45ad-9165-dab3a1f22d2b",
"StartDate": "2026-05-04T10:54:08.7296389-04:00",
"EndDate": "2026-05-04T10:54:08.7296389-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1b83ab22-5edd-4076-acd9-1e3c3c3275bb",
"Used": true,
"UsedDateTime": "2026-05-04T10:54:08.7296389-04:00",
"InventoryItemID": "4c9d84f6-a93c-4b1f-88db-fc3071ecd7ca"
}
]