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": "285f8c04-206c-4f2e-8a96-6a259a48953a",
"Code": "sample string 2",
"TrainingTypeID": "1249f9bc-55a9-4b88-b48d-a046ab60c921",
"TrainingClassID": "bf4581d4-6927-4d53-8a47-09a724b822d5",
"StartDate": "2026-05-31T11:04:26.1685048-04:00",
"EndDate": "2026-05-31T11:04:26.1685048-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "82e48b01-9099-44c1-86fa-9c384bca10ee",
"Used": true,
"UsedDateTime": "2026-05-31T11:04:26.1685048-04:00",
"InventoryItemID": "49bcc3bb-0be2-4982-9389-f0dd84311aa0"
},
{
"DiscountCodeID": "285f8c04-206c-4f2e-8a96-6a259a48953a",
"Code": "sample string 2",
"TrainingTypeID": "1249f9bc-55a9-4b88-b48d-a046ab60c921",
"TrainingClassID": "bf4581d4-6927-4d53-8a47-09a724b822d5",
"StartDate": "2026-05-31T11:04:26.1685048-04:00",
"EndDate": "2026-05-31T11:04:26.1685048-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "82e48b01-9099-44c1-86fa-9c384bca10ee",
"Used": true,
"UsedDateTime": "2026-05-31T11:04:26.1685048-04:00",
"InventoryItemID": "49bcc3bb-0be2-4982-9389-f0dd84311aa0"
},
{
"DiscountCodeID": "285f8c04-206c-4f2e-8a96-6a259a48953a",
"Code": "sample string 2",
"TrainingTypeID": "1249f9bc-55a9-4b88-b48d-a046ab60c921",
"TrainingClassID": "bf4581d4-6927-4d53-8a47-09a724b822d5",
"StartDate": "2026-05-31T11:04:26.1685048-04:00",
"EndDate": "2026-05-31T11:04:26.1685048-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "82e48b01-9099-44c1-86fa-9c384bca10ee",
"Used": true,
"UsedDateTime": "2026-05-31T11:04:26.1685048-04:00",
"InventoryItemID": "49bcc3bb-0be2-4982-9389-f0dd84311aa0"
}
]