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": "60f71a17-551f-4219-9539-bdbadd247976",
"Code": "sample string 2",
"TrainingTypeID": "70a6751e-9d93-4607-bb7e-e6fd722f4220",
"TrainingClassID": "77b96677-4192-4972-9880-cc514c848144",
"StartDate": "2026-07-27T11:29:06.2455844-04:00",
"EndDate": "2026-07-27T11:29:06.2455844-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6befaabd-b84e-476d-a7ee-7acc8c2e42d9",
"Used": true,
"UsedDateTime": "2026-07-27T11:29:06.2455844-04:00",
"InventoryItemID": "e4c135fd-e2a6-4593-8a29-44b2a7737b3d"
},
{
"DiscountCodeID": "60f71a17-551f-4219-9539-bdbadd247976",
"Code": "sample string 2",
"TrainingTypeID": "70a6751e-9d93-4607-bb7e-e6fd722f4220",
"TrainingClassID": "77b96677-4192-4972-9880-cc514c848144",
"StartDate": "2026-07-27T11:29:06.2455844-04:00",
"EndDate": "2026-07-27T11:29:06.2455844-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6befaabd-b84e-476d-a7ee-7acc8c2e42d9",
"Used": true,
"UsedDateTime": "2026-07-27T11:29:06.2455844-04:00",
"InventoryItemID": "e4c135fd-e2a6-4593-8a29-44b2a7737b3d"
},
{
"DiscountCodeID": "60f71a17-551f-4219-9539-bdbadd247976",
"Code": "sample string 2",
"TrainingTypeID": "70a6751e-9d93-4607-bb7e-e6fd722f4220",
"TrainingClassID": "77b96677-4192-4972-9880-cc514c848144",
"StartDate": "2026-07-27T11:29:06.2455844-04:00",
"EndDate": "2026-07-27T11:29:06.2455844-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6befaabd-b84e-476d-a7ee-7acc8c2e42d9",
"Used": true,
"UsedDateTime": "2026-07-27T11:29:06.2455844-04:00",
"InventoryItemID": "e4c135fd-e2a6-4593-8a29-44b2a7737b3d"
}
]