POST api/RedeemTransaction/CRUD
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| redeemRequestModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"EmployeeNumber": "sample string 1",
"EmployeeName": "sample string 2",
"CatalogName": "sample string 3",
"Points": 4,
"DateApproved": "2026-01-07T09:40:59.1438776Z",
"CatalogId": 5,
"StatusCode": "sample string 6",
"Method": "sample string 7",
"StatusName": "sample string 8",
"Remarks": "sample string 9",
"Image": "sample string 10",
"Id": 11,
"UniqueId": "d8dbbd32-1c05-48a3-a9b1-720dd09fe72d",
"CreatedBy": "sample string 13",
"ModifiedBy": "sample string 14",
"DateCreated": "2026-01-07T09:40:59.1438776Z",
"DateModified": "2026-01-07T09:40:59.1438776Z",
"IsDeleted": 17
}
application/xml, text/xml
Sample:
<RedeemTransactionModel 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 13</CreatedBy> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">2026-01-07T09:40:59.1438776Z</DateCreated> <DateModified xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">2026-01-07T09:40:59.1438776Z</DateModified> <Id xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">11</Id> <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">17</IsDeleted> <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">sample string 14</ModifiedBy> <UniqueId xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">d8dbbd32-1c05-48a3-a9b1-720dd09fe72d</UniqueId> <CatalogId>5</CatalogId> <CatalogName>sample string 3</CatalogName> <DateApproved>2026-01-07T09:40:59.1438776Z</DateApproved> <EmployeeName>sample string 2</EmployeeName> <EmployeeNumber>sample string 1</EmployeeNumber> <Image>sample string 10</Image> <Method>sample string 7</Method> <Points>4</Points> <Remarks>sample string 9</Remarks> <StatusCode>sample string 6</StatusCode> <StatusName>sample string 8</StatusName> </RedeemTransactionModel>
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.