POST api/v1/Update-seller-logo

Request Information

Body Parameters

SellerLogo
NameDescriptionTypeAdditional information
SellerLogoID

integer

None.

BPCode

string

None.

FileName

string

None.

Path

string

None.

CreatedDate

date

None.

CreatedBy

string

None.

FaviconFileName

string

None.

Request Formats
{
  "SellerLogoID": 1,
  "BPCode": "sample string 2",
  "FileName": "sample string 3",
  "Path": "sample string 4",
  "CreatedDate": "2025-06-18T13:01:37.6217287+00:00",
  "CreatedBy": "sample string 6",
  "FaviconFileName": "sample string 7"
}
{"SellerLogoID":1,"BPCode":"sample string 2","FileName":"sample string 3","Path":"sample string 4","CreatedDate":"2025-06-18T13:01:37.6217287+00:00","CreatedBy":"sample string 6","FaviconFileName":"sample string 7"}
<SellerLogo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller">
  <BPCode>sample string 2</BPCode>
  <CreatedBy>sample string 6</CreatedBy>
  <CreatedDate>2025-06-18T13:01:37.6217287+00:00</CreatedDate>
  <FaviconFileName>sample string 7</FaviconFileName>
  <FileName>sample string 3</FileName>
  <Path>sample string 4</Path>
  <SellerLogoID>1</SellerLogoID>
</SellerLogo>

Sample not available.

Response Information

Description:

Return type: SellerLogo

Response Formats
{
  "SellerLogoID": 1,
  "BPCode": "sample string 2",
  "FileName": "sample string 3",
  "Path": "sample string 4",
  "CreatedDate": "2025-06-18T13:01:37.6373514+00:00",
  "CreatedBy": "sample string 6",
  "FaviconFileName": "sample string 7"
}
{"SellerLogoID":1,"BPCode":"sample string 2","FileName":"sample string 3","Path":"sample string 4","CreatedDate":"2025-06-18T13:01:37.6373514+00:00","CreatedBy":"sample string 6","FaviconFileName":"sample string 7"}
<SellerLogo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller">
  <BPCode>sample string 2</BPCode>
  <CreatedBy>sample string 6</CreatedBy>
  <CreatedDate>2025-06-18T13:01:37.6373514+00:00</CreatedDate>
  <FaviconFileName>sample string 7</FaviconFileName>
  <FileName>sample string 3</FileName>
  <Path>sample string 4</Path>
  <SellerLogoID>1</SellerLogoID>
</SellerLogo>