GET api/Multi_DailyOrder?Sucursal={Sucursal}&Date={Date}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Sucursal | 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:
[
{
"OrderInfoID": 1,
"HookMsgID": 2,
"ReceivedDate": "2026-01-12T19:23:50.8913816-06:00",
"IsStoreProcessed": true,
"Pixel_Transact": "sample string 5",
"StoreProcessedDate": "2026-01-12T19:23:50.8913816-06:00",
"MsgError": "sample string 7",
"EOI_XML": "sample string 8",
"PixelResponse_XML": "sample string 9",
"GetOrderDetail": "sample string 10",
"Store_Id": "sample string 11",
"ReadyForDelivery": true,
"Plataforma": 13,
"Store_Id_Ga": "sample string 14",
"Hook_Meta_resource_id": "sample string 15",
"StatusProcess": "sample string 16",
"Uber_GetOrderDetail": "sample string 17"
},
{
"OrderInfoID": 1,
"HookMsgID": 2,
"ReceivedDate": "2026-01-12T19:23:50.8913816-06:00",
"IsStoreProcessed": true,
"Pixel_Transact": "sample string 5",
"StoreProcessedDate": "2026-01-12T19:23:50.8913816-06:00",
"MsgError": "sample string 7",
"EOI_XML": "sample string 8",
"PixelResponse_XML": "sample string 9",
"GetOrderDetail": "sample string 10",
"Store_Id": "sample string 11",
"ReadyForDelivery": true,
"Plataforma": 13,
"Store_Id_Ga": "sample string 14",
"Hook_Meta_resource_id": "sample string 15",
"StatusProcess": "sample string 16",
"Uber_GetOrderDetail": "sample string 17"
},
{
"OrderInfoID": 1,
"HookMsgID": 2,
"ReceivedDate": "2026-01-12T19:23:50.8913816-06:00",
"IsStoreProcessed": true,
"Pixel_Transact": "sample string 5",
"StoreProcessedDate": "2026-01-12T19:23:50.8913816-06:00",
"MsgError": "sample string 7",
"EOI_XML": "sample string 8",
"PixelResponse_XML": "sample string 9",
"GetOrderDetail": "sample string 10",
"Store_Id": "sample string 11",
"ReadyForDelivery": true,
"Plataforma": 13,
"Store_Id_Ga": "sample string 14",
"Hook_Meta_resource_id": "sample string 15",
"StatusProcess": "sample string 16",
"Uber_GetOrderDetail": "sample string 17"
}
]
application/xml, text/xml
Sample:
<ArrayOfOrderResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GA.Rappi.BLL">
<OrderResult>
<EOI_XML>sample string 8</EOI_XML>
<GetOrderDetail>sample string 10</GetOrderDetail>
<HookMsgID>2</HookMsgID>
<Hook_Meta_resource_id>sample string 15</Hook_Meta_resource_id>
<IsStoreProcessed>true</IsStoreProcessed>
<MsgError>sample string 7</MsgError>
<OrderInfoID>1</OrderInfoID>
<PixelResponse_XML>sample string 9</PixelResponse_XML>
<Pixel_Transact>sample string 5</Pixel_Transact>
<Plataforma>13</Plataforma>
<ReadyForDelivery>true</ReadyForDelivery>
<ReceivedDate>2026-01-12T19:23:50.8913816-06:00</ReceivedDate>
<StatusProcess>sample string 16</StatusProcess>
<StoreProcessedDate>2026-01-12T19:23:50.8913816-06:00</StoreProcessedDate>
<Store_Id>sample string 11</Store_Id>
<Store_Id_Ga>sample string 14</Store_Id_Ga>
<Uber_GetOrderDetail>sample string 17</Uber_GetOrderDetail>
</OrderResult>
<OrderResult>
<EOI_XML>sample string 8</EOI_XML>
<GetOrderDetail>sample string 10</GetOrderDetail>
<HookMsgID>2</HookMsgID>
<Hook_Meta_resource_id>sample string 15</Hook_Meta_resource_id>
<IsStoreProcessed>true</IsStoreProcessed>
<MsgError>sample string 7</MsgError>
<OrderInfoID>1</OrderInfoID>
<PixelResponse_XML>sample string 9</PixelResponse_XML>
<Pixel_Transact>sample string 5</Pixel_Transact>
<Plataforma>13</Plataforma>
<ReadyForDelivery>true</ReadyForDelivery>
<ReceivedDate>2026-01-12T19:23:50.8913816-06:00</ReceivedDate>
<StatusProcess>sample string 16</StatusProcess>
<StoreProcessedDate>2026-01-12T19:23:50.8913816-06:00</StoreProcessedDate>
<Store_Id>sample string 11</Store_Id>
<Store_Id_Ga>sample string 14</Store_Id_Ga>
<Uber_GetOrderDetail>sample string 17</Uber_GetOrderDetail>
</OrderResult>
<OrderResult>
<EOI_XML>sample string 8</EOI_XML>
<GetOrderDetail>sample string 10</GetOrderDetail>
<HookMsgID>2</HookMsgID>
<Hook_Meta_resource_id>sample string 15</Hook_Meta_resource_id>
<IsStoreProcessed>true</IsStoreProcessed>
<MsgError>sample string 7</MsgError>
<OrderInfoID>1</OrderInfoID>
<PixelResponse_XML>sample string 9</PixelResponse_XML>
<Pixel_Transact>sample string 5</Pixel_Transact>
<Plataforma>13</Plataforma>
<ReadyForDelivery>true</ReadyForDelivery>
<ReceivedDate>2026-01-12T19:23:50.8913816-06:00</ReceivedDate>
<StatusProcess>sample string 16</StatusProcess>
<StoreProcessedDate>2026-01-12T19:23:50.8913816-06:00</StoreProcessedDate>
<Store_Id>sample string 11</Store_Id>
<Store_Id_Ga>sample string 14</Store_Id_Ga>
<Uber_GetOrderDetail>sample string 17</Uber_GetOrderDetail>
</OrderResult>
</ArrayOfOrderResult>