PUT api/DiscountCode/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| discountcode | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"DiscountCodeID": "c3686331-dbad-4461-b9e5-a15456e15ee9",
"Code": "sample string 2",
"TrainingTypeID": "75917762-36ce-4b90-bc3e-1f0f6361b4e4",
"TrainingClassID": "73ba8cbd-5272-4139-97eb-c915470a7b54",
"StartDate": "2026-09-10T00:08:52.4173575-04:00",
"EndDate": "2026-09-10T00:08:52.4173575-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "858828e8-3cdd-484c-8bbd-41923a05b7f2",
"Used": true,
"UsedDateTime": "2026-09-10T00:08:52.4173575-04:00",
"InventoryItemID": "6167b7c9-3469-45f0-a25a-db7092c1be36"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.