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": "38ee4b61-971a-449a-8c1d-f76e01f88d89",
"Code": "sample string 2",
"TrainingTypeID": "f8772062-124f-44a0-bb4a-9b58f7fa71b3",
"TrainingClassID": "e8c75d83-cd6c-423b-b7f0-1297c00e31cc",
"StartDate": "2026-08-19T06:19:41.5259438-04:00",
"EndDate": "2026-08-19T06:19:41.5259438-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0fff26d0-fcde-416f-8185-0adedc0c5ca7",
"Used": true,
"UsedDateTime": "2026-08-19T06:19:41.5259438-04:00",
"InventoryItemID": "a687568f-faa4-4129-bde1-3a08a8b80c8d"
},
{
"DiscountCodeID": "38ee4b61-971a-449a-8c1d-f76e01f88d89",
"Code": "sample string 2",
"TrainingTypeID": "f8772062-124f-44a0-bb4a-9b58f7fa71b3",
"TrainingClassID": "e8c75d83-cd6c-423b-b7f0-1297c00e31cc",
"StartDate": "2026-08-19T06:19:41.5259438-04:00",
"EndDate": "2026-08-19T06:19:41.5259438-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0fff26d0-fcde-416f-8185-0adedc0c5ca7",
"Used": true,
"UsedDateTime": "2026-08-19T06:19:41.5259438-04:00",
"InventoryItemID": "a687568f-faa4-4129-bde1-3a08a8b80c8d"
},
{
"DiscountCodeID": "38ee4b61-971a-449a-8c1d-f76e01f88d89",
"Code": "sample string 2",
"TrainingTypeID": "f8772062-124f-44a0-bb4a-9b58f7fa71b3",
"TrainingClassID": "e8c75d83-cd6c-423b-b7f0-1297c00e31cc",
"StartDate": "2026-08-19T06:19:41.5259438-04:00",
"EndDate": "2026-08-19T06:19:41.5259438-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0fff26d0-fcde-416f-8185-0adedc0c5ca7",
"Used": true,
"UsedDateTime": "2026-08-19T06:19:41.5259438-04:00",
"InventoryItemID": "a687568f-faa4-4129-bde1-3a08a8b80c8d"
}
]