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": "2d6bb2b5-0596-44bb-9571-eec1a1f0c0d6", "Code": "sample string 2", "TrainingTypeID": "be9cc98f-2c52-4d19-9ca6-3b4009ffc8cc", "TrainingClassID": "a05c1df6-ad90-4f92-b751-1797593c4148", "StartDate": "2025-04-10T00:54:33.5031755-04:00", "EndDate": "2025-04-10T00:54:33.5031755-04:00", "Deleted": true, "Amount": 4.0, "PersonID": "999d7184-8535-47b6-8d2c-4bce59dfbdf2", "Used": true, "UsedDateTime": "2025-04-10T00:54:33.5031755-04:00", "InventoryItemID": "3fe62737-f7ab-4a31-acfa-69724a53909f" }
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.