GET api/v1/get-seller-Admin-document-by-id?bpcode={bpcode}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
bpcode

string

Required

Response Information

Description:

Return type: Collection of SellerAdminDocument

Response Formats
[
  {
    "Id": 1,
    "BPCode": "sample string 2",
    "FileName": "sample string 3",
    "ContentType": "sample string 4",
    "DocumentData": "QEA=",
    "Size": 5,
    "Path": "sample string 6",
    "IsProductTemplate": true,
    "isActive": true,
    "IsLogicalDeleted": true
  },
  {
    "Id": 1,
    "BPCode": "sample string 2",
    "FileName": "sample string 3",
    "ContentType": "sample string 4",
    "DocumentData": "QEA=",
    "Size": 5,
    "Path": "sample string 6",
    "IsProductTemplate": true,
    "isActive": true,
    "IsLogicalDeleted": true
  }
]
[{"Id":1,"BPCode":"sample string 2","FileName":"sample string 3","ContentType":"sample string 4","DocumentData":"QEA=","Size":5,"Path":"sample string 6","IsProductTemplate":true,"isActive":true,"IsLogicalDeleted":true},{"Id":1,"BPCode":"sample string 2","FileName":"sample string 3","ContentType":"sample string 4","DocumentData":"QEA=","Size":5,"Path":"sample string 6","IsProductTemplate":true,"isActive":true,"IsLogicalDeleted":true}]
<ArrayOfSellerAdminDocument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller">
  <SellerAdminDocument>
    <BPCode>sample string 2</BPCode>
    <ContentType>sample string 4</ContentType>
    <DocumentData>QEA=</DocumentData>
    <FileName>sample string 3</FileName>
    <Id>1</Id>
    <IsLogicalDeleted>true</IsLogicalDeleted>
    <IsProductTemplate>true</IsProductTemplate>
    <Path>sample string 6</Path>
    <Size>5</Size>
    <isActive>true</isActive>
  </SellerAdminDocument>
  <SellerAdminDocument>
    <BPCode>sample string 2</BPCode>
    <ContentType>sample string 4</ContentType>
    <DocumentData>QEA=</DocumentData>
    <FileName>sample string 3</FileName>
    <Id>1</Id>
    <IsLogicalDeleted>true</IsLogicalDeleted>
    <IsProductTemplate>true</IsProductTemplate>
    <Path>sample string 6</Path>
    <Size>5</Size>
    <isActive>true</isActive>
  </SellerAdminDocument>
</ArrayOfSellerAdminDocument>