GET api/suppliers/{supplierId}/SearchMapDetails/{addressId}/OnContentSet/{isOnContentSet}

Search Suppliers Details for Map

Request Information

URI Parameters

NameDescriptionTypeAdditional information
supplierId

Supplier Id

integer

Required

addressId

Address Id

integer

Required

isOnContentSet

Turn On to use ContentSet options

boolean

Required

Body Parameters

None.

Response Information

search result

NameDescriptionTypeAdditional information
SupplierId

Supplier Id

integer

None.

Name

Name

string

None.

Address

Address

Address

None.

DiscountInfo

Discount Info

None.

Response Formats

application/json, text/json

Sample:
{
  "supplierId": 1,
  "name": "sample string 2",
  "address": {
    "addressId": 1,
    "detail": "sample string 1",
    "latitude": 1.1,
    "longitude": 1.1
  },
  "discountInfo": {
    "info": "sample string 1"
  },
  "supplierImage": "sample string 3",
  "isSpecialOffer": true
}