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": "37bcd0fb-e562-411b-9aad-fa8c48a9e9a2",
"Code": "sample string 2",
"TrainingTypeID": "685f553e-60b4-4cbe-a637-b53f7828af2b",
"TrainingClassID": "30ebe602-b922-42f7-9af5-03bea76ccacf",
"StartDate": "2026-02-27T00:31:22.910759-05:00",
"EndDate": "2026-02-27T00:31:22.910759-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d080eb19-9fcb-4d9f-bac0-b61a5e57d7fe",
"Used": true,
"UsedDateTime": "2026-02-27T00:31:22.910759-05:00",
"InventoryItemID": "83107b9b-c286-4de1-8c88-f3f59146bec8"
},
{
"DiscountCodeID": "37bcd0fb-e562-411b-9aad-fa8c48a9e9a2",
"Code": "sample string 2",
"TrainingTypeID": "685f553e-60b4-4cbe-a637-b53f7828af2b",
"TrainingClassID": "30ebe602-b922-42f7-9af5-03bea76ccacf",
"StartDate": "2026-02-27T00:31:22.910759-05:00",
"EndDate": "2026-02-27T00:31:22.910759-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d080eb19-9fcb-4d9f-bac0-b61a5e57d7fe",
"Used": true,
"UsedDateTime": "2026-02-27T00:31:22.910759-05:00",
"InventoryItemID": "83107b9b-c286-4de1-8c88-f3f59146bec8"
},
{
"DiscountCodeID": "37bcd0fb-e562-411b-9aad-fa8c48a9e9a2",
"Code": "sample string 2",
"TrainingTypeID": "685f553e-60b4-4cbe-a637-b53f7828af2b",
"TrainingClassID": "30ebe602-b922-42f7-9af5-03bea76ccacf",
"StartDate": "2026-02-27T00:31:22.910759-05:00",
"EndDate": "2026-02-27T00:31:22.910759-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d080eb19-9fcb-4d9f-bac0-b61a5e57d7fe",
"Used": true,
"UsedDateTime": "2026-02-27T00:31:22.910759-05:00",
"InventoryItemID": "83107b9b-c286-4de1-8c88-f3f59146bec8"
}
]