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": "9f54c21c-68e4-4377-970f-9803baac56c2",
"Code": "sample string 2",
"TrainingTypeID": "8f5bf459-b962-4e3b-9db7-2c015844d5ec",
"TrainingClassID": "0cf9c28e-bcfd-4f74-8fd5-dc0964a3e64b",
"StartDate": "2026-08-20T21:18:14.8627396-04:00",
"EndDate": "2026-08-20T21:18:14.8627396-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c57f9ef5-f891-497a-aa6b-4a6b29792bcb",
"Used": true,
"UsedDateTime": "2026-08-20T21:18:14.8627396-04:00",
"InventoryItemID": "9e18b8cf-d07b-4f36-bdb8-15eea3a11b3e"
},
{
"DiscountCodeID": "9f54c21c-68e4-4377-970f-9803baac56c2",
"Code": "sample string 2",
"TrainingTypeID": "8f5bf459-b962-4e3b-9db7-2c015844d5ec",
"TrainingClassID": "0cf9c28e-bcfd-4f74-8fd5-dc0964a3e64b",
"StartDate": "2026-08-20T21:18:14.8627396-04:00",
"EndDate": "2026-08-20T21:18:14.8627396-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c57f9ef5-f891-497a-aa6b-4a6b29792bcb",
"Used": true,
"UsedDateTime": "2026-08-20T21:18:14.8627396-04:00",
"InventoryItemID": "9e18b8cf-d07b-4f36-bdb8-15eea3a11b3e"
},
{
"DiscountCodeID": "9f54c21c-68e4-4377-970f-9803baac56c2",
"Code": "sample string 2",
"TrainingTypeID": "8f5bf459-b962-4e3b-9db7-2c015844d5ec",
"TrainingClassID": "0cf9c28e-bcfd-4f74-8fd5-dc0964a3e64b",
"StartDate": "2026-08-20T21:18:14.8627396-04:00",
"EndDate": "2026-08-20T21:18:14.8627396-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c57f9ef5-f891-497a-aa6b-4a6b29792bcb",
"Used": true,
"UsedDateTime": "2026-08-20T21:18:14.8627396-04:00",
"InventoryItemID": "9e18b8cf-d07b-4f36-bdb8-15eea3a11b3e"
}
]