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": "c91354d9-b86b-45a8-9df7-2148a3385c7a",
"Code": "sample string 2",
"TrainingTypeID": "d6d5d386-6757-4836-b9a2-7a99fea29a29",
"TrainingClassID": "10699b6e-7a72-4e4c-9b35-e3ddb914fa29",
"StartDate": "2026-05-18T23:35:09.7891172-04:00",
"EndDate": "2026-05-18T23:35:09.7891172-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "28d4907a-e6a7-4b4b-b0a2-87ea3be8c116",
"Used": true,
"UsedDateTime": "2026-05-18T23:35:09.7891172-04:00",
"InventoryItemID": "be89c8cf-797d-41aa-b4d8-3f2e07d9e4f4"
},
{
"DiscountCodeID": "c91354d9-b86b-45a8-9df7-2148a3385c7a",
"Code": "sample string 2",
"TrainingTypeID": "d6d5d386-6757-4836-b9a2-7a99fea29a29",
"TrainingClassID": "10699b6e-7a72-4e4c-9b35-e3ddb914fa29",
"StartDate": "2026-05-18T23:35:09.7891172-04:00",
"EndDate": "2026-05-18T23:35:09.7891172-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "28d4907a-e6a7-4b4b-b0a2-87ea3be8c116",
"Used": true,
"UsedDateTime": "2026-05-18T23:35:09.7891172-04:00",
"InventoryItemID": "be89c8cf-797d-41aa-b4d8-3f2e07d9e4f4"
},
{
"DiscountCodeID": "c91354d9-b86b-45a8-9df7-2148a3385c7a",
"Code": "sample string 2",
"TrainingTypeID": "d6d5d386-6757-4836-b9a2-7a99fea29a29",
"TrainingClassID": "10699b6e-7a72-4e4c-9b35-e3ddb914fa29",
"StartDate": "2026-05-18T23:35:09.7891172-04:00",
"EndDate": "2026-05-18T23:35:09.7891172-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "28d4907a-e6a7-4b4b-b0a2-87ea3be8c116",
"Used": true,
"UsedDateTime": "2026-05-18T23:35:09.7891172-04:00",
"InventoryItemID": "be89c8cf-797d-41aa-b4d8-3f2e07d9e4f4"
}
]