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": "0928c8d9-ed1b-41bf-8b57-b6931f770522",
"Code": "sample string 2",
"TrainingTypeID": "70de6a80-0be8-4a30-bd72-aa45d8547713",
"TrainingClassID": "9b6ed620-3dcd-4770-8749-3ad6b9ec269e",
"StartDate": "2026-09-13T12:58:53.7846881-04:00",
"EndDate": "2026-09-13T12:58:53.7846881-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0a725465-e254-48d1-b950-a2e6606db8e1",
"Used": true,
"UsedDateTime": "2026-09-13T12:58:53.7846881-04:00",
"InventoryItemID": "ffd9bc49-3ec3-41db-b493-d76aaebc8e62"
},
{
"DiscountCodeID": "0928c8d9-ed1b-41bf-8b57-b6931f770522",
"Code": "sample string 2",
"TrainingTypeID": "70de6a80-0be8-4a30-bd72-aa45d8547713",
"TrainingClassID": "9b6ed620-3dcd-4770-8749-3ad6b9ec269e",
"StartDate": "2026-09-13T12:58:53.7846881-04:00",
"EndDate": "2026-09-13T12:58:53.7846881-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0a725465-e254-48d1-b950-a2e6606db8e1",
"Used": true,
"UsedDateTime": "2026-09-13T12:58:53.7846881-04:00",
"InventoryItemID": "ffd9bc49-3ec3-41db-b493-d76aaebc8e62"
},
{
"DiscountCodeID": "0928c8d9-ed1b-41bf-8b57-b6931f770522",
"Code": "sample string 2",
"TrainingTypeID": "70de6a80-0be8-4a30-bd72-aa45d8547713",
"TrainingClassID": "9b6ed620-3dcd-4770-8749-3ad6b9ec269e",
"StartDate": "2026-09-13T12:58:53.7846881-04:00",
"EndDate": "2026-09-13T12:58:53.7846881-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0a725465-e254-48d1-b950-a2e6606db8e1",
"Used": true,
"UsedDateTime": "2026-09-13T12:58:53.7846881-04:00",
"InventoryItemID": "ffd9bc49-3ec3-41db-b493-d76aaebc8e62"
}
]