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": "7568d62f-1a0f-4b43-9e58-162e20562788",
"Code": "sample string 2",
"TrainingTypeID": "68daadd8-0ac8-4aa4-aed6-574d88f94eb6",
"TrainingClassID": "78e4a364-c195-41ee-a5a0-0fa45dd5d770",
"StartDate": "2026-05-15T04:15:09.3063821-04:00",
"EndDate": "2026-05-15T04:15:09.3063821-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "18cc1d64-24ef-45cd-a820-bffd9123a0aa",
"Used": true,
"UsedDateTime": "2026-05-15T04:15:09.3063821-04:00",
"InventoryItemID": "dcf41b36-7d5e-4b54-aa79-1bcf8650a3e2"
},
{
"DiscountCodeID": "7568d62f-1a0f-4b43-9e58-162e20562788",
"Code": "sample string 2",
"TrainingTypeID": "68daadd8-0ac8-4aa4-aed6-574d88f94eb6",
"TrainingClassID": "78e4a364-c195-41ee-a5a0-0fa45dd5d770",
"StartDate": "2026-05-15T04:15:09.3063821-04:00",
"EndDate": "2026-05-15T04:15:09.3063821-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "18cc1d64-24ef-45cd-a820-bffd9123a0aa",
"Used": true,
"UsedDateTime": "2026-05-15T04:15:09.3063821-04:00",
"InventoryItemID": "dcf41b36-7d5e-4b54-aa79-1bcf8650a3e2"
},
{
"DiscountCodeID": "7568d62f-1a0f-4b43-9e58-162e20562788",
"Code": "sample string 2",
"TrainingTypeID": "68daadd8-0ac8-4aa4-aed6-574d88f94eb6",
"TrainingClassID": "78e4a364-c195-41ee-a5a0-0fa45dd5d770",
"StartDate": "2026-05-15T04:15:09.3063821-04:00",
"EndDate": "2026-05-15T04:15:09.3063821-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "18cc1d64-24ef-45cd-a820-bffd9123a0aa",
"Used": true,
"UsedDateTime": "2026-05-15T04:15:09.3063821-04:00",
"InventoryItemID": "dcf41b36-7d5e-4b54-aa79-1bcf8650a3e2"
}
]