Documentation for 'MerchantSignUp'.
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
{
"MerchantName": "sample string 1",
"MerchantContactNo": "sample string 2",
"MerchantEmailID": "sample string 3",
"MerchantCompanyName": "sample string 4",
"MerchantReferNumber": "sample string 5"
}
<MerchantSignUpEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities"> <MerchantCompanyName>sample string 4</MerchantCompanyName> <MerchantContactNo>sample string 2</MerchantContactNo> <MerchantEmailID>sample string 3</MerchantEmailID> <MerchantName>sample string 1</MerchantName> <MerchantReferNumber>sample string 5</MerchantReferNumber> </MerchantSignUpEntity>
Sample not available.