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": "cd521f65-6c04-4b40-9109-0a246e68a8c9",
"Code": "sample string 2",
"TrainingTypeID": "fb4b8bba-9cd8-4835-87ee-c5cbd88e7a15",
"TrainingClassID": "9c99a307-f59d-4227-9e26-97438b445fcd",
"StartDate": "2026-05-09T19:55:36.0500378-04:00",
"EndDate": "2026-05-09T19:55:36.0500378-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f39718cf-5a76-4c1d-863d-ee922ea30f06",
"Used": true,
"UsedDateTime": "2026-05-09T19:55:36.0500378-04:00",
"InventoryItemID": "5cccf8c6-7b8d-4545-932d-b74f0f81871c"
},
{
"DiscountCodeID": "cd521f65-6c04-4b40-9109-0a246e68a8c9",
"Code": "sample string 2",
"TrainingTypeID": "fb4b8bba-9cd8-4835-87ee-c5cbd88e7a15",
"TrainingClassID": "9c99a307-f59d-4227-9e26-97438b445fcd",
"StartDate": "2026-05-09T19:55:36.0500378-04:00",
"EndDate": "2026-05-09T19:55:36.0500378-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f39718cf-5a76-4c1d-863d-ee922ea30f06",
"Used": true,
"UsedDateTime": "2026-05-09T19:55:36.0500378-04:00",
"InventoryItemID": "5cccf8c6-7b8d-4545-932d-b74f0f81871c"
},
{
"DiscountCodeID": "cd521f65-6c04-4b40-9109-0a246e68a8c9",
"Code": "sample string 2",
"TrainingTypeID": "fb4b8bba-9cd8-4835-87ee-c5cbd88e7a15",
"TrainingClassID": "9c99a307-f59d-4227-9e26-97438b445fcd",
"StartDate": "2026-05-09T19:55:36.0500378-04:00",
"EndDate": "2026-05-09T19:55:36.0500378-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f39718cf-5a76-4c1d-863d-ee922ea30f06",
"Used": true,
"UsedDateTime": "2026-05-09T19:55:36.0500378-04:00",
"InventoryItemID": "5cccf8c6-7b8d-4545-932d-b74f0f81871c"
}
]