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": "df7aa3fb-4707-49e1-ab5d-426604949dbe",
"Code": "sample string 2",
"TrainingTypeID": "9bf37fb4-1082-4a6b-b997-c66e71f037a7",
"TrainingClassID": "ef15cca7-dc9b-4e1c-b634-764351c0d604",
"StartDate": "2026-06-21T03:24:55.6367922-04:00",
"EndDate": "2026-06-21T03:24:55.6367922-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "bf73d4d4-990f-46bd-a1cf-deddca36c810",
"Used": true,
"UsedDateTime": "2026-06-21T03:24:55.6367922-04:00",
"InventoryItemID": "3ec08570-a88d-4a1d-b2d9-3cc39f7da231"
},
{
"DiscountCodeID": "df7aa3fb-4707-49e1-ab5d-426604949dbe",
"Code": "sample string 2",
"TrainingTypeID": "9bf37fb4-1082-4a6b-b997-c66e71f037a7",
"TrainingClassID": "ef15cca7-dc9b-4e1c-b634-764351c0d604",
"StartDate": "2026-06-21T03:24:55.6367922-04:00",
"EndDate": "2026-06-21T03:24:55.6367922-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "bf73d4d4-990f-46bd-a1cf-deddca36c810",
"Used": true,
"UsedDateTime": "2026-06-21T03:24:55.6367922-04:00",
"InventoryItemID": "3ec08570-a88d-4a1d-b2d9-3cc39f7da231"
},
{
"DiscountCodeID": "df7aa3fb-4707-49e1-ab5d-426604949dbe",
"Code": "sample string 2",
"TrainingTypeID": "9bf37fb4-1082-4a6b-b997-c66e71f037a7",
"TrainingClassID": "ef15cca7-dc9b-4e1c-b634-764351c0d604",
"StartDate": "2026-06-21T03:24:55.6367922-04:00",
"EndDate": "2026-06-21T03:24:55.6367922-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "bf73d4d4-990f-46bd-a1cf-deddca36c810",
"Used": true,
"UsedDateTime": "2026-06-21T03:24:55.6367922-04:00",
"InventoryItemID": "3ec08570-a88d-4a1d-b2d9-3cc39f7da231"
}
]