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": "f8d65cf0-1922-4b0c-874f-826af32fbe7d",
"Code": "sample string 2",
"TrainingTypeID": "3f9cccec-289e-4a98-a3db-4f13c85ebd85",
"TrainingClassID": "03be254f-5049-4b38-ad37-2936b7462842",
"StartDate": "2026-06-24T08:47:33.0844412-04:00",
"EndDate": "2026-06-24T08:47:33.0844412-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "68f7285c-1a20-465e-819d-ec09e717a2cf",
"Used": true,
"UsedDateTime": "2026-06-24T08:47:33.0844412-04:00",
"InventoryItemID": "03b4f606-ea35-4d81-8441-9103c4e7b921"
},
{
"DiscountCodeID": "f8d65cf0-1922-4b0c-874f-826af32fbe7d",
"Code": "sample string 2",
"TrainingTypeID": "3f9cccec-289e-4a98-a3db-4f13c85ebd85",
"TrainingClassID": "03be254f-5049-4b38-ad37-2936b7462842",
"StartDate": "2026-06-24T08:47:33.0844412-04:00",
"EndDate": "2026-06-24T08:47:33.0844412-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "68f7285c-1a20-465e-819d-ec09e717a2cf",
"Used": true,
"UsedDateTime": "2026-06-24T08:47:33.0844412-04:00",
"InventoryItemID": "03b4f606-ea35-4d81-8441-9103c4e7b921"
},
{
"DiscountCodeID": "f8d65cf0-1922-4b0c-874f-826af32fbe7d",
"Code": "sample string 2",
"TrainingTypeID": "3f9cccec-289e-4a98-a3db-4f13c85ebd85",
"TrainingClassID": "03be254f-5049-4b38-ad37-2936b7462842",
"StartDate": "2026-06-24T08:47:33.0844412-04:00",
"EndDate": "2026-06-24T08:47:33.0844412-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "68f7285c-1a20-465e-819d-ec09e717a2cf",
"Used": true,
"UsedDateTime": "2026-06-24T08:47:33.0844412-04:00",
"InventoryItemID": "03b4f606-ea35-4d81-8441-9103c4e7b921"
}
]