GET api/PixelResponseXML?Store_Id={Store_Id}&date={date}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Store_Id
No documentation available.

Define this parameter in the request URI.

date
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "HookMsgID": 1,
    "ReceivedDate": "sample string 2",
    "IsStoreProcessed": "sample string 3",
    "Hook_event_id": "sample string 4",
    "Hook_Meta_rider_id": "sample string 5",
    "Hook_Meta_user_id": "sample string 6",
    "Hook_Meta_resource_id": "sample string 7",
    "Hook_event_time": "sample string 8",
    "orderInfoID": "sample string 9",
    "Pixel_Transact": "sample string 10",
    "StoreProcessedDate": "sample string 11",
    "MsgError": "sample string 12",
    "EOI_XML": "sample string 13",
    "PixelResponse_XML": "sample string 14",
    "Action": "sample string 15",
    "Uber_GetOrderDetail": "sample string 16",
    "ReadyForDelivery": true
  },
  {
    "HookMsgID": 1,
    "ReceivedDate": "sample string 2",
    "IsStoreProcessed": "sample string 3",
    "Hook_event_id": "sample string 4",
    "Hook_Meta_rider_id": "sample string 5",
    "Hook_Meta_user_id": "sample string 6",
    "Hook_Meta_resource_id": "sample string 7",
    "Hook_event_time": "sample string 8",
    "orderInfoID": "sample string 9",
    "Pixel_Transact": "sample string 10",
    "StoreProcessedDate": "sample string 11",
    "MsgError": "sample string 12",
    "EOI_XML": "sample string 13",
    "PixelResponse_XML": "sample string 14",
    "Action": "sample string 15",
    "Uber_GetOrderDetail": "sample string 16",
    "ReadyForDelivery": true
  },
  {
    "HookMsgID": 1,
    "ReceivedDate": "sample string 2",
    "IsStoreProcessed": "sample string 3",
    "Hook_event_id": "sample string 4",
    "Hook_Meta_rider_id": "sample string 5",
    "Hook_Meta_user_id": "sample string 6",
    "Hook_Meta_resource_id": "sample string 7",
    "Hook_event_time": "sample string 8",
    "orderInfoID": "sample string 9",
    "Pixel_Transact": "sample string 10",
    "StoreProcessedDate": "sample string 11",
    "MsgError": "sample string 12",
    "EOI_XML": "sample string 13",
    "PixelResponse_XML": "sample string 14",
    "Action": "sample string 15",
    "Uber_GetOrderDetail": "sample string 16",
    "ReadyForDelivery": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfOrdersInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GA.Rappi.BLL">
  <OrdersInfo>
    <Action>sample string 15</Action>
    <EOI_XML>sample string 13</EOI_XML>
    <HookMsgID>1</HookMsgID>
    <Hook_Meta_resource_id>sample string 7</Hook_Meta_resource_id>
    <Hook_Meta_rider_id>sample string 5</Hook_Meta_rider_id>
    <Hook_Meta_user_id>sample string 6</Hook_Meta_user_id>
    <Hook_event_id>sample string 4</Hook_event_id>
    <Hook_event_time>sample string 8</Hook_event_time>
    <IsStoreProcessed>sample string 3</IsStoreProcessed>
    <MsgError>sample string 12</MsgError>
    <PixelResponse_XML>sample string 14</PixelResponse_XML>
    <Pixel_Transact>sample string 10</Pixel_Transact>
    <ReadyForDelivery>true</ReadyForDelivery>
    <ReceivedDate>sample string 2</ReceivedDate>
    <StoreProcessedDate>sample string 11</StoreProcessedDate>
    <Uber_GetOrderDetail>sample string 16</Uber_GetOrderDetail>
    <orderInfoID>sample string 9</orderInfoID>
  </OrdersInfo>
  <OrdersInfo>
    <Action>sample string 15</Action>
    <EOI_XML>sample string 13</EOI_XML>
    <HookMsgID>1</HookMsgID>
    <Hook_Meta_resource_id>sample string 7</Hook_Meta_resource_id>
    <Hook_Meta_rider_id>sample string 5</Hook_Meta_rider_id>
    <Hook_Meta_user_id>sample string 6</Hook_Meta_user_id>
    <Hook_event_id>sample string 4</Hook_event_id>
    <Hook_event_time>sample string 8</Hook_event_time>
    <IsStoreProcessed>sample string 3</IsStoreProcessed>
    <MsgError>sample string 12</MsgError>
    <PixelResponse_XML>sample string 14</PixelResponse_XML>
    <Pixel_Transact>sample string 10</Pixel_Transact>
    <ReadyForDelivery>true</ReadyForDelivery>
    <ReceivedDate>sample string 2</ReceivedDate>
    <StoreProcessedDate>sample string 11</StoreProcessedDate>
    <Uber_GetOrderDetail>sample string 16</Uber_GetOrderDetail>
    <orderInfoID>sample string 9</orderInfoID>
  </OrdersInfo>
  <OrdersInfo>
    <Action>sample string 15</Action>
    <EOI_XML>sample string 13</EOI_XML>
    <HookMsgID>1</HookMsgID>
    <Hook_Meta_resource_id>sample string 7</Hook_Meta_resource_id>
    <Hook_Meta_rider_id>sample string 5</Hook_Meta_rider_id>
    <Hook_Meta_user_id>sample string 6</Hook_Meta_user_id>
    <Hook_event_id>sample string 4</Hook_event_id>
    <Hook_event_time>sample string 8</Hook_event_time>
    <IsStoreProcessed>sample string 3</IsStoreProcessed>
    <MsgError>sample string 12</MsgError>
    <PixelResponse_XML>sample string 14</PixelResponse_XML>
    <Pixel_Transact>sample string 10</Pixel_Transact>
    <ReadyForDelivery>true</ReadyForDelivery>
    <ReceivedDate>sample string 2</ReceivedDate>
    <StoreProcessedDate>sample string 11</StoreProcessedDate>
    <Uber_GetOrderDetail>sample string 16</Uber_GetOrderDetail>
    <orderInfoID>sample string 9</orderInfoID>
  </OrdersInfo>
</ArrayOfOrdersInfo>