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": "100ee851-f0a2-4609-af3a-40105b66cd7f",
"Code": "sample string 2",
"TrainingTypeID": "404663b9-823a-4620-a663-9b43ef663d84",
"TrainingClassID": "ac2a749f-902b-493d-acf0-078954a9ad72",
"StartDate": "2026-05-15T08:46:15.3759736-04:00",
"EndDate": "2026-05-15T08:46:15.3759736-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "320dfded-fff0-49eb-b451-9261d1b41651",
"Used": true,
"UsedDateTime": "2026-05-15T08:46:15.3759736-04:00",
"InventoryItemID": "89171982-b25c-4b3e-8cc2-1bbf18fbd6ac"
},
{
"DiscountCodeID": "100ee851-f0a2-4609-af3a-40105b66cd7f",
"Code": "sample string 2",
"TrainingTypeID": "404663b9-823a-4620-a663-9b43ef663d84",
"TrainingClassID": "ac2a749f-902b-493d-acf0-078954a9ad72",
"StartDate": "2026-05-15T08:46:15.3759736-04:00",
"EndDate": "2026-05-15T08:46:15.3759736-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "320dfded-fff0-49eb-b451-9261d1b41651",
"Used": true,
"UsedDateTime": "2026-05-15T08:46:15.3759736-04:00",
"InventoryItemID": "89171982-b25c-4b3e-8cc2-1bbf18fbd6ac"
},
{
"DiscountCodeID": "100ee851-f0a2-4609-af3a-40105b66cd7f",
"Code": "sample string 2",
"TrainingTypeID": "404663b9-823a-4620-a663-9b43ef663d84",
"TrainingClassID": "ac2a749f-902b-493d-acf0-078954a9ad72",
"StartDate": "2026-05-15T08:46:15.3759736-04:00",
"EndDate": "2026-05-15T08:46:15.3759736-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "320dfded-fff0-49eb-b451-9261d1b41651",
"Used": true,
"UsedDateTime": "2026-05-15T08:46:15.3759736-04:00",
"InventoryItemID": "89171982-b25c-4b3e-8cc2-1bbf18fbd6ac"
}
]