GET dealer/get
Gets dealer details
Response Information
Response body formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Name": "sample string 2"
}
application/xml, text/xml
Sample:
<DealerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webi.Api2.Models"> <Code>sample string 1</Code> <Name>sample string 2</Name> </DealerModel>