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": "0a9b5d86-fa02-4d7f-afae-e9b65647d121", "Code": "sample string 2", "TrainingTypeID": "9d96ca75-2846-4364-91d6-51d5752eaf4a", "TrainingClassID": "038dc146-15ba-4225-b74f-7f4bd83640a4", "StartDate": "2025-07-08T03:24:10.4286342-04:00", "EndDate": "2025-07-08T03:24:10.4286342-04:00", "Deleted": true, "Amount": 4.0, "PersonID": "12ff8c02-7a86-4a5e-99b2-80024367c06a", "Used": true, "UsedDateTime": "2025-07-08T03:24:10.4286342-04:00", "InventoryItemID": "640ad0ca-3747-45ad-9a18-796033245572" }
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.