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": "523c4efc-6f88-4ba6-8ee3-065aee2f6367",
"Code": "sample string 2",
"TrainingTypeID": "988fb8d1-c64c-4429-87b5-66ac7dc7c5db",
"TrainingClassID": "a5be42f5-c9b1-43e2-a99e-2e08743055a9",
"StartDate": "2026-08-25T00:54:45.5035539-04:00",
"EndDate": "2026-08-25T00:54:45.5035539-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f0f29e2f-7e1e-4d8f-9959-910e8b3a7542",
"Used": true,
"UsedDateTime": "2026-08-25T00:54:45.5035539-04:00",
"InventoryItemID": "12f389f5-9c6f-4e57-a81c-03229a194acd"
},
{
"DiscountCodeID": "523c4efc-6f88-4ba6-8ee3-065aee2f6367",
"Code": "sample string 2",
"TrainingTypeID": "988fb8d1-c64c-4429-87b5-66ac7dc7c5db",
"TrainingClassID": "a5be42f5-c9b1-43e2-a99e-2e08743055a9",
"StartDate": "2026-08-25T00:54:45.5035539-04:00",
"EndDate": "2026-08-25T00:54:45.5035539-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f0f29e2f-7e1e-4d8f-9959-910e8b3a7542",
"Used": true,
"UsedDateTime": "2026-08-25T00:54:45.5035539-04:00",
"InventoryItemID": "12f389f5-9c6f-4e57-a81c-03229a194acd"
},
{
"DiscountCodeID": "523c4efc-6f88-4ba6-8ee3-065aee2f6367",
"Code": "sample string 2",
"TrainingTypeID": "988fb8d1-c64c-4429-87b5-66ac7dc7c5db",
"TrainingClassID": "a5be42f5-c9b1-43e2-a99e-2e08743055a9",
"StartDate": "2026-08-25T00:54:45.5035539-04:00",
"EndDate": "2026-08-25T00:54:45.5035539-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f0f29e2f-7e1e-4d8f-9959-910e8b3a7542",
"Used": true,
"UsedDateTime": "2026-08-25T00:54:45.5035539-04:00",
"InventoryItemID": "12f389f5-9c6f-4e57-a81c-03229a194acd"
}
]