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": "755f9d49-3d81-42b6-b8ad-5bb6627cbd64",
"Code": "sample string 2",
"TrainingTypeID": "09fd2e4b-d9c5-4b35-a7f4-ce06b168896c",
"TrainingClassID": "064122a6-f03a-4283-bb2a-3773a2a27f81",
"StartDate": "2025-12-13T04:43:00.6885194-05:00",
"EndDate": "2025-12-13T04:43:00.6885194-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6ed0526b-7e0d-4d80-9bde-f249dbac12f9",
"Used": true,
"UsedDateTime": "2025-12-13T04:43:00.6885194-05:00",
"InventoryItemID": "a0c1b1f0-c263-419d-9a24-51f1721d319e"
}
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.