GET api/PaymentType/GetISakuSampleToken
Documentation for 'GetISakuSampleToken'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"HandphoneNo": "sample string 2",
"Total": 3.1,
"TransactionCode": "sample string 4",
"WarehouseCode": "sample string 5",
"StoreCode": "sample string 6",
"StoreName": "sample string 7",
"MerchantId": "sample string 8",
"MerchantPassword": "sample string 9",
"Station": "sample string 10",
"TrxType": "sample string 11",
"DeeplinkURL": "sample string 12"
}
application/xml, text/xml
Sample:
<ISakuRequestModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Token>sample string 1</Token> <HandphoneNo>sample string 2</HandphoneNo> <Total>3.1</Total> <TransactionCode>sample string 4</TransactionCode> <WarehouseCode>sample string 5</WarehouseCode> <StoreCode>sample string 6</StoreCode> <StoreName>sample string 7</StoreName> <MerchantId>sample string 8</MerchantId> <MerchantPassword>sample string 9</MerchantPassword> <Station>sample string 10</Station> <TrxType>sample string 11</TrxType> <DeeplinkURL>sample string 12</DeeplinkURL> </ISakuRequestModel>