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": "2ad1d9ea-b6e1-44fa-b49a-ffea95c7832a",
"Code": "sample string 2",
"TrainingTypeID": "b8eff4a1-7cea-4f59-86ea-7b857722c418",
"TrainingClassID": "a7b56bcb-73dd-4487-a716-8b6c06ad3b79",
"StartDate": "2026-06-03T19:32:02.98294-04:00",
"EndDate": "2026-06-03T19:32:02.98294-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "767d6618-1d78-46d0-825a-3bdb3f05039f",
"Used": true,
"UsedDateTime": "2026-06-03T19:32:02.98294-04:00",
"InventoryItemID": "92bf3414-c20d-44f4-ae42-7420c413517a"
},
{
"DiscountCodeID": "2ad1d9ea-b6e1-44fa-b49a-ffea95c7832a",
"Code": "sample string 2",
"TrainingTypeID": "b8eff4a1-7cea-4f59-86ea-7b857722c418",
"TrainingClassID": "a7b56bcb-73dd-4487-a716-8b6c06ad3b79",
"StartDate": "2026-06-03T19:32:02.98294-04:00",
"EndDate": "2026-06-03T19:32:02.98294-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "767d6618-1d78-46d0-825a-3bdb3f05039f",
"Used": true,
"UsedDateTime": "2026-06-03T19:32:02.98294-04:00",
"InventoryItemID": "92bf3414-c20d-44f4-ae42-7420c413517a"
},
{
"DiscountCodeID": "2ad1d9ea-b6e1-44fa-b49a-ffea95c7832a",
"Code": "sample string 2",
"TrainingTypeID": "b8eff4a1-7cea-4f59-86ea-7b857722c418",
"TrainingClassID": "a7b56bcb-73dd-4487-a716-8b6c06ad3b79",
"StartDate": "2026-06-03T19:32:02.98294-04:00",
"EndDate": "2026-06-03T19:32:02.98294-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "767d6618-1d78-46d0-825a-3bdb3f05039f",
"Used": true,
"UsedDateTime": "2026-06-03T19:32:02.98294-04:00",
"InventoryItemID": "92bf3414-c20d-44f4-ae42-7420c413517a"
}
]