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": "8413d0d2-eed0-44f0-9ec5-9e5d04479ccd",
"Code": "sample string 2",
"TrainingTypeID": "53cf6234-7927-4772-906a-9fd0d81dc354",
"TrainingClassID": "6291500a-a3ff-44e5-89b9-ee9f31744974",
"StartDate": "2026-08-04T03:02:52.1111436-04:00",
"EndDate": "2026-08-04T03:02:52.1111436-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a387e271-773a-4285-bd7d-c89fdac4a107",
"Used": true,
"UsedDateTime": "2026-08-04T03:02:52.1111436-04:00",
"InventoryItemID": "21f21f20-30e1-4fc8-96d1-eb029247936f"
},
{
"DiscountCodeID": "8413d0d2-eed0-44f0-9ec5-9e5d04479ccd",
"Code": "sample string 2",
"TrainingTypeID": "53cf6234-7927-4772-906a-9fd0d81dc354",
"TrainingClassID": "6291500a-a3ff-44e5-89b9-ee9f31744974",
"StartDate": "2026-08-04T03:02:52.1111436-04:00",
"EndDate": "2026-08-04T03:02:52.1111436-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a387e271-773a-4285-bd7d-c89fdac4a107",
"Used": true,
"UsedDateTime": "2026-08-04T03:02:52.1111436-04:00",
"InventoryItemID": "21f21f20-30e1-4fc8-96d1-eb029247936f"
},
{
"DiscountCodeID": "8413d0d2-eed0-44f0-9ec5-9e5d04479ccd",
"Code": "sample string 2",
"TrainingTypeID": "53cf6234-7927-4772-906a-9fd0d81dc354",
"TrainingClassID": "6291500a-a3ff-44e5-89b9-ee9f31744974",
"StartDate": "2026-08-04T03:02:52.1111436-04:00",
"EndDate": "2026-08-04T03:02:52.1111436-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a387e271-773a-4285-bd7d-c89fdac4a107",
"Used": true,
"UsedDateTime": "2026-08-04T03:02:52.1111436-04:00",
"InventoryItemID": "21f21f20-30e1-4fc8-96d1-eb029247936f"
}
]