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": "f623013b-d005-45ed-891c-f3a53623bc79",
"Code": "sample string 2",
"TrainingTypeID": "e8f2d57b-34e7-45ff-ac69-ff9afef992bc",
"TrainingClassID": "723d6a5e-5997-4e64-8139-4b7de3ee7d40",
"StartDate": "2026-05-19T17:55:40.8976309-04:00",
"EndDate": "2026-05-19T17:55:40.8976309-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e9d69865-2840-485d-b18d-5d221550d8df",
"Used": true,
"UsedDateTime": "2026-05-19T17:55:40.8976309-04:00",
"InventoryItemID": "9baddcec-f03b-4ff1-a1d9-ab35d0dc2243"
},
{
"DiscountCodeID": "f623013b-d005-45ed-891c-f3a53623bc79",
"Code": "sample string 2",
"TrainingTypeID": "e8f2d57b-34e7-45ff-ac69-ff9afef992bc",
"TrainingClassID": "723d6a5e-5997-4e64-8139-4b7de3ee7d40",
"StartDate": "2026-05-19T17:55:40.8976309-04:00",
"EndDate": "2026-05-19T17:55:40.8976309-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e9d69865-2840-485d-b18d-5d221550d8df",
"Used": true,
"UsedDateTime": "2026-05-19T17:55:40.8976309-04:00",
"InventoryItemID": "9baddcec-f03b-4ff1-a1d9-ab35d0dc2243"
},
{
"DiscountCodeID": "f623013b-d005-45ed-891c-f3a53623bc79",
"Code": "sample string 2",
"TrainingTypeID": "e8f2d57b-34e7-45ff-ac69-ff9afef992bc",
"TrainingClassID": "723d6a5e-5997-4e64-8139-4b7de3ee7d40",
"StartDate": "2026-05-19T17:55:40.8976309-04:00",
"EndDate": "2026-05-19T17:55:40.8976309-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e9d69865-2840-485d-b18d-5d221550d8df",
"Used": true,
"UsedDateTime": "2026-05-19T17:55:40.8976309-04:00",
"InventoryItemID": "9baddcec-f03b-4ff1-a1d9-ab35d0dc2243"
}
]