POST api/StoreHookedOrder

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Ordenes
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "HookedOrders": [
    {
      "HookMsgID": "sample string 1",
      "IsStoreProcessed": true,
      "UberMsg": "sample string 2",
      "Pixel_Transact": "sample string 3",
      "MsgError": "sample string 4",
      "StoreProcessedDate": "sample string 5",
      "Hook_Meta_resource_id": "sample string 6",
      "ReceivedDate": "2026-01-12T19:18:32.3232898-06:00",
      "Hook_event_id": "sample string 7",
      "Hook_meta_rider_id": "sample string 8",
      "Hook_meta_user_id": "sample string 9",
      "Hook_event_time": 10
    },
    {
      "HookMsgID": "sample string 1",
      "IsStoreProcessed": true,
      "UberMsg": "sample string 2",
      "Pixel_Transact": "sample string 3",
      "MsgError": "sample string 4",
      "StoreProcessedDate": "sample string 5",
      "Hook_Meta_resource_id": "sample string 6",
      "ReceivedDate": "2026-01-12T19:18:32.3232898-06:00",
      "Hook_event_id": "sample string 7",
      "Hook_meta_rider_id": "sample string 8",
      "Hook_meta_user_id": "sample string 9",
      "Hook_event_time": 10
    },
    {
      "HookMsgID": "sample string 1",
      "IsStoreProcessed": true,
      "UberMsg": "sample string 2",
      "Pixel_Transact": "sample string 3",
      "MsgError": "sample string 4",
      "StoreProcessedDate": "sample string 5",
      "Hook_Meta_resource_id": "sample string 6",
      "ReceivedDate": "2026-01-12T19:18:32.3232898-06:00",
      "Hook_event_id": "sample string 7",
      "Hook_meta_rider_id": "sample string 8",
      "Hook_meta_user_id": "sample string 9",
      "Hook_event_time": 10
    }
  ]
}

application/xml, text/xml

Sample:
<UberEats_HookedOrders_StoreId.HookedOrders_Store xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GA.Rappi.BLL">
  <HookedOrders>
    <UberEats_HookedOrders_StoreId.HookedOrders>
      <HookMsgID>sample string 1</HookMsgID>
      <Hook_Meta_resource_id>sample string 6</Hook_Meta_resource_id>
      <Hook_event_id>sample string 7</Hook_event_id>
      <Hook_event_time>10</Hook_event_time>
      <Hook_meta_rider_id>sample string 8</Hook_meta_rider_id>
      <Hook_meta_user_id>sample string 9</Hook_meta_user_id>
      <IsStoreProcessed>true</IsStoreProcessed>
      <MsgError>sample string 4</MsgError>
      <Pixel_Transact>sample string 3</Pixel_Transact>
      <ReceivedDate>2026-01-12T19:18:32.3232898-06:00</ReceivedDate>
      <StoreProcessedDate>sample string 5</StoreProcessedDate>
      <UberMsg>sample string 2</UberMsg>
    </UberEats_HookedOrders_StoreId.HookedOrders>
    <UberEats_HookedOrders_StoreId.HookedOrders>
      <HookMsgID>sample string 1</HookMsgID>
      <Hook_Meta_resource_id>sample string 6</Hook_Meta_resource_id>
      <Hook_event_id>sample string 7</Hook_event_id>
      <Hook_event_time>10</Hook_event_time>
      <Hook_meta_rider_id>sample string 8</Hook_meta_rider_id>
      <Hook_meta_user_id>sample string 9</Hook_meta_user_id>
      <IsStoreProcessed>true</IsStoreProcessed>
      <MsgError>sample string 4</MsgError>
      <Pixel_Transact>sample string 3</Pixel_Transact>
      <ReceivedDate>2026-01-12T19:18:32.3232898-06:00</ReceivedDate>
      <StoreProcessedDate>sample string 5</StoreProcessedDate>
      <UberMsg>sample string 2</UberMsg>
    </UberEats_HookedOrders_StoreId.HookedOrders>
    <UberEats_HookedOrders_StoreId.HookedOrders>
      <HookMsgID>sample string 1</HookMsgID>
      <Hook_Meta_resource_id>sample string 6</Hook_Meta_resource_id>
      <Hook_event_id>sample string 7</Hook_event_id>
      <Hook_event_time>10</Hook_event_time>
      <Hook_meta_rider_id>sample string 8</Hook_meta_rider_id>
      <Hook_meta_user_id>sample string 9</Hook_meta_user_id>
      <IsStoreProcessed>true</IsStoreProcessed>
      <MsgError>sample string 4</MsgError>
      <Pixel_Transact>sample string 3</Pixel_Transact>
      <ReceivedDate>2026-01-12T19:18:32.3232898-06:00</ReceivedDate>
      <StoreProcessedDate>sample string 5</StoreProcessedDate>
      <UberMsg>sample string 2</UberMsg>
    </UberEats_HookedOrders_StoreId.HookedOrders>
  </HookedOrders>
</UberEats_HookedOrders_StoreId.HookedOrders_Store>

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.