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": "59056f17-d213-4df6-8096-3da611d214a1",
"Code": "sample string 2",
"TrainingTypeID": "385f798a-d73e-4a5f-97dc-b26115413393",
"TrainingClassID": "f8d0f933-19b9-49bd-a616-64194727b007",
"StartDate": "2026-07-31T17:28:49.074148-04:00",
"EndDate": "2026-07-31T17:28:49.074148-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "44769f99-eaa8-4073-b611-b6347373eb23",
"Used": true,
"UsedDateTime": "2026-07-31T17:28:49.074148-04:00",
"InventoryItemID": "5391c2f7-3987-43ea-b7c2-e2cae5c21648"
},
{
"DiscountCodeID": "59056f17-d213-4df6-8096-3da611d214a1",
"Code": "sample string 2",
"TrainingTypeID": "385f798a-d73e-4a5f-97dc-b26115413393",
"TrainingClassID": "f8d0f933-19b9-49bd-a616-64194727b007",
"StartDate": "2026-07-31T17:28:49.074148-04:00",
"EndDate": "2026-07-31T17:28:49.074148-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "44769f99-eaa8-4073-b611-b6347373eb23",
"Used": true,
"UsedDateTime": "2026-07-31T17:28:49.074148-04:00",
"InventoryItemID": "5391c2f7-3987-43ea-b7c2-e2cae5c21648"
},
{
"DiscountCodeID": "59056f17-d213-4df6-8096-3da611d214a1",
"Code": "sample string 2",
"TrainingTypeID": "385f798a-d73e-4a5f-97dc-b26115413393",
"TrainingClassID": "f8d0f933-19b9-49bd-a616-64194727b007",
"StartDate": "2026-07-31T17:28:49.074148-04:00",
"EndDate": "2026-07-31T17:28:49.074148-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "44769f99-eaa8-4073-b611-b6347373eb23",
"Used": true,
"UsedDateTime": "2026-07-31T17:28:49.074148-04:00",
"InventoryItemID": "5391c2f7-3987-43ea-b7c2-e2cae5c21648"
}
]