POST api/shopregistration/AddMerchantWalletInfo
Request Information
URI Parameters
None.
Body Parameters
MerchantWalletDetailsName | Description | Type | Additional information |
---|---|---|---|
WalletName | string |
None. |
|
WalletOwnerName | string |
None. |
|
WalletMobileNo | string |
None. |
|
MerchantCreditBaseInfoId | integer |
None. |
|
LoginId | integer |
None. |
|
PaymentSourceId | byte |
None. |
|
MerchantGstNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "WalletName": "sample string 1", "WalletOwnerName": "sample string 2", "WalletMobileNo": "sample string 3", "MerchantCreditBaseInfoId": 1, "LoginId": 4, "PaymentSourceId": 64, "MerchantGstNo": "sample string 6" }
application/xml, text/xml
Sample:
<MerchantWalletDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopRegistrationPostLibrary.MerchantCreditDetails"> <LoginId>4</LoginId> <MerchantCreditBaseInfoId>1</MerchantCreditBaseInfoId> <MerchantGstNo>sample string 6</MerchantGstNo> <PaymentSourceId>64</PaymentSourceId> <WalletMobileNo>sample string 3</WalletMobileNo> <WalletName>sample string 1</WalletName> <WalletOwnerName>sample string 2</WalletOwnerName> </MerchantWalletDetails>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.