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": "ba51b127-b382-41aa-98d9-6d968d72bf76",
"Code": "sample string 2",
"TrainingTypeID": "a7c12ffa-6305-4386-9ab6-b4aeb23b5520",
"TrainingClassID": "10e0310f-38c9-4d54-936b-8c2e31292af3",
"StartDate": "2026-08-03T12:08:44.7516233-04:00",
"EndDate": "2026-08-03T12:08:44.7516233-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1b4ad813-25fb-4533-87b9-50f44b801198",
"Used": true,
"UsedDateTime": "2026-08-03T12:08:44.7516233-04:00",
"InventoryItemID": "df2a23d1-e421-4e98-a143-7eaaf245888a"
},
{
"DiscountCodeID": "ba51b127-b382-41aa-98d9-6d968d72bf76",
"Code": "sample string 2",
"TrainingTypeID": "a7c12ffa-6305-4386-9ab6-b4aeb23b5520",
"TrainingClassID": "10e0310f-38c9-4d54-936b-8c2e31292af3",
"StartDate": "2026-08-03T12:08:44.7516233-04:00",
"EndDate": "2026-08-03T12:08:44.7516233-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1b4ad813-25fb-4533-87b9-50f44b801198",
"Used": true,
"UsedDateTime": "2026-08-03T12:08:44.7516233-04:00",
"InventoryItemID": "df2a23d1-e421-4e98-a143-7eaaf245888a"
},
{
"DiscountCodeID": "ba51b127-b382-41aa-98d9-6d968d72bf76",
"Code": "sample string 2",
"TrainingTypeID": "a7c12ffa-6305-4386-9ab6-b4aeb23b5520",
"TrainingClassID": "10e0310f-38c9-4d54-936b-8c2e31292af3",
"StartDate": "2026-08-03T12:08:44.7516233-04:00",
"EndDate": "2026-08-03T12:08:44.7516233-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1b4ad813-25fb-4533-87b9-50f44b801198",
"Used": true,
"UsedDateTime": "2026-08-03T12:08:44.7516233-04:00",
"InventoryItemID": "df2a23d1-e421-4e98-a143-7eaaf245888a"
}
]