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": "f36d9841-b509-478f-8efb-4282019d7b4a",
"Code": "sample string 2",
"TrainingTypeID": "01236384-88ae-4719-b253-ea5eec2702e3",
"TrainingClassID": "5a8549a8-9f3a-4b7f-a396-9798c359239b",
"StartDate": "2026-05-24T04:49:07.7759378-04:00",
"EndDate": "2026-05-24T04:49:07.7759378-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d980a2ed-fdbb-443d-83de-34df995fdbb6",
"Used": true,
"UsedDateTime": "2026-05-24T04:49:07.7759378-04:00",
"InventoryItemID": "6223e25f-aded-447f-8539-314ec6f6cce3"
},
{
"DiscountCodeID": "f36d9841-b509-478f-8efb-4282019d7b4a",
"Code": "sample string 2",
"TrainingTypeID": "01236384-88ae-4719-b253-ea5eec2702e3",
"TrainingClassID": "5a8549a8-9f3a-4b7f-a396-9798c359239b",
"StartDate": "2026-05-24T04:49:07.7759378-04:00",
"EndDate": "2026-05-24T04:49:07.7759378-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d980a2ed-fdbb-443d-83de-34df995fdbb6",
"Used": true,
"UsedDateTime": "2026-05-24T04:49:07.7759378-04:00",
"InventoryItemID": "6223e25f-aded-447f-8539-314ec6f6cce3"
},
{
"DiscountCodeID": "f36d9841-b509-478f-8efb-4282019d7b4a",
"Code": "sample string 2",
"TrainingTypeID": "01236384-88ae-4719-b253-ea5eec2702e3",
"TrainingClassID": "5a8549a8-9f3a-4b7f-a396-9798c359239b",
"StartDate": "2026-05-24T04:49:07.7759378-04:00",
"EndDate": "2026-05-24T04:49:07.7759378-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d980a2ed-fdbb-443d-83de-34df995fdbb6",
"Used": true,
"UsedDateTime": "2026-05-24T04:49:07.7759378-04:00",
"InventoryItemID": "6223e25f-aded-447f-8539-314ec6f6cce3"
}
]