GET api/Online/GetMerchant?id={id}

Uses a mixture of stored procedures and linq queries to grab the merchants data. The data will be merchant details, openhours, delivery hours, delivery charge and gallery using the passed on merchantId parameter.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.