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": "bbac8208-2cce-4191-90a9-0619ba310327",
"Code": "sample string 2",
"TrainingTypeID": "83d01171-94fa-427a-9e5b-6760321c3fa5",
"TrainingClassID": "60c5845d-258f-4480-9e06-242ad24c06e9",
"StartDate": "2026-08-30T09:53:51.5707132-04:00",
"EndDate": "2026-08-30T09:53:51.5707132-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f7df3090-6377-4393-874c-ab46a8d5a14a",
"Used": true,
"UsedDateTime": "2026-08-30T09:53:51.5707132-04:00",
"InventoryItemID": "09e03f5b-f9e0-4e6b-addc-617710352b63"
},
{
"DiscountCodeID": "bbac8208-2cce-4191-90a9-0619ba310327",
"Code": "sample string 2",
"TrainingTypeID": "83d01171-94fa-427a-9e5b-6760321c3fa5",
"TrainingClassID": "60c5845d-258f-4480-9e06-242ad24c06e9",
"StartDate": "2026-08-30T09:53:51.5707132-04:00",
"EndDate": "2026-08-30T09:53:51.5707132-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f7df3090-6377-4393-874c-ab46a8d5a14a",
"Used": true,
"UsedDateTime": "2026-08-30T09:53:51.5707132-04:00",
"InventoryItemID": "09e03f5b-f9e0-4e6b-addc-617710352b63"
},
{
"DiscountCodeID": "bbac8208-2cce-4191-90a9-0619ba310327",
"Code": "sample string 2",
"TrainingTypeID": "83d01171-94fa-427a-9e5b-6760321c3fa5",
"TrainingClassID": "60c5845d-258f-4480-9e06-242ad24c06e9",
"StartDate": "2026-08-30T09:53:51.5707132-04:00",
"EndDate": "2026-08-30T09:53:51.5707132-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f7df3090-6377-4393-874c-ab46a8d5a14a",
"Used": true,
"UsedDateTime": "2026-08-30T09:53:51.5707132-04:00",
"InventoryItemID": "09e03f5b-f9e0-4e6b-addc-617710352b63"
}
]