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": "250b7aec-9fc4-4c17-82cb-90cf6aee90b0",
"Code": "sample string 2",
"TrainingTypeID": "72788300-f2ca-401a-8b4e-2230c989afdc",
"TrainingClassID": "99a2fb03-f3dc-4c69-977b-e704b538bf6b",
"StartDate": "2026-08-28T04:51:28.84218-04:00",
"EndDate": "2026-08-28T04:51:28.84218-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f1eeaa49-5f11-4334-b811-718f2d66af79",
"Used": true,
"UsedDateTime": "2026-08-28T04:51:28.84218-04:00",
"InventoryItemID": "2a02e4d7-4391-4bee-8af9-dcfe5932bcd3"
},
{
"DiscountCodeID": "250b7aec-9fc4-4c17-82cb-90cf6aee90b0",
"Code": "sample string 2",
"TrainingTypeID": "72788300-f2ca-401a-8b4e-2230c989afdc",
"TrainingClassID": "99a2fb03-f3dc-4c69-977b-e704b538bf6b",
"StartDate": "2026-08-28T04:51:28.84218-04:00",
"EndDate": "2026-08-28T04:51:28.84218-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f1eeaa49-5f11-4334-b811-718f2d66af79",
"Used": true,
"UsedDateTime": "2026-08-28T04:51:28.84218-04:00",
"InventoryItemID": "2a02e4d7-4391-4bee-8af9-dcfe5932bcd3"
},
{
"DiscountCodeID": "250b7aec-9fc4-4c17-82cb-90cf6aee90b0",
"Code": "sample string 2",
"TrainingTypeID": "72788300-f2ca-401a-8b4e-2230c989afdc",
"TrainingClassID": "99a2fb03-f3dc-4c69-977b-e704b538bf6b",
"StartDate": "2026-08-28T04:51:28.84218-04:00",
"EndDate": "2026-08-28T04:51:28.84218-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f1eeaa49-5f11-4334-b811-718f2d66af79",
"Used": true,
"UsedDateTime": "2026-08-28T04:51:28.84218-04:00",
"InventoryItemID": "2a02e4d7-4391-4bee-8af9-dcfe5932bcd3"
}
]