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": "f5c6aa0f-6a69-4a63-b818-86e0aeb0b5bf", "Code": "sample string 2", "TrainingTypeID": "aff321ef-237e-4f56-bf8d-014e444f2ecf", "TrainingClassID": "a3732c81-4beb-4d94-adc8-e57e18c0f9d3", "StartDate": "2025-06-02T05:50:54.9202404-04:00", "EndDate": "2025-06-02T05:50:54.9202404-04:00", "Deleted": true, "Amount": 4.0, "PersonID": "4bcd9b01-50b6-4237-9017-e752d2deeab4", "Used": true, "UsedDateTime": "2025-06-02T05:50:54.9202404-04:00", "InventoryItemID": "691c4854-b0f6-4821-9644-a2375ad8b96f" }
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.