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": "62eccca3-d526-4303-92ae-c8a003602c88",
"Code": "sample string 2",
"TrainingTypeID": "ff05fb7c-6734-4214-8bc4-0e92c7a1236a",
"TrainingClassID": "a0b60dc2-df27-4a25-b82b-4520e16f2c0e",
"StartDate": "2026-08-20T07:56:27.4330007-04:00",
"EndDate": "2026-08-20T07:56:27.4330007-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ddbed9d8-439d-4122-b5bb-e68351e6afa5",
"Used": true,
"UsedDateTime": "2026-08-20T07:56:27.4330007-04:00",
"InventoryItemID": "fd1a3f46-ee3d-4aee-93a3-18ecc4b10545"
},
{
"DiscountCodeID": "62eccca3-d526-4303-92ae-c8a003602c88",
"Code": "sample string 2",
"TrainingTypeID": "ff05fb7c-6734-4214-8bc4-0e92c7a1236a",
"TrainingClassID": "a0b60dc2-df27-4a25-b82b-4520e16f2c0e",
"StartDate": "2026-08-20T07:56:27.4330007-04:00",
"EndDate": "2026-08-20T07:56:27.4330007-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ddbed9d8-439d-4122-b5bb-e68351e6afa5",
"Used": true,
"UsedDateTime": "2026-08-20T07:56:27.4330007-04:00",
"InventoryItemID": "fd1a3f46-ee3d-4aee-93a3-18ecc4b10545"
},
{
"DiscountCodeID": "62eccca3-d526-4303-92ae-c8a003602c88",
"Code": "sample string 2",
"TrainingTypeID": "ff05fb7c-6734-4214-8bc4-0e92c7a1236a",
"TrainingClassID": "a0b60dc2-df27-4a25-b82b-4520e16f2c0e",
"StartDate": "2026-08-20T07:56:27.4330007-04:00",
"EndDate": "2026-08-20T07:56:27.4330007-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ddbed9d8-439d-4122-b5bb-e68351e6afa5",
"Used": true,
"UsedDateTime": "2026-08-20T07:56:27.4330007-04:00",
"InventoryItemID": "fd1a3f46-ee3d-4aee-93a3-18ecc4b10545"
}
]