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": "00b6448b-3d1d-4b58-ab66-d59903b10e5c",
"Code": "sample string 2",
"TrainingTypeID": "9a6b5dad-e67e-4317-830c-5ed736d94567",
"TrainingClassID": "8ecb47a5-11a4-444b-a0e7-e7ce5f293f62",
"StartDate": "2026-06-27T14:27:41.5442708-04:00",
"EndDate": "2026-06-27T14:27:41.5442708-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c0914ee6-f239-43df-96f9-45d7cbed6af9",
"Used": true,
"UsedDateTime": "2026-06-27T14:27:41.5442708-04:00",
"InventoryItemID": "e97411b5-8a41-4445-b579-8048bb881a81"
},
{
"DiscountCodeID": "00b6448b-3d1d-4b58-ab66-d59903b10e5c",
"Code": "sample string 2",
"TrainingTypeID": "9a6b5dad-e67e-4317-830c-5ed736d94567",
"TrainingClassID": "8ecb47a5-11a4-444b-a0e7-e7ce5f293f62",
"StartDate": "2026-06-27T14:27:41.5442708-04:00",
"EndDate": "2026-06-27T14:27:41.5442708-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c0914ee6-f239-43df-96f9-45d7cbed6af9",
"Used": true,
"UsedDateTime": "2026-06-27T14:27:41.5442708-04:00",
"InventoryItemID": "e97411b5-8a41-4445-b579-8048bb881a81"
},
{
"DiscountCodeID": "00b6448b-3d1d-4b58-ab66-d59903b10e5c",
"Code": "sample string 2",
"TrainingTypeID": "9a6b5dad-e67e-4317-830c-5ed736d94567",
"TrainingClassID": "8ecb47a5-11a4-444b-a0e7-e7ce5f293f62",
"StartDate": "2026-06-27T14:27:41.5442708-04:00",
"EndDate": "2026-06-27T14:27:41.5442708-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c0914ee6-f239-43df-96f9-45d7cbed6af9",
"Used": true,
"UsedDateTime": "2026-06-27T14:27:41.5442708-04:00",
"InventoryItemID": "e97411b5-8a41-4445-b579-8048bb881a81"
}
]