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": "76019956-7a16-41e9-830d-d6288cdeb45f",
"Code": "sample string 2",
"TrainingTypeID": "be37e1c5-8d71-4ec9-8ca3-f7d224d5760b",
"TrainingClassID": "2013a8ee-41f6-4875-bf03-147787095787",
"StartDate": "2026-09-01T08:27:13.3584123-04:00",
"EndDate": "2026-09-01T08:27:13.3584123-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c089cc25-54ed-4e12-a9a2-1968334e8117",
"Used": true,
"UsedDateTime": "2026-09-01T08:27:13.3584123-04:00",
"InventoryItemID": "4195c3ee-c2d5-4f7a-ae38-bf3aab11fba8"
},
{
"DiscountCodeID": "76019956-7a16-41e9-830d-d6288cdeb45f",
"Code": "sample string 2",
"TrainingTypeID": "be37e1c5-8d71-4ec9-8ca3-f7d224d5760b",
"TrainingClassID": "2013a8ee-41f6-4875-bf03-147787095787",
"StartDate": "2026-09-01T08:27:13.3584123-04:00",
"EndDate": "2026-09-01T08:27:13.3584123-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c089cc25-54ed-4e12-a9a2-1968334e8117",
"Used": true,
"UsedDateTime": "2026-09-01T08:27:13.3584123-04:00",
"InventoryItemID": "4195c3ee-c2d5-4f7a-ae38-bf3aab11fba8"
},
{
"DiscountCodeID": "76019956-7a16-41e9-830d-d6288cdeb45f",
"Code": "sample string 2",
"TrainingTypeID": "be37e1c5-8d71-4ec9-8ca3-f7d224d5760b",
"TrainingClassID": "2013a8ee-41f6-4875-bf03-147787095787",
"StartDate": "2026-09-01T08:27:13.3584123-04:00",
"EndDate": "2026-09-01T08:27:13.3584123-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c089cc25-54ed-4e12-a9a2-1968334e8117",
"Used": true,
"UsedDateTime": "2026-09-01T08:27:13.3584123-04:00",
"InventoryItemID": "4195c3ee-c2d5-4f7a-ae38-bf3aab11fba8"
}
]