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": "2cfa5660-7acb-4914-ac43-bc87af866d74",
"Code": "sample string 2",
"TrainingTypeID": "f6e97b07-026b-4a92-b3ea-6f0fe9b8f9ef",
"TrainingClassID": "e0c0029c-6501-479b-ba88-f79c60fbc64c",
"StartDate": "2026-07-02T12:01:55.9322948-04:00",
"EndDate": "2026-07-02T12:01:55.9322948-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4849259c-8f4b-4f60-93ee-f056b383e36f",
"Used": true,
"UsedDateTime": "2026-07-02T12:01:55.9479155-04:00",
"InventoryItemID": "5efb8160-9c07-41a3-8a17-150407a9e9f3"
},
{
"DiscountCodeID": "2cfa5660-7acb-4914-ac43-bc87af866d74",
"Code": "sample string 2",
"TrainingTypeID": "f6e97b07-026b-4a92-b3ea-6f0fe9b8f9ef",
"TrainingClassID": "e0c0029c-6501-479b-ba88-f79c60fbc64c",
"StartDate": "2026-07-02T12:01:55.9322948-04:00",
"EndDate": "2026-07-02T12:01:55.9322948-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4849259c-8f4b-4f60-93ee-f056b383e36f",
"Used": true,
"UsedDateTime": "2026-07-02T12:01:55.9479155-04:00",
"InventoryItemID": "5efb8160-9c07-41a3-8a17-150407a9e9f3"
},
{
"DiscountCodeID": "2cfa5660-7acb-4914-ac43-bc87af866d74",
"Code": "sample string 2",
"TrainingTypeID": "f6e97b07-026b-4a92-b3ea-6f0fe9b8f9ef",
"TrainingClassID": "e0c0029c-6501-479b-ba88-f79c60fbc64c",
"StartDate": "2026-07-02T12:01:55.9322948-04:00",
"EndDate": "2026-07-02T12:01:55.9322948-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4849259c-8f4b-4f60-93ee-f056b383e36f",
"Used": true,
"UsedDateTime": "2026-07-02T12:01:55.9479155-04:00",
"InventoryItemID": "5efb8160-9c07-41a3-8a17-150407a9e9f3"
}
]