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": "485d0a15-43ec-4f6b-8e1f-f4176fd1d683",
"Code": "sample string 2",
"TrainingTypeID": "e1bf535f-5f1b-4fa8-86bf-e227b028596a",
"TrainingClassID": "2338ea18-3f10-4402-90eb-40b77b75cb39",
"StartDate": "2026-05-10T18:09:48.8280184-04:00",
"EndDate": "2026-05-10T18:09:48.8280184-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1466a421-cca6-4720-a478-ace2dd139aed",
"Used": true,
"UsedDateTime": "2026-05-10T18:09:48.8280184-04:00",
"InventoryItemID": "e35e5d8c-ebce-454c-891a-eb28cdbeeb30"
},
{
"DiscountCodeID": "485d0a15-43ec-4f6b-8e1f-f4176fd1d683",
"Code": "sample string 2",
"TrainingTypeID": "e1bf535f-5f1b-4fa8-86bf-e227b028596a",
"TrainingClassID": "2338ea18-3f10-4402-90eb-40b77b75cb39",
"StartDate": "2026-05-10T18:09:48.8280184-04:00",
"EndDate": "2026-05-10T18:09:48.8280184-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1466a421-cca6-4720-a478-ace2dd139aed",
"Used": true,
"UsedDateTime": "2026-05-10T18:09:48.8280184-04:00",
"InventoryItemID": "e35e5d8c-ebce-454c-891a-eb28cdbeeb30"
},
{
"DiscountCodeID": "485d0a15-43ec-4f6b-8e1f-f4176fd1d683",
"Code": "sample string 2",
"TrainingTypeID": "e1bf535f-5f1b-4fa8-86bf-e227b028596a",
"TrainingClassID": "2338ea18-3f10-4402-90eb-40b77b75cb39",
"StartDate": "2026-05-10T18:09:48.8280184-04:00",
"EndDate": "2026-05-10T18:09:48.8280184-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1466a421-cca6-4720-a478-ace2dd139aed",
"Used": true,
"UsedDateTime": "2026-05-10T18:09:48.8280184-04:00",
"InventoryItemID": "e35e5d8c-ebce-454c-891a-eb28cdbeeb30"
}
]