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": "a4adb70b-3396-4207-bf40-05de059a8c64",
"Code": "sample string 2",
"TrainingTypeID": "69115f39-c13a-4bb8-96f6-1206198162c4",
"TrainingClassID": "57c66444-8d8c-41b0-8f43-308ede1dba2e",
"StartDate": "2026-08-24T00:06:55.9515907-04:00",
"EndDate": "2026-08-24T00:06:55.9515907-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f88ea5f0-ea64-44df-b2ed-9b67f589e3c1",
"Used": true,
"UsedDateTime": "2026-08-24T00:06:55.9515907-04:00",
"InventoryItemID": "4ce4dbdc-1092-4988-ae62-28fa120a1c19"
},
{
"DiscountCodeID": "a4adb70b-3396-4207-bf40-05de059a8c64",
"Code": "sample string 2",
"TrainingTypeID": "69115f39-c13a-4bb8-96f6-1206198162c4",
"TrainingClassID": "57c66444-8d8c-41b0-8f43-308ede1dba2e",
"StartDate": "2026-08-24T00:06:55.9515907-04:00",
"EndDate": "2026-08-24T00:06:55.9515907-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f88ea5f0-ea64-44df-b2ed-9b67f589e3c1",
"Used": true,
"UsedDateTime": "2026-08-24T00:06:55.9515907-04:00",
"InventoryItemID": "4ce4dbdc-1092-4988-ae62-28fa120a1c19"
},
{
"DiscountCodeID": "a4adb70b-3396-4207-bf40-05de059a8c64",
"Code": "sample string 2",
"TrainingTypeID": "69115f39-c13a-4bb8-96f6-1206198162c4",
"TrainingClassID": "57c66444-8d8c-41b0-8f43-308ede1dba2e",
"StartDate": "2026-08-24T00:06:55.9515907-04:00",
"EndDate": "2026-08-24T00:06:55.9515907-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f88ea5f0-ea64-44df-b2ed-9b67f589e3c1",
"Used": true,
"UsedDateTime": "2026-08-24T00:06:55.9515907-04:00",
"InventoryItemID": "4ce4dbdc-1092-4988-ae62-28fa120a1c19"
}
]