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": "5a6847b7-0f57-4225-9595-393f8a374a73",
"Code": "sample string 2",
"TrainingTypeID": "460aad4b-441f-474c-a1fc-1447425c6701",
"TrainingClassID": "2747d21a-bb52-40ff-855a-ef6ca1dd91f0",
"StartDate": "2026-07-31T04:34:36.8106719-04:00",
"EndDate": "2026-07-31T04:34:36.8106719-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ca8b8b46-8c13-4b14-9b90-023885334d50",
"Used": true,
"UsedDateTime": "2026-07-31T04:34:36.8106719-04:00",
"InventoryItemID": "a2e5e989-7fb7-4361-a25a-6944120e5566"
},
{
"DiscountCodeID": "5a6847b7-0f57-4225-9595-393f8a374a73",
"Code": "sample string 2",
"TrainingTypeID": "460aad4b-441f-474c-a1fc-1447425c6701",
"TrainingClassID": "2747d21a-bb52-40ff-855a-ef6ca1dd91f0",
"StartDate": "2026-07-31T04:34:36.8106719-04:00",
"EndDate": "2026-07-31T04:34:36.8106719-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ca8b8b46-8c13-4b14-9b90-023885334d50",
"Used": true,
"UsedDateTime": "2026-07-31T04:34:36.8106719-04:00",
"InventoryItemID": "a2e5e989-7fb7-4361-a25a-6944120e5566"
},
{
"DiscountCodeID": "5a6847b7-0f57-4225-9595-393f8a374a73",
"Code": "sample string 2",
"TrainingTypeID": "460aad4b-441f-474c-a1fc-1447425c6701",
"TrainingClassID": "2747d21a-bb52-40ff-855a-ef6ca1dd91f0",
"StartDate": "2026-07-31T04:34:36.8106719-04:00",
"EndDate": "2026-07-31T04:34:36.8106719-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ca8b8b46-8c13-4b14-9b90-023885334d50",
"Used": true,
"UsedDateTime": "2026-07-31T04:34:36.8106719-04:00",
"InventoryItemID": "a2e5e989-7fb7-4361-a25a-6944120e5566"
}
]