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": "de4325eb-8e2f-45ff-8dab-bae9839b41ec", "Code": "sample string 2", "TrainingTypeID": "4225786d-c0a9-40d8-99e9-52141674b41f", "TrainingClassID": "55fd9d8e-b70a-4c8a-aa30-46d275635640", "StartDate": "2025-03-26T11:17:21.9743867-04:00", "EndDate": "2025-03-26T11:17:21.9743867-04:00", "Deleted": true, "Amount": 4.0, "PersonID": "674f6af1-4dfc-436b-879b-4155077befc6", "Used": true, "UsedDateTime": "2025-03-26T11:17:21.9743867-04:00", "InventoryItemID": "b19482c4-f32d-4d1a-98c9-bbb6d26819cf" }
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.