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": "1eb755d2-7f91-4c6c-9dc3-925ee1de7def",
"Code": "sample string 2",
"TrainingTypeID": "2d98b061-00ed-4ccf-9c65-30714524e846",
"TrainingClassID": "536d1afa-f7e9-48b3-8004-51e20eb80e2d",
"StartDate": "2026-07-22T00:48:34.8421539-04:00",
"EndDate": "2026-07-22T00:48:34.8421539-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c1585db0-9f2e-4df1-ac3f-f56aee0b0e34",
"Used": true,
"UsedDateTime": "2026-07-22T00:48:34.8421539-04:00",
"InventoryItemID": "ab6ed840-c98a-4637-a076-4449f4a6f9d0"
},
{
"DiscountCodeID": "1eb755d2-7f91-4c6c-9dc3-925ee1de7def",
"Code": "sample string 2",
"TrainingTypeID": "2d98b061-00ed-4ccf-9c65-30714524e846",
"TrainingClassID": "536d1afa-f7e9-48b3-8004-51e20eb80e2d",
"StartDate": "2026-07-22T00:48:34.8421539-04:00",
"EndDate": "2026-07-22T00:48:34.8421539-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c1585db0-9f2e-4df1-ac3f-f56aee0b0e34",
"Used": true,
"UsedDateTime": "2026-07-22T00:48:34.8421539-04:00",
"InventoryItemID": "ab6ed840-c98a-4637-a076-4449f4a6f9d0"
},
{
"DiscountCodeID": "1eb755d2-7f91-4c6c-9dc3-925ee1de7def",
"Code": "sample string 2",
"TrainingTypeID": "2d98b061-00ed-4ccf-9c65-30714524e846",
"TrainingClassID": "536d1afa-f7e9-48b3-8004-51e20eb80e2d",
"StartDate": "2026-07-22T00:48:34.8421539-04:00",
"EndDate": "2026-07-22T00:48:34.8421539-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c1585db0-9f2e-4df1-ac3f-f56aee0b0e34",
"Used": true,
"UsedDateTime": "2026-07-22T00:48:34.8421539-04:00",
"InventoryItemID": "ab6ed840-c98a-4637-a076-4449f4a6f9d0"
}
]