POST api/Seller/GetSellerDetails

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
aSeller
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "IsUserExist": 2,
  "OsType": 3,
  "Mobile": "sample string 4",
  "OTP": "sample string 5",
  "TokenId": "sample string 6",
  "Password": "sample string 7",
  "FirstName": "sample string 8",
  "LastName": "sample string 9",
  "Email": "sample string 10",
  "DeviceId": "sample string 11",
  "PhoneModel": "sample string 12",
  "OSVersion": "sample string 13",
  "SecretKey": "sample string 14",
  "ImageName": "sample string 15",
  "ImagePath": "sample string 16"
}

text/html

Sample:
{"UserId":1,"IsUserExist":2,"OsType":3,"Mobile":"sample string 4","OTP":"sample string 5","TokenId":"sample string 6","Password":"sample string 7","FirstName":"sample string 8","LastName":"sample string 9","Email":"sample string 10","DeviceId":"sample string 11","PhoneModel":"sample string 12","OSVersion":"sample string 13","SecretKey":"sample string 14","ImageName":"sample string 15","ImagePath":"sample string 16"}

application/xml, text/xml

Sample:
<SellerBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO">
  <DeviceId>sample string 11</DeviceId>
  <Email>sample string 10</Email>
  <FirstName>sample string 8</FirstName>
  <ImageName>sample string 15</ImageName>
  <ImagePath>sample string 16</ImagePath>
  <IsUserExist>2</IsUserExist>
  <LastName>sample string 9</LastName>
  <Mobile>sample string 4</Mobile>
  <OSVersion>sample string 13</OSVersion>
  <OTP>sample string 5</OTP>
  <OsType>3</OsType>
  <Password>sample string 7</Password>
  <PhoneModel>sample string 12</PhoneModel>
  <SecretKey>sample string 14</SecretKey>
  <TokenId>sample string 6</TokenId>
  <UserId>1</UserId>
</SellerBO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ResponseCode": 1,
  "ResponseMessage": "sample string 2",
  "ResponseValue": {}
}

text/html

Sample:
{"ResponseCode":1,"ResponseMessage":"sample string 2","ResponseValue":{}}

application/xml, text/xml

Sample:
<DataSubmit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO">
  <ResponseCode>1</ResponseCode>
  <ResponseMessage>sample string 2</ResponseMessage>
  <ResponseValue />
</DataSubmit>