POST api/RewardTransaction/RESET

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "f4eba89a-f952-4f67-b58d-76fdc0ef27cb",
  "CreatedBy": "sample string 9",
  "ModifiedBy": "sample string 10",
  "DateCreated": "2026-01-07T09:40:02.3784123Z",
  "DateModified": "2026-01-07T09:40:02.3784123Z",
  "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-01-07T09:40:02.3784123Z</DateCreated>
  <DateModified xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">2026-01-07T09:40:02.3784123Z</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">f4eba89a-f952-4f67-b58d-76fdc0ef27cb</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.