GET
api/v1/get-Seller-admin-detail?BPCode={BPCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BPCode | string |
Required |
Response Information
Description:
Return type: SellerAdminDetailModel
Response Formats
application/json, text/json
{
"Name": "sample string 1",
"AdminMemberId": 2,
"CompanyName": "sample string 3"
}
text/html
{"Name":"sample string 1","AdminMemberId":2,"CompanyName":"sample string 3"}
application/xml, text/xml
<SellerAdminDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller"> <AdminMemberId>2</AdminMemberId> <CompanyName>sample string 3</CompanyName> <Name>sample string 1</Name> </SellerAdminDetailModel>
