GET api/seller/CheckMiraklSeller/{_email}/{_Partita_Iva}
Get the ShopId from catalog by email and partita iva
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| _email | An email address |
Define this parameter in the request URI. |
| _Partita_Iva | An alphanumeric string |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"SellerId": "sample string 1",
"ShopName": "sample string 2",
"ExitCode": "sample string 3",
"ExitDescription": "sample string 4"
}
application/xml, text/xml
Sample:
<SellerResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SellerId>sample string 1</SellerId> <ShopName>sample string 2</ShopName> <ExitCode>sample string 3</ExitCode> <ExitDescription>sample string 4</ExitDescription> </SellerResponse>