POST api/RewardTransaction/RESET
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| vmodel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"EmployeeNumber": "sample string 1",
"CurrentEarnedPoints": 2,
"AccumulatedEarnedPoints": 3,
"AccumulatedUsedPoints": 4,
"Remarks": "sample string 5",
"Method": "sample string 6",
"Id": 7,
"UniqueId": "3d9bbdc1-19a9-4dee-ad44-03c3728074a2",
"CreatedBy": "sample string 9",
"ModifiedBy": "sample string 10",
"DateCreated": "2026-03-06T16:41:44.4208243Z",
"DateModified": "2026-03-06T16:41:44.4208243Z",
"IsDeleted": 13
}
application/xml, text/xml
Sample:
<RewardTransactionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models.Reward"> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">sample string 9</CreatedBy> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">2026-03-06T16:41:44.4208243Z</DateCreated> <DateModified xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">2026-03-06T16:41:44.4208243Z</DateModified> <Id xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">7</Id> <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">13</IsDeleted> <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">sample string 10</ModifiedBy> <UniqueId xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">3d9bbdc1-19a9-4dee-ad44-03c3728074a2</UniqueId> <AccumulatedEarnedPoints>3</AccumulatedEarnedPoints> <AccumulatedUsedPoints>4</AccumulatedUsedPoints> <CurrentEarnedPoints>2</CurrentEarnedPoints> <EmployeeNumber>sample string 1</EmployeeNumber> <Method>sample string 6</Method> <Remarks>sample string 5</Remarks> </RewardTransactionModel>
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.