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": "4c567fe6-c880-4675-945d-c62560abda27",
"Code": "sample string 2",
"TrainingTypeID": "2fd5d136-aa01-414f-b94b-3f969066ad20",
"TrainingClassID": "c8bc4f1a-afd0-4682-a111-70a139fc006f",
"StartDate": "2026-07-27T09:16:56.6014644-04:00",
"EndDate": "2026-07-27T09:16:56.6014644-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "54bde112-97cf-405f-8f05-29d7221942b4",
"Used": true,
"UsedDateTime": "2026-07-27T09:16:56.6014644-04:00",
"InventoryItemID": "628bf709-8e7a-4698-b2f4-dc730c9b510e"
},
{
"DiscountCodeID": "4c567fe6-c880-4675-945d-c62560abda27",
"Code": "sample string 2",
"TrainingTypeID": "2fd5d136-aa01-414f-b94b-3f969066ad20",
"TrainingClassID": "c8bc4f1a-afd0-4682-a111-70a139fc006f",
"StartDate": "2026-07-27T09:16:56.6014644-04:00",
"EndDate": "2026-07-27T09:16:56.6014644-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "54bde112-97cf-405f-8f05-29d7221942b4",
"Used": true,
"UsedDateTime": "2026-07-27T09:16:56.6014644-04:00",
"InventoryItemID": "628bf709-8e7a-4698-b2f4-dc730c9b510e"
},
{
"DiscountCodeID": "4c567fe6-c880-4675-945d-c62560abda27",
"Code": "sample string 2",
"TrainingTypeID": "2fd5d136-aa01-414f-b94b-3f969066ad20",
"TrainingClassID": "c8bc4f1a-afd0-4682-a111-70a139fc006f",
"StartDate": "2026-07-27T09:16:56.6014644-04:00",
"EndDate": "2026-07-27T09:16:56.6014644-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "54bde112-97cf-405f-8f05-29d7221942b4",
"Used": true,
"UsedDateTime": "2026-07-27T09:16:56.6014644-04:00",
"InventoryItemID": "628bf709-8e7a-4698-b2f4-dc730c9b510e"
}
]