GET api/Map?mapType={mapType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mapType | string |
Default value is ALL |
Body Parameters
None.
Response Information
Resource Description
Collection of MapsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopId | integer |
None. |
|
| ShopName | string |
None. |
|
| OwnerName | string |
None. |
|
| Description | string |
None. |
|
| MapNo | string |
None. |
|
| ShopNumber | string |
None. |
|
| ShopXCoordinate | decimal number |
None. |
|
| ShopYCoordinate | decimal number |
None. |
|
| Category | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| MaxItemAllowed | integer |
None. |
|
| Lat | string |
None. |
|
| Long | string |
None. |
|
| PhoneNumber | string |
None. |
|
| Pin | string |
None. |
|
| IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ShopId": 1,
"ShopName": "sample string 2",
"OwnerName": "sample string 3",
"Description": "sample string 4",
"MapNo": "sample string 5",
"ShopNumber": "sample string 6",
"ShopXCoordinate": 1.0,
"ShopYCoordinate": 1.0,
"Category": "sample string 7",
"CreatedDate": "2025-12-11T15:27:24.7020143+05:30",
"CreatedBy": 1,
"UpdatedDate": "2025-12-11T15:27:24.7020143+05:30",
"UpdatedBy": 1,
"MaxItemAllowed": 1,
"Lat": "sample string 8",
"Long": "sample string 9",
"PhoneNumber": "sample string 10",
"Pin": "sample string 11",
"IsActive": true
},
{
"ShopId": 1,
"ShopName": "sample string 2",
"OwnerName": "sample string 3",
"Description": "sample string 4",
"MapNo": "sample string 5",
"ShopNumber": "sample string 6",
"ShopXCoordinate": 1.0,
"ShopYCoordinate": 1.0,
"Category": "sample string 7",
"CreatedDate": "2025-12-11T15:27:24.7020143+05:30",
"CreatedBy": 1,
"UpdatedDate": "2025-12-11T15:27:24.7020143+05:30",
"UpdatedBy": 1,
"MaxItemAllowed": 1,
"Lat": "sample string 8",
"Long": "sample string 9",
"PhoneNumber": "sample string 10",
"Pin": "sample string 11",
"IsActive": true
}
]
application/xml, text/xml
Sample:
<ArrayOfMapsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.Models">
<MapsModel>
<Category>sample string 7</Category>
<CreatedBy>1</CreatedBy>
<CreatedDate>2025-12-11T15:27:24.7020143+05:30</CreatedDate>
<Description>sample string 4</Description>
<IsActive>true</IsActive>
<Lat>sample string 8</Lat>
<Long>sample string 9</Long>
<MapNo>sample string 5</MapNo>
<MaxItemAllowed>1</MaxItemAllowed>
<OwnerName>sample string 3</OwnerName>
<PhoneNumber>sample string 10</PhoneNumber>
<Pin>sample string 11</Pin>
<ShopId>1</ShopId>
<ShopName>sample string 2</ShopName>
<ShopNumber>sample string 6</ShopNumber>
<ShopXCoordinate>1</ShopXCoordinate>
<ShopYCoordinate>1</ShopYCoordinate>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2025-12-11T15:27:24.7020143+05:30</UpdatedDate>
</MapsModel>
<MapsModel>
<Category>sample string 7</Category>
<CreatedBy>1</CreatedBy>
<CreatedDate>2025-12-11T15:27:24.7020143+05:30</CreatedDate>
<Description>sample string 4</Description>
<IsActive>true</IsActive>
<Lat>sample string 8</Lat>
<Long>sample string 9</Long>
<MapNo>sample string 5</MapNo>
<MaxItemAllowed>1</MaxItemAllowed>
<OwnerName>sample string 3</OwnerName>
<PhoneNumber>sample string 10</PhoneNumber>
<Pin>sample string 11</Pin>
<ShopId>1</ShopId>
<ShopName>sample string 2</ShopName>
<ShopNumber>sample string 6</ShopNumber>
<ShopXCoordinate>1</ShopXCoordinate>
<ShopYCoordinate>1</ShopYCoordinate>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2025-12-11T15:27:24.7020143+05:30</UpdatedDate>
</MapsModel>
</ArrayOfMapsModel>