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": "f737dfc5-a531-42e0-b206-4d26884bd5b4",
"Code": "sample string 2",
"TrainingTypeID": "0031d0e5-1708-4810-92b2-30a3663d8ffc",
"TrainingClassID": "6d1857e8-be8a-43a4-9dc5-678508aa4794",
"StartDate": "2026-08-05T05:10:05.8843869-04:00",
"EndDate": "2026-08-05T05:10:05.8843869-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8fb8141f-dafc-4eab-94e1-64d1916cd3d6",
"Used": true,
"UsedDateTime": "2026-08-05T05:10:05.8843869-04:00",
"InventoryItemID": "dec15009-a6f1-4567-a899-7ff282420446"
},
{
"DiscountCodeID": "f737dfc5-a531-42e0-b206-4d26884bd5b4",
"Code": "sample string 2",
"TrainingTypeID": "0031d0e5-1708-4810-92b2-30a3663d8ffc",
"TrainingClassID": "6d1857e8-be8a-43a4-9dc5-678508aa4794",
"StartDate": "2026-08-05T05:10:05.8843869-04:00",
"EndDate": "2026-08-05T05:10:05.8843869-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8fb8141f-dafc-4eab-94e1-64d1916cd3d6",
"Used": true,
"UsedDateTime": "2026-08-05T05:10:05.8843869-04:00",
"InventoryItemID": "dec15009-a6f1-4567-a899-7ff282420446"
},
{
"DiscountCodeID": "f737dfc5-a531-42e0-b206-4d26884bd5b4",
"Code": "sample string 2",
"TrainingTypeID": "0031d0e5-1708-4810-92b2-30a3663d8ffc",
"TrainingClassID": "6d1857e8-be8a-43a4-9dc5-678508aa4794",
"StartDate": "2026-08-05T05:10:05.8843869-04:00",
"EndDate": "2026-08-05T05:10:05.8843869-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8fb8141f-dafc-4eab-94e1-64d1916cd3d6",
"Used": true,
"UsedDateTime": "2026-08-05T05:10:05.8843869-04:00",
"InventoryItemID": "dec15009-a6f1-4567-a899-7ff282420446"
}
]