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": "376e4921-d9b2-406b-9d39-d213673dbbe4",
"Code": "sample string 2",
"TrainingTypeID": "3ddf7f6c-42f7-4284-915d-047bcac2003d",
"TrainingClassID": "0210568b-e439-4849-9599-ca75adfdac87",
"StartDate": "2026-02-25T13:50:13.7167645-05:00",
"EndDate": "2026-02-25T13:50:13.7167645-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ba9954d3-ad2a-404f-9d1b-5687d7710240",
"Used": true,
"UsedDateTime": "2026-02-25T13:50:13.7167645-05:00",
"InventoryItemID": "0f16e9f4-c9aa-4c4c-9537-b8f76707013c"
},
{
"DiscountCodeID": "376e4921-d9b2-406b-9d39-d213673dbbe4",
"Code": "sample string 2",
"TrainingTypeID": "3ddf7f6c-42f7-4284-915d-047bcac2003d",
"TrainingClassID": "0210568b-e439-4849-9599-ca75adfdac87",
"StartDate": "2026-02-25T13:50:13.7167645-05:00",
"EndDate": "2026-02-25T13:50:13.7167645-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ba9954d3-ad2a-404f-9d1b-5687d7710240",
"Used": true,
"UsedDateTime": "2026-02-25T13:50:13.7167645-05:00",
"InventoryItemID": "0f16e9f4-c9aa-4c4c-9537-b8f76707013c"
},
{
"DiscountCodeID": "376e4921-d9b2-406b-9d39-d213673dbbe4",
"Code": "sample string 2",
"TrainingTypeID": "3ddf7f6c-42f7-4284-915d-047bcac2003d",
"TrainingClassID": "0210568b-e439-4849-9599-ca75adfdac87",
"StartDate": "2026-02-25T13:50:13.7167645-05:00",
"EndDate": "2026-02-25T13:50:13.7167645-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ba9954d3-ad2a-404f-9d1b-5687d7710240",
"Used": true,
"UsedDateTime": "2026-02-25T13:50:13.7167645-05:00",
"InventoryItemID": "0f16e9f4-c9aa-4c4c-9537-b8f76707013c"
}
]