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": "03767d2d-5b40-440d-a712-b97516a4bd7a", "Code": "sample string 2", "TrainingTypeID": "ca665755-209e-495e-94ea-1f04aaf2c3a7", "TrainingClassID": "5e7a4654-aaac-4570-9eba-a51cb933082a", "StartDate": "2025-07-10T01:09:00.3886819-04:00", "EndDate": "2025-07-10T01:09:00.3886819-04:00", "Deleted": true, "Amount": 4.0, "PersonID": "519d23ff-802b-4f65-9c7e-0e8168d6cf51", "Used": true, "UsedDateTime": "2025-07-10T01:09:00.3886819-04:00", "InventoryItemID": "a170e11f-f36c-4b5c-8359-9df6c3cc89a3" }
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.