POST api/Order

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ordersInfo
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "HookMsgID": 1,
  "IsStoreProcessed": true,
  "Pixel_Transact": "sample string 3",
  "StoreProcessedDate": "2026-01-12T19:16:45.6030073-06:00",
  "MsgError": "sample string 5",
  "EOI_XML": "sample string 6",
  "PixelResponse_XML": "sample string 7",
  "GetOrderDetail": "sample string 8",
  "Store_Id": "sample string 9"
}

application/xml, text/xml

Sample:
<Orders xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GA.Rappi.BLL">
  <EOI_XML>sample string 6</EOI_XML>
  <GetOrderDetail>sample string 8</GetOrderDetail>
  <HookMsgID>1</HookMsgID>
  <IsStoreProcessed>true</IsStoreProcessed>
  <MsgError>sample string 5</MsgError>
  <PixelResponse_XML>sample string 7</PixelResponse_XML>
  <Pixel_Transact>sample string 3</Pixel_Transact>
  <StoreProcessedDate>2026-01-12T19:16:45.6030073-06:00</StoreProcessedDate>
  <Store_Id>sample string 9</Store_Id>
</Orders>

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.