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": "349f92e5-cde6-43a0-9008-c64610245cbf",
"Code": "sample string 2",
"TrainingTypeID": "14c9919c-a507-417e-99a1-e8ae2aff4e3c",
"TrainingClassID": "bd88d3ed-47dc-4f65-a58b-aecd10fbd35a",
"StartDate": "2026-05-31T10:40:04.4252678-04:00",
"EndDate": "2026-05-31T10:40:04.4252678-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "684bac2d-7ec4-4390-88f1-35eb957b80e3",
"Used": true,
"UsedDateTime": "2026-05-31T10:40:04.4252678-04:00",
"InventoryItemID": "2bb48989-2522-4ccd-8cb7-804de9373cf0"
},
{
"DiscountCodeID": "349f92e5-cde6-43a0-9008-c64610245cbf",
"Code": "sample string 2",
"TrainingTypeID": "14c9919c-a507-417e-99a1-e8ae2aff4e3c",
"TrainingClassID": "bd88d3ed-47dc-4f65-a58b-aecd10fbd35a",
"StartDate": "2026-05-31T10:40:04.4252678-04:00",
"EndDate": "2026-05-31T10:40:04.4252678-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "684bac2d-7ec4-4390-88f1-35eb957b80e3",
"Used": true,
"UsedDateTime": "2026-05-31T10:40:04.4252678-04:00",
"InventoryItemID": "2bb48989-2522-4ccd-8cb7-804de9373cf0"
},
{
"DiscountCodeID": "349f92e5-cde6-43a0-9008-c64610245cbf",
"Code": "sample string 2",
"TrainingTypeID": "14c9919c-a507-417e-99a1-e8ae2aff4e3c",
"TrainingClassID": "bd88d3ed-47dc-4f65-a58b-aecd10fbd35a",
"StartDate": "2026-05-31T10:40:04.4252678-04:00",
"EndDate": "2026-05-31T10:40:04.4252678-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "684bac2d-7ec4-4390-88f1-35eb957b80e3",
"Used": true,
"UsedDateTime": "2026-05-31T10:40:04.4252678-04:00",
"InventoryItemID": "2bb48989-2522-4ccd-8cb7-804de9373cf0"
}
]