POST api/Multi_OrdersInfo
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ordersInfo | No documentation available. |
Define this parameter in the request body. |
Request 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,
"Plataforma": 18,
"Store_Id_Ga": "sample string 19",
"StoreId": "sample string 20",
"StatusProcess": "sample string 21"
}
application/xml, text/xml
Sample:
<OrdersInfoMulti xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GA.Rappi.BLL"> <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> <Plataforma>18</Plataforma> <ReadyForDelivery>true</ReadyForDelivery> <ReceivedDate>sample string 2</ReceivedDate> <StatusProcess>sample string 21</StatusProcess> <StoreId>sample string 20</StoreId> <StoreProcessedDate>sample string 11</StoreProcessedDate> <Store_Id_Ga>sample string 19</Store_Id_Ga> <Uber_GetOrderDetail>sample string 16</Uber_GetOrderDetail> <orderInfoID>sample string 9</orderInfoID> </OrdersInfoMulti>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.