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": "01418a1d-6991-4b9d-ae65-18abcbfd82d3",
"Code": "sample string 2",
"TrainingTypeID": "b43607d0-0dac-43f1-9265-ecd6d95b0b1a",
"TrainingClassID": "454e45d3-4915-44be-9a7a-55a8d6b91989",
"StartDate": "2026-07-23T18:23:04.3236282-04:00",
"EndDate": "2026-07-23T18:23:04.3236282-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "35f9f05c-7db5-46db-a856-f95524386343",
"Used": true,
"UsedDateTime": "2026-07-23T18:23:04.3236282-04:00",
"InventoryItemID": "c33f48bd-e73a-4cc6-b714-654330fdc73a"
},
{
"DiscountCodeID": "01418a1d-6991-4b9d-ae65-18abcbfd82d3",
"Code": "sample string 2",
"TrainingTypeID": "b43607d0-0dac-43f1-9265-ecd6d95b0b1a",
"TrainingClassID": "454e45d3-4915-44be-9a7a-55a8d6b91989",
"StartDate": "2026-07-23T18:23:04.3236282-04:00",
"EndDate": "2026-07-23T18:23:04.3236282-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "35f9f05c-7db5-46db-a856-f95524386343",
"Used": true,
"UsedDateTime": "2026-07-23T18:23:04.3236282-04:00",
"InventoryItemID": "c33f48bd-e73a-4cc6-b714-654330fdc73a"
},
{
"DiscountCodeID": "01418a1d-6991-4b9d-ae65-18abcbfd82d3",
"Code": "sample string 2",
"TrainingTypeID": "b43607d0-0dac-43f1-9265-ecd6d95b0b1a",
"TrainingClassID": "454e45d3-4915-44be-9a7a-55a8d6b91989",
"StartDate": "2026-07-23T18:23:04.3236282-04:00",
"EndDate": "2026-07-23T18:23:04.3236282-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "35f9f05c-7db5-46db-a856-f95524386343",
"Used": true,
"UsedDateTime": "2026-07-23T18:23:04.3236282-04:00",
"InventoryItemID": "c33f48bd-e73a-4cc6-b714-654330fdc73a"
}
]