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": "1f4c54fd-254c-451e-b203-55ddd5395bfd",
"Code": "sample string 2",
"TrainingTypeID": "aad50ea9-eab1-4725-8f72-971eef7f803f",
"TrainingClassID": "f1108100-d88d-4a1c-9015-ca052e675f7f",
"StartDate": "2026-06-11T15:07:45.5790069-04:00",
"EndDate": "2026-06-11T15:07:45.5790069-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0b16a8ee-f394-49df-b9b0-24bb7eb309a4",
"Used": true,
"UsedDateTime": "2026-06-11T15:07:45.5790069-04:00",
"InventoryItemID": "43344894-cd43-4a03-8059-59786f71783a"
}
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.