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": "b2d52bfc-93dd-4bd2-9cea-531b39c078f4",
"Code": "sample string 2",
"TrainingTypeID": "0f9f69fe-34af-4eca-8231-42f611dfcd24",
"TrainingClassID": "ca64c9c5-4db1-4659-af3c-1c7d9f8529c4",
"StartDate": "2026-08-12T01:03:16.9167763-04:00",
"EndDate": "2026-08-12T01:03:16.9167763-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "fefee368-ce89-4833-9c56-1ca663feea9c",
"Used": true,
"UsedDateTime": "2026-08-12T01:03:16.9167763-04:00",
"InventoryItemID": "a7abf863-9e35-4fc3-9f8f-a0519d6df077"
},
{
"DiscountCodeID": "b2d52bfc-93dd-4bd2-9cea-531b39c078f4",
"Code": "sample string 2",
"TrainingTypeID": "0f9f69fe-34af-4eca-8231-42f611dfcd24",
"TrainingClassID": "ca64c9c5-4db1-4659-af3c-1c7d9f8529c4",
"StartDate": "2026-08-12T01:03:16.9167763-04:00",
"EndDate": "2026-08-12T01:03:16.9167763-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "fefee368-ce89-4833-9c56-1ca663feea9c",
"Used": true,
"UsedDateTime": "2026-08-12T01:03:16.9167763-04:00",
"InventoryItemID": "a7abf863-9e35-4fc3-9f8f-a0519d6df077"
},
{
"DiscountCodeID": "b2d52bfc-93dd-4bd2-9cea-531b39c078f4",
"Code": "sample string 2",
"TrainingTypeID": "0f9f69fe-34af-4eca-8231-42f611dfcd24",
"TrainingClassID": "ca64c9c5-4db1-4659-af3c-1c7d9f8529c4",
"StartDate": "2026-08-12T01:03:16.9167763-04:00",
"EndDate": "2026-08-12T01:03:16.9167763-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "fefee368-ce89-4833-9c56-1ca663feea9c",
"Used": true,
"UsedDateTime": "2026-08-12T01:03:16.9167763-04:00",
"InventoryItemID": "a7abf863-9e35-4fc3-9f8f-a0519d6df077"
}
]