GET api/v1/get-sellerlogoaddress?adminmember={adminmember}&admintype={admintype}&clientId={clientId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
adminmember

integer

Required

admintype

integer

Required

clientId

integer

Required

Response Information

Description:

Return type: Sellerlogoaddress

Response Formats
{
  "SellerLogoPath": "sample string 1",
  "SellerAddress": "sample string 2",
  "GSTNumber": "sample string 3",
  "MobileNo": "sample string 4",
  "SellerEmail": "sample string 5",
  "DomainUrl": "sample string 6",
  "CompanyName": "sample string 7"
}
{"SellerLogoPath":"sample string 1","SellerAddress":"sample string 2","GSTNumber":"sample string 3","MobileNo":"sample string 4","SellerEmail":"sample string 5","DomainUrl":"sample string 6","CompanyName":"sample string 7"}
<Sellerlogoaddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Order">
  <CompanyName>sample string 7</CompanyName>
  <DomainUrl>sample string 6</DomainUrl>
  <GSTNumber>sample string 3</GSTNumber>
  <MobileNo>sample string 4</MobileNo>
  <SellerAddress>sample string 2</SellerAddress>
  <SellerEmail>sample string 5</SellerEmail>
  <SellerLogoPath>sample string 1</SellerLogoPath>
</Sellerlogoaddress>