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": "0581dbe4-4496-4074-90e6-ce1595d5405f",
"Code": "sample string 2",
"TrainingTypeID": "2091d958-b276-4b84-ab9a-844ae5a1a6b1",
"TrainingClassID": "fc4df386-54e5-4f11-a0d0-eab5fdab88ba",
"StartDate": "2026-07-12T16:06:42.828426-04:00",
"EndDate": "2026-07-12T16:06:42.828426-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b1d60cca-bf49-48ff-9a06-3a30a8999c68",
"Used": true,
"UsedDateTime": "2026-07-12T16:06:42.828426-04:00",
"InventoryItemID": "4394abed-039a-4795-ab66-b5463cd7dbb6"
},
{
"DiscountCodeID": "0581dbe4-4496-4074-90e6-ce1595d5405f",
"Code": "sample string 2",
"TrainingTypeID": "2091d958-b276-4b84-ab9a-844ae5a1a6b1",
"TrainingClassID": "fc4df386-54e5-4f11-a0d0-eab5fdab88ba",
"StartDate": "2026-07-12T16:06:42.828426-04:00",
"EndDate": "2026-07-12T16:06:42.828426-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b1d60cca-bf49-48ff-9a06-3a30a8999c68",
"Used": true,
"UsedDateTime": "2026-07-12T16:06:42.828426-04:00",
"InventoryItemID": "4394abed-039a-4795-ab66-b5463cd7dbb6"
},
{
"DiscountCodeID": "0581dbe4-4496-4074-90e6-ce1595d5405f",
"Code": "sample string 2",
"TrainingTypeID": "2091d958-b276-4b84-ab9a-844ae5a1a6b1",
"TrainingClassID": "fc4df386-54e5-4f11-a0d0-eab5fdab88ba",
"StartDate": "2026-07-12T16:06:42.828426-04:00",
"EndDate": "2026-07-12T16:06:42.828426-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b1d60cca-bf49-48ff-9a06-3a30a8999c68",
"Used": true,
"UsedDateTime": "2026-07-12T16:06:42.828426-04:00",
"InventoryItemID": "4394abed-039a-4795-ab66-b5463cd7dbb6"
}
]