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": "4192efda-a3f9-402b-b384-4c4ef482cda2",
"Code": "sample string 2",
"TrainingTypeID": "c3a2ef62-5855-418d-ab03-802394a1f7dd",
"TrainingClassID": "9277a5f2-b2dd-46ec-9110-99bd5f2a3e27",
"StartDate": "2026-06-01T06:17:46.0835405-04:00",
"EndDate": "2026-06-01T06:17:46.0835405-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "83e1eff6-e33c-475f-b36d-3bf8d7483bac",
"Used": true,
"UsedDateTime": "2026-06-01T06:17:46.0835405-04:00",
"InventoryItemID": "d4a2fdc1-909d-4be5-be0b-3d522139c00c"
},
{
"DiscountCodeID": "4192efda-a3f9-402b-b384-4c4ef482cda2",
"Code": "sample string 2",
"TrainingTypeID": "c3a2ef62-5855-418d-ab03-802394a1f7dd",
"TrainingClassID": "9277a5f2-b2dd-46ec-9110-99bd5f2a3e27",
"StartDate": "2026-06-01T06:17:46.0835405-04:00",
"EndDate": "2026-06-01T06:17:46.0835405-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "83e1eff6-e33c-475f-b36d-3bf8d7483bac",
"Used": true,
"UsedDateTime": "2026-06-01T06:17:46.0835405-04:00",
"InventoryItemID": "d4a2fdc1-909d-4be5-be0b-3d522139c00c"
},
{
"DiscountCodeID": "4192efda-a3f9-402b-b384-4c4ef482cda2",
"Code": "sample string 2",
"TrainingTypeID": "c3a2ef62-5855-418d-ab03-802394a1f7dd",
"TrainingClassID": "9277a5f2-b2dd-46ec-9110-99bd5f2a3e27",
"StartDate": "2026-06-01T06:17:46.0835405-04:00",
"EndDate": "2026-06-01T06:17:46.0835405-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "83e1eff6-e33c-475f-b36d-3bf8d7483bac",
"Used": true,
"UsedDateTime": "2026-06-01T06:17:46.0835405-04:00",
"InventoryItemID": "d4a2fdc1-909d-4be5-be0b-3d522139c00c"
}
]