POST api/v2/leaflets/geolocated/shopleaflets
Request Information
URI Parameters
None.
Body Parameters
ShopLeafletsRequestName | Description | Type | Additional information |
---|---|---|---|
LeafletShopSlug | string |
Required |
|
ApiKey | globally unique identifier |
Required |
|
ApplicationVersion | integer |
Required |
|
Udid | string |
Required |
|
UserID | globally unique identifier |
Required |
|
ZoneID | integer |
Required |
Request Formats
application/json, text/json
Sample:
{ "LeafletShopSlug": "sample string 1", "ApiKey": "8f21c849-4b56-438a-a998-6ad71a8849ca", "ApplicationVersion": 3, "Udid": "sample string 4", "UserID": "0486072c-cf8e-4522-9917-3d9321093ff6", "ZoneID": 6 }
application/xml, text/xml
Sample:
<ShopLeafletsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Requests"> <ApiKey xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models">8f21c849-4b56-438a-a998-6ad71a8849ca</ApiKey> <ApplicationVersion xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models">3</ApplicationVersion> <Udid xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models">sample string 4</Udid> <UserID xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models">0486072c-cf8e-4522-9917-3d9321093ff6</UserID> <ZoneID xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models">6</ZoneID> <LeafletShopSlug>sample string 1</LeafletShopSlug> </ShopLeafletsRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ShopLeafletsResultV2Name | Description | Type | Additional information |
---|---|---|---|
Leaflets | Collection of LeafletV2 |
None. |
|
InteractiveLeaflets | Collection of InteractiveLeafletV2 |
None. |
|
LeafletsOrder | Collection of LeafletOrder |
None. |
Response Formats
application/json, text/json
Sample:
{ "Leaflets": [ { "AssetsPathUrl": "sample string 1", "LeafletID": "74b63412-e706-4d9b-9c29-42d10de47afd", "LeafletSlug": "sample string 3", "LeafletRetailerID": "ff12cc19-de1c-4bb0-85aa-6eec1fe2cc0e", "CoverPageNumber": 5, "EndDate": "2025-04-02T20:44:28.674+00:00", "ImageFileFormat": "sample string 7", "ImageRatio": 1.0, "PdfFileName": "sample string 8", "DisplayedStartDate": "2025-04-02T20:44:28.674+00:00", "StartDate": "2025-04-02T20:44:28.674+00:00", "Title": "sample string 11", "TotalPages": 12, "ZoneID": 13, "ExtenderFolderInfos": { "AdvertisingUrl": "sample string 1", "BannerSmartphoneLowResImageUrl": "sample string 2", "BannerSmartphoneImageUrl": "sample string 3", "WebsiteUrl": "sample string 4", "WebsiteUrlDescription": "sample string 5" }, "LeafletUrl": "sample string 14" }, { "AssetsPathUrl": "sample string 1", "LeafletID": "74b63412-e706-4d9b-9c29-42d10de47afd", "LeafletSlug": "sample string 3", "LeafletRetailerID": "ff12cc19-de1c-4bb0-85aa-6eec1fe2cc0e", "CoverPageNumber": 5, "EndDate": "2025-04-02T20:44:28.674+00:00", "ImageFileFormat": "sample string 7", "ImageRatio": 1.0, "PdfFileName": "sample string 8", "DisplayedStartDate": "2025-04-02T20:44:28.674+00:00", "StartDate": "2025-04-02T20:44:28.674+00:00", "Title": "sample string 11", "TotalPages": 12, "ZoneID": 13, "ExtenderFolderInfos": { "AdvertisingUrl": "sample string 1", "BannerSmartphoneLowResImageUrl": "sample string 2", "BannerSmartphoneImageUrl": "sample string 3", "WebsiteUrl": "sample string 4", "WebsiteUrlDescription": "sample string 5" }, "LeafletUrl": "sample string 14" } ], "InteractiveLeaflets": [ { "LeafletID": "d521009a-17c4-4c9f-8c9f-09ae9f291f02", "LeafletSlug": "sample string 2", "LeafletRetailerID": "28082c30-fd2a-4477-a83a-4c8044155a14", "DisplayedStartDate": "2025-04-02T20:44:28.674+00:00", "StartDate": "2025-04-02T20:44:28.674+00:00", "EndDate": "2025-04-02T20:44:28.674+00:00", "Title": "sample string 7", "ZoneID": 8, "LeafletUrl": "sample string 9", "MyshopiLeafletUrl": "sample string 10", "CoverUrl": "sample string 11" }, { "LeafletID": "d521009a-17c4-4c9f-8c9f-09ae9f291f02", "LeafletSlug": "sample string 2", "LeafletRetailerID": "28082c30-fd2a-4477-a83a-4c8044155a14", "DisplayedStartDate": "2025-04-02T20:44:28.674+00:00", "StartDate": "2025-04-02T20:44:28.674+00:00", "EndDate": "2025-04-02T20:44:28.674+00:00", "Title": "sample string 7", "ZoneID": 8, "LeafletUrl": "sample string 9", "MyshopiLeafletUrl": "sample string 10", "CoverUrl": "sample string 11" } ], "LeafletsOrder": [ { "LeafletID": "6b0e4a78-0bc8-4cd3-9185-ca8b0196115f", "Position": 2, "IsInteractiveLeaflet": true }, { "LeafletID": "6b0e4a78-0bc8-4cd3-9185-ca8b0196115f", "Position": 2, "IsInteractiveLeaflet": true } ] }
application/xml, text/xml
Sample:
<ShopLeafletsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses.v2"> <Leaflets> <Leaflet> <AreaPosition xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">1</AreaPosition> <AssetsPathUrl xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">sample string 1</AssetsPathUrl> <CoverPageNumber xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">5</CoverPageNumber> <DisplayedStartDate xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">2025-04-02T20:44:28.6741824+00:00</DisplayedStartDate> <EndDate xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">2025-04-02T20:44:28.6741824+00:00</EndDate> <ExtenderFolderInfos xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses"> <AdvertisingUrl>sample string 1</AdvertisingUrl> <BannerSmartphoneImageUrl>sample string 3</BannerSmartphoneImageUrl> <BannerSmartphoneLowResImageUrl>sample string 2</BannerSmartphoneLowResImageUrl> <WebsiteUrl>sample string 4</WebsiteUrl> <WebsiteUrlDescription>sample string 5</WebsiteUrlDescription> </ExtenderFolderInfos> <ImageFileFormat xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">sample string 7</ImageFileFormat> <ImageRatio xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">1</ImageRatio> <LeafletGroupID xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">2ad8dc0c-d426-41f2-a324-3833b0bbfe9e</LeafletGroupID> <LeafletID xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">74b63412-e706-4d9b-9c29-42d10de47afd</LeafletID> <LeafletRetailerID xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">ff12cc19-de1c-4bb0-85aa-6eec1fe2cc0e</LeafletRetailerID> <LeafletSlug xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">sample string 3</LeafletSlug> <LeafletUrl xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">sample string 14</LeafletUrl> <PdfFileName xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">sample string 8</PdfFileName> <Position xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">15</Position> <StartDate xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">2025-04-02T20:44:28.6741824+00:00</StartDate> <Title xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">sample string 11</Title> <TotalPages xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">12</TotalPages> <ZoneID xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">13</ZoneID> </Leaflet> <Leaflet> <AreaPosition xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">1</AreaPosition> <AssetsPathUrl xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">sample string 1</AssetsPathUrl> <CoverPageNumber xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">5</CoverPageNumber> <DisplayedStartDate xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">2025-04-02T20:44:28.6741824+00:00</DisplayedStartDate> <EndDate xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">2025-04-02T20:44:28.6741824+00:00</EndDate> <ExtenderFolderInfos xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses"> <AdvertisingUrl>sample string 1</AdvertisingUrl> <BannerSmartphoneImageUrl>sample string 3</BannerSmartphoneImageUrl> <BannerSmartphoneLowResImageUrl>sample string 2</BannerSmartphoneLowResImageUrl> <WebsiteUrl>sample string 4</WebsiteUrl> <WebsiteUrlDescription>sample string 5</WebsiteUrlDescription> </ExtenderFolderInfos> <ImageFileFormat xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">sample string 7</ImageFileFormat> <ImageRatio xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">1</ImageRatio> <LeafletGroupID xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">2ad8dc0c-d426-41f2-a324-3833b0bbfe9e</LeafletGroupID> <LeafletID xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">74b63412-e706-4d9b-9c29-42d10de47afd</LeafletID> <LeafletRetailerID xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">ff12cc19-de1c-4bb0-85aa-6eec1fe2cc0e</LeafletRetailerID> <LeafletSlug xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">sample string 3</LeafletSlug> <LeafletUrl xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">sample string 14</LeafletUrl> <PdfFileName xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">sample string 8</PdfFileName> <Position xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">15</Position> <StartDate xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">2025-04-02T20:44:28.6741824+00:00</StartDate> <Title xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">sample string 11</Title> <TotalPages xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">12</TotalPages> <ZoneID xmlns="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses">13</ZoneID> </Leaflet> </Leaflets> <LeafletsOrder xmlns:d2p1="http://schemas.datacontract.org/2004/07/agilys.myshopi.mvc.leaflets.services.Models.Leaflets.Responses"> <d2p1:LeafletOrder> <d2p1:IsInteractiveLeaflet>true</d2p1:IsInteractiveLeaflet> <d2p1:LeafletID>6b0e4a78-0bc8-4cd3-9185-ca8b0196115f</d2p1:LeafletID> <d2p1:Position>2</d2p1:Position> </d2p1:LeafletOrder> <d2p1:LeafletOrder> <d2p1:IsInteractiveLeaflet>true</d2p1:IsInteractiveLeaflet> <d2p1:LeafletID>6b0e4a78-0bc8-4cd3-9185-ca8b0196115f</d2p1:LeafletID> <d2p1:Position>2</d2p1:Position> </d2p1:LeafletOrder> </LeafletsOrder> </ShopLeafletsResult>