GET
api/v1/getSeller_PaymentGatewaysDetails?sellerId={sellerId}&clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sellerId | integer |
Required |
|
| clientId | integer |
Required |
Response Information
Description:
Return type: Collection of SellerPaymentMethodViewModel
Response Formats
application/json, text/json
[
{
"SellerId": 1,
"ClientId": 2,
"PaymentGatewayId": 3,
"Amount": 4,
"WalletRechargeAmount": 5,
"PaymentGetwayTypeId": 6,
"SellerName": "sample string 7",
"GatewayName": "sample string 8",
"APIKey": "sample string 9",
"APITransactionKey": "sample string 10",
"APIUrl": "sample string 11",
"Created_On": "sample string 12",
"Modified_On": "sample string 13",
"Created_by": 1,
"Modified_By": 1,
"IsActive": true
},
{
"SellerId": 1,
"ClientId": 2,
"PaymentGatewayId": 3,
"Amount": 4,
"WalletRechargeAmount": 5,
"PaymentGetwayTypeId": 6,
"SellerName": "sample string 7",
"GatewayName": "sample string 8",
"APIKey": "sample string 9",
"APITransactionKey": "sample string 10",
"APIUrl": "sample string 11",
"Created_On": "sample string 12",
"Modified_On": "sample string 13",
"Created_by": 1,
"Modified_By": 1,
"IsActive": true
}
]
text/html
[{"SellerId":1,"ClientId":2,"PaymentGatewayId":3,"Amount":4,"WalletRechargeAmount":5,"PaymentGetwayTypeId":6,"SellerName":"sample string 7","GatewayName":"sample string 8","APIKey":"sample string 9","APITransactionKey":"sample string 10","APIUrl":"sample string 11","Created_On":"sample string 12","Modified_On":"sample string 13","Created_by":1,"Modified_By":1,"IsActive":true},{"SellerId":1,"ClientId":2,"PaymentGatewayId":3,"Amount":4,"WalletRechargeAmount":5,"PaymentGetwayTypeId":6,"SellerName":"sample string 7","GatewayName":"sample string 8","APIKey":"sample string 9","APITransactionKey":"sample string 10","APIUrl":"sample string 11","Created_On":"sample string 12","Modified_On":"sample string 13","Created_by":1,"Modified_By":1,"IsActive":true}]
application/xml, text/xml
<ArrayOfSellerPaymentMethodViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Payment">
<SellerPaymentMethodViewModel>
<APIKey>sample string 9</APIKey>
<APITransactionKey>sample string 10</APITransactionKey>
<APIUrl>sample string 11</APIUrl>
<Amount>4</Amount>
<ClientId>2</ClientId>
<Created_On>sample string 12</Created_On>
<Created_by>1</Created_by>
<GatewayName>sample string 8</GatewayName>
<IsActive>true</IsActive>
<Modified_By>1</Modified_By>
<Modified_On>sample string 13</Modified_On>
<PaymentGatewayId>3</PaymentGatewayId>
<PaymentGetwayTypeId>6</PaymentGetwayTypeId>
<SellerId>1</SellerId>
<SellerName>sample string 7</SellerName>
<WalletRechargeAmount>5</WalletRechargeAmount>
</SellerPaymentMethodViewModel>
<SellerPaymentMethodViewModel>
<APIKey>sample string 9</APIKey>
<APITransactionKey>sample string 10</APITransactionKey>
<APIUrl>sample string 11</APIUrl>
<Amount>4</Amount>
<ClientId>2</ClientId>
<Created_On>sample string 12</Created_On>
<Created_by>1</Created_by>
<GatewayName>sample string 8</GatewayName>
<IsActive>true</IsActive>
<Modified_By>1</Modified_By>
<Modified_On>sample string 13</Modified_On>
<PaymentGatewayId>3</PaymentGatewayId>
<PaymentGetwayTypeId>6</PaymentGetwayTypeId>
<SellerId>1</SellerId>
<SellerName>sample string 7</SellerName>
<WalletRechargeAmount>5</WalletRechargeAmount>
</SellerPaymentMethodViewModel>
</ArrayOfSellerPaymentMethodViewModel>
