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": "893b2a45-4de2-4282-ba29-f6a371071f13",
"Code": "sample string 2",
"TrainingTypeID": "ab132586-7fd2-42df-af1b-ad4133c087fa",
"TrainingClassID": "87e63b1b-7367-48d1-8846-9dc0e2370a0d",
"StartDate": "2026-08-26T14:20:01.7438163-04:00",
"EndDate": "2026-08-26T14:20:01.7438163-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5c54c191-8e5f-413f-9d22-436bb3efc7d4",
"Used": true,
"UsedDateTime": "2026-08-26T14:20:01.7438163-04:00",
"InventoryItemID": "12607ae6-b3c0-4c0a-ab43-63aefed52a21"
},
{
"DiscountCodeID": "893b2a45-4de2-4282-ba29-f6a371071f13",
"Code": "sample string 2",
"TrainingTypeID": "ab132586-7fd2-42df-af1b-ad4133c087fa",
"TrainingClassID": "87e63b1b-7367-48d1-8846-9dc0e2370a0d",
"StartDate": "2026-08-26T14:20:01.7438163-04:00",
"EndDate": "2026-08-26T14:20:01.7438163-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5c54c191-8e5f-413f-9d22-436bb3efc7d4",
"Used": true,
"UsedDateTime": "2026-08-26T14:20:01.7438163-04:00",
"InventoryItemID": "12607ae6-b3c0-4c0a-ab43-63aefed52a21"
},
{
"DiscountCodeID": "893b2a45-4de2-4282-ba29-f6a371071f13",
"Code": "sample string 2",
"TrainingTypeID": "ab132586-7fd2-42df-af1b-ad4133c087fa",
"TrainingClassID": "87e63b1b-7367-48d1-8846-9dc0e2370a0d",
"StartDate": "2026-08-26T14:20:01.7438163-04:00",
"EndDate": "2026-08-26T14:20:01.7438163-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5c54c191-8e5f-413f-9d22-436bb3efc7d4",
"Used": true,
"UsedDateTime": "2026-08-26T14:20:01.7438163-04:00",
"InventoryItemID": "12607ae6-b3c0-4c0a-ab43-63aefed52a21"
}
]