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
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.