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": "91751778-a91d-486e-9259-3600546a63bd",
"Code": "sample string 2",
"TrainingTypeID": "71c7ee84-a0f1-43e1-96b9-972d44b43743",
"TrainingClassID": "28f311bf-9b16-48bc-8036-3b938082a3da",
"StartDate": "2026-06-03T10:49:37.0231528-04:00",
"EndDate": "2026-06-03T10:49:37.0231528-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a03cdce3-723c-45b7-a526-ab180c773087",
"Used": true,
"UsedDateTime": "2026-06-03T10:49:37.0231528-04:00",
"InventoryItemID": "981f55a9-b1b3-4a32-8284-51ee3ce605f9"
},
{
"DiscountCodeID": "91751778-a91d-486e-9259-3600546a63bd",
"Code": "sample string 2",
"TrainingTypeID": "71c7ee84-a0f1-43e1-96b9-972d44b43743",
"TrainingClassID": "28f311bf-9b16-48bc-8036-3b938082a3da",
"StartDate": "2026-06-03T10:49:37.0231528-04:00",
"EndDate": "2026-06-03T10:49:37.0231528-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a03cdce3-723c-45b7-a526-ab180c773087",
"Used": true,
"UsedDateTime": "2026-06-03T10:49:37.0231528-04:00",
"InventoryItemID": "981f55a9-b1b3-4a32-8284-51ee3ce605f9"
},
{
"DiscountCodeID": "91751778-a91d-486e-9259-3600546a63bd",
"Code": "sample string 2",
"TrainingTypeID": "71c7ee84-a0f1-43e1-96b9-972d44b43743",
"TrainingClassID": "28f311bf-9b16-48bc-8036-3b938082a3da",
"StartDate": "2026-06-03T10:49:37.0231528-04:00",
"EndDate": "2026-06-03T10:49:37.0231528-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a03cdce3-723c-45b7-a526-ab180c773087",
"Used": true,
"UsedDateTime": "2026-06-03T10:49:37.0231528-04:00",
"InventoryItemID": "981f55a9-b1b3-4a32-8284-51ee3ce605f9"
}
]