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": "bf7060b1-4a09-4cd7-a12c-8306cf889394", "Code": "sample string 2", "TrainingTypeID": "1bfe9ce9-062c-4a6b-9599-ff3aeeff84a3", "TrainingClassID": "daf58c48-63af-425b-963e-7537b4eda222", "StartDate": "2024-11-21T03:34:38.571201-05:00", "EndDate": "2024-11-21T03:34:38.571201-05:00", "Deleted": true, "Amount": 4.0, "PersonID": "fa3ec323-7c9c-48cc-9252-cfa7a206f12b", "Used": true, "UsedDateTime": "2024-11-21T03:34:38.571201-05:00", "InventoryItemID": "055877a0-2890-4b6c-b3a0-ed5229ed02f5" }
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.