POST
api/v1/Update-seller-logo
Request Information
Body Parameters
SellerLogoName | Description | Type | Additional information |
---|---|---|---|
SellerLogoID | integer |
None. |
|
BPCode | string |
None. |
|
FileName | string |
None. |
|
Path | string |
None. |
|
CreatedDate | date |
None. |
|
CreatedBy | string |
None. |
|
FaviconFileName | string |
None. |
Request Formats
application/json, text/json
{ "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" }
text/html
{"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"}
application/xml, text/xml
<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>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: SellerLogo
Response Formats
application/json, text/json
{ "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" }
text/html
{"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"}
application/xml, text/xml
<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>