GET
api/v1/getSeller_PaymentGatewaysUsed?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,
"PaymentGetwayTypeId": 5,
"SellerName": "sample string 6",
"GatewayName": "sample string 7",
"APIKey": "sample string 8",
"APITransactionKey": "sample string 9",
"APIUrl": "sample string 10",
"Created_On": "sample string 11",
"Modified_On": "sample string 12",
"Created_by": 1,
"Modified_By": 1,
"IsActive": true
},
{
"SellerId": 1,
"ClientId": 2,
"PaymentGatewayId": 3,
"Amount": 4,
"PaymentGetwayTypeId": 5,
"SellerName": "sample string 6",
"GatewayName": "sample string 7",
"APIKey": "sample string 8",
"APITransactionKey": "sample string 9",
"APIUrl": "sample string 10",
"Created_On": "sample string 11",
"Modified_On": "sample string 12",
"Created_by": 1,
"Modified_By": 1,
"IsActive": true
}
]
text/html
[{"SellerId":1,"ClientId":2,"PaymentGatewayId":3,"Amount":4,"PaymentGetwayTypeId":5,"SellerName":"sample string 6","GatewayName":"sample string 7","APIKey":"sample string 8","APITransactionKey":"sample string 9","APIUrl":"sample string 10","Created_On":"sample string 11","Modified_On":"sample string 12","Created_by":1,"Modified_By":1,"IsActive":true},{"SellerId":1,"ClientId":2,"PaymentGatewayId":3,"Amount":4,"PaymentGetwayTypeId":5,"SellerName":"sample string 6","GatewayName":"sample string 7","APIKey":"sample string 8","APITransactionKey":"sample string 9","APIUrl":"sample string 10","Created_On":"sample string 11","Modified_On":"sample string 12","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 8</APIKey>
<APITransactionKey>sample string 9</APITransactionKey>
<APIUrl>sample string 10</APIUrl>
<Amount>4</Amount>
<ClientId>2</ClientId>
<Created_On>sample string 11</Created_On>
<Created_by>1</Created_by>
<GatewayName>sample string 7</GatewayName>
<IsActive>true</IsActive>
<Modified_By>1</Modified_By>
<Modified_On>sample string 12</Modified_On>
<PaymentGatewayId>3</PaymentGatewayId>
<PaymentGetwayTypeId>5</PaymentGetwayTypeId>
<SellerId>1</SellerId>
<SellerName>sample string 6</SellerName>
</SellerPaymentMethodViewModel>
<SellerPaymentMethodViewModel>
<APIKey>sample string 8</APIKey>
<APITransactionKey>sample string 9</APITransactionKey>
<APIUrl>sample string 10</APIUrl>
<Amount>4</Amount>
<ClientId>2</ClientId>
<Created_On>sample string 11</Created_On>
<Created_by>1</Created_by>
<GatewayName>sample string 7</GatewayName>
<IsActive>true</IsActive>
<Modified_By>1</Modified_By>
<Modified_On>sample string 12</Modified_On>
<PaymentGatewayId>3</PaymentGatewayId>
<PaymentGetwayTypeId>5</PaymentGetwayTypeId>
<SellerId>1</SellerId>
<SellerName>sample string 6</SellerName>
</SellerPaymentMethodViewModel>
</ArrayOfSellerPaymentMethodViewModel>
