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": "a59f5999-b787-4436-a057-ee81267cbb55", "Code": "sample string 2", "TrainingTypeID": "a5b8e23f-56d8-4acb-86d3-3f948791cbec", "TrainingClassID": "a5406524-7748-4ef2-ae7e-6643d13b3a26", "StartDate": "2025-07-05T12:57:36.8091569-04:00", "EndDate": "2025-07-05T12:57:36.8091569-04:00", "Deleted": true, "Amount": 4.0, "PersonID": "696f7ed0-415a-4b74-b62d-ce21b31b5423", "Used": true, "UsedDateTime": "2025-07-05T12:57:36.8091569-04:00", "InventoryItemID": "f30fe44b-10e4-473e-820c-c7b2f6d3f8c2" }
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.