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": "d8dec068-369a-475c-b3ee-944cd4181085",
"Code": "sample string 2",
"TrainingTypeID": "bfa34b0b-093a-4e5f-bf5b-e4019db9e1cc",
"TrainingClassID": "0ef08e88-903d-48d3-b4e1-c0ad1a4cb88c",
"StartDate": "2026-09-06T22:30:23.7423144-04:00",
"EndDate": "2026-09-06T22:30:23.7423144-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "75ad3cc9-6786-4796-848a-96861e7934c5",
"Used": true,
"UsedDateTime": "2026-09-06T22:30:23.7423144-04:00",
"InventoryItemID": "6e58d5f7-0e3f-483e-bc81-73053ccd2dd7"
},
{
"DiscountCodeID": "d8dec068-369a-475c-b3ee-944cd4181085",
"Code": "sample string 2",
"TrainingTypeID": "bfa34b0b-093a-4e5f-bf5b-e4019db9e1cc",
"TrainingClassID": "0ef08e88-903d-48d3-b4e1-c0ad1a4cb88c",
"StartDate": "2026-09-06T22:30:23.7423144-04:00",
"EndDate": "2026-09-06T22:30:23.7423144-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "75ad3cc9-6786-4796-848a-96861e7934c5",
"Used": true,
"UsedDateTime": "2026-09-06T22:30:23.7423144-04:00",
"InventoryItemID": "6e58d5f7-0e3f-483e-bc81-73053ccd2dd7"
},
{
"DiscountCodeID": "d8dec068-369a-475c-b3ee-944cd4181085",
"Code": "sample string 2",
"TrainingTypeID": "bfa34b0b-093a-4e5f-bf5b-e4019db9e1cc",
"TrainingClassID": "0ef08e88-903d-48d3-b4e1-c0ad1a4cb88c",
"StartDate": "2026-09-06T22:30:23.7423144-04:00",
"EndDate": "2026-09-06T22:30:23.7423144-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "75ad3cc9-6786-4796-848a-96861e7934c5",
"Used": true,
"UsedDateTime": "2026-09-06T22:30:23.7423144-04:00",
"InventoryItemID": "6e58d5f7-0e3f-483e-bc81-73053ccd2dd7"
}
]