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": "45d915cf-842d-4bd1-a9b7-fc20d8722ed7", "Code": "sample string 2", "TrainingTypeID": "e89793b7-0fda-457e-b226-1ff6502883f2", "TrainingClassID": "40190bcd-8f8f-4145-a196-168220b9f806", "StartDate": "2025-07-06T19:42:51.8292093-04:00", "EndDate": "2025-07-06T19:42:51.8292093-04:00", "Deleted": true, "Amount": 4.0, "PersonID": "989507a5-7fa3-4c88-9f86-7af0b9eb6435", "Used": true, "UsedDateTime": "2025-07-06T19:42:51.8292093-04:00", "InventoryItemID": "c39bf9e6-5420-4c8b-8e6c-d6de18c4764d" }
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.