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": "bbdf9803-695e-4166-a75d-42b677774a17", "Code": "sample string 2", "TrainingTypeID": "0db3640e-1db5-4583-9368-3bbda74c7a55", "TrainingClassID": "e9352fe7-d758-4fe3-90f5-c4120de7a5dc", "StartDate": "2025-02-11T02:26:24.9538364-05:00", "EndDate": "2025-02-11T02:26:24.9538364-05:00", "Deleted": true, "Amount": 4.0, "PersonID": "ce988b2c-626d-43d5-a798-f158fb2b6fdf", "Used": true, "UsedDateTime": "2025-02-11T02:26:24.9548412-05:00", "InventoryItemID": "3bf0d2fc-86ff-47cb-a0d7-a5df890b49c3" }
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.