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": "b680e4a3-9c57-45b8-a59d-707b20b04991", "Code": "sample string 2", "TrainingTypeID": "584b525d-fc40-45d4-ab63-7e99a36b52f0", "TrainingClassID": "a365a584-50f6-46cb-a1ba-68fa7b8b2142", "StartDate": "2024-10-05T21:45:13.320597-04:00", "EndDate": "2024-10-05T21:45:13.320597-04:00", "Deleted": true, "Amount": 4.0, "PersonID": "1cfa610a-c74a-4385-91f8-db649bc4e3bd", "Used": true, "UsedDateTime": "2024-10-05T21:45:13.320597-04:00", "InventoryItemID": "df38f05b-de70-475b-9874-7dba2c7f5bc4" }
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.