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": "6c49cfc5-c8c1-42b9-bae3-386b97ba37da",
"Code": "sample string 2",
"TrainingTypeID": "e940c65c-79da-4c78-8d67-38c61f679a12",
"TrainingClassID": "30a54390-c6b0-4636-9742-66ff16f38aba",
"StartDate": "2026-08-22T14:01:43.7531005-04:00",
"EndDate": "2026-08-22T14:01:43.7531005-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "94ab76b9-49cb-4b20-ad94-87ce2275a2dd",
"Used": true,
"UsedDateTime": "2026-08-22T14:01:43.7531005-04:00",
"InventoryItemID": "2f697ce3-532f-4087-9db4-2c81cd8a65c9"
},
{
"DiscountCodeID": "6c49cfc5-c8c1-42b9-bae3-386b97ba37da",
"Code": "sample string 2",
"TrainingTypeID": "e940c65c-79da-4c78-8d67-38c61f679a12",
"TrainingClassID": "30a54390-c6b0-4636-9742-66ff16f38aba",
"StartDate": "2026-08-22T14:01:43.7531005-04:00",
"EndDate": "2026-08-22T14:01:43.7531005-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "94ab76b9-49cb-4b20-ad94-87ce2275a2dd",
"Used": true,
"UsedDateTime": "2026-08-22T14:01:43.7531005-04:00",
"InventoryItemID": "2f697ce3-532f-4087-9db4-2c81cd8a65c9"
},
{
"DiscountCodeID": "6c49cfc5-c8c1-42b9-bae3-386b97ba37da",
"Code": "sample string 2",
"TrainingTypeID": "e940c65c-79da-4c78-8d67-38c61f679a12",
"TrainingClassID": "30a54390-c6b0-4636-9742-66ff16f38aba",
"StartDate": "2026-08-22T14:01:43.7531005-04:00",
"EndDate": "2026-08-22T14:01:43.7531005-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "94ab76b9-49cb-4b20-ad94-87ce2275a2dd",
"Used": true,
"UsedDateTime": "2026-08-22T14:01:43.7531005-04:00",
"InventoryItemID": "2f697ce3-532f-4087-9db4-2c81cd8a65c9"
}
]