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": "f93a0842-a277-4f73-8028-c14e7f0ab7a7", "Code": "sample string 2", "TrainingTypeID": "226b6568-bf02-4deb-b237-b2896b8b133f", "TrainingClassID": "4ae6414d-eba2-4420-b5ab-c7ca95635f5b", "StartDate": "2025-01-24T22:42:59.4088715-05:00", "EndDate": "2025-01-24T22:42:59.4088715-05:00", "Deleted": true, "Amount": 4.0, "PersonID": "8981bfdc-5351-4075-ad6f-da353592e02c", "Used": true, "UsedDateTime": "2025-01-24T22:42:59.4088715-05:00", "InventoryItemID": "1b88db5a-9393-48d1-bbaf-473aef2e05c3" }
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.