POST api/updatetransferorderinformation
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| aOrderInformation | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"OrderId": 1,
"Id": "sample string 2",
"CustomerId": 3,
"UserId": 4,
"OrderTime": "2026-01-07T10:16:29.5028626+00:00",
"Status": "sample string 6",
"TableNumber": "sample string 7",
"TerminalId": 8,
"GuestBillPrintStatus": 9,
"KitchenPrintStatus": 10,
"OrderType": "sample string 11",
"PaymentTime": "2026-01-07T10:16:29.5028626+00:00",
"Covers": 13,
"TableType": "sample string 14",
"OrderComment": "sample string 15",
"AssignDriver": 16,
"ShowNotification": true,
"TableCapacity": 18,
"OrderStatus": "sample string 19",
"TempOrderInformationId": 20,
"DeliveryTime": "2026-01-07T10:16:29.5028626+00:00",
"TableAccess": "sample string 21",
"DeliveryCharge": 22.1,
"CardSurcharge": 23.1,
"Notes": "sample string 24",
"JoinTableStatus": 25,
"TrakingNumber": 26,
"OnlineOrderId": 27,
"OnlineOrderStatus": "sample string 28",
"SortOrder": 29,
"TokenNumber": 30,
"AppFlag": 31,
"Customer": {
"CustomerID": 1,
"Name": "sample string 2",
"Phone": "sample string 3",
"DelevaryAddress": "sample string 4",
"Address": "sample string 5",
"Details": "sample string 6",
"Mobile": "sample string 7",
"PostCode": "sample string 8",
"AddressPostcode": "sample string 9",
"TelePhone2": "sample string 10",
"Email": "sample string 11",
"Title": "sample string 12",
"AnotherAddress": "sample string 13",
"DateOfBirth": "sample string 14",
"DelevaryAddress2": "sample string 15",
"LoyaltyPoint": 16,
"LogForOfferonOrder": 17,
"CustomerNote": "sample string 18",
"DeliveryAddresses": [
{
"Id": 1,
"CustomerId": 2,
"Address": "sample string 3",
"PostCode": "sample string 4"
},
{
"Id": 1,
"CustomerId": 2,
"Address": "sample string 3",
"PostCode": "sample string 4"
},
{
"Id": 1,
"CustomerId": 2,
"Address": "sample string 3",
"PostCode": "sample string 4"
}
]
},
"TotalAmount": 32.1,
"DeliveryAddress": "sample string 33",
"DeliveryPostcode": "sample string 34",
"Source": "sample string 35",
"PackagingCost": 36.1,
"Tips": 37.1,
"OnlineServiceCharge": 38.1
}
application/xml, text/xml
Sample:
<OrderInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FastFoodManagementAPI.DAL.Model">
<AppFlag>31</AppFlag>
<AssignDriver>16</AssignDriver>
<CardSurcharge>23.1</CardSurcharge>
<Covers>13</Covers>
<Customer>
<Address>sample string 5</Address>
<AddressPostcode>sample string 9</AddressPostcode>
<AnotherAddress>sample string 13</AnotherAddress>
<CustomerID>1</CustomerID>
<CustomerNote>sample string 18</CustomerNote>
<DateOfBirth>sample string 14</DateOfBirth>
<DelevaryAddress>sample string 4</DelevaryAddress>
<DelevaryAddress2>sample string 15</DelevaryAddress2>
<DeliveryAddresses>
<DeliveryAddresses>
<Address>sample string 3</Address>
<CustomerId>2</CustomerId>
<Id>1</Id>
<PostCode>sample string 4</PostCode>
</DeliveryAddresses>
<DeliveryAddresses>
<Address>sample string 3</Address>
<CustomerId>2</CustomerId>
<Id>1</Id>
<PostCode>sample string 4</PostCode>
</DeliveryAddresses>
<DeliveryAddresses>
<Address>sample string 3</Address>
<CustomerId>2</CustomerId>
<Id>1</Id>
<PostCode>sample string 4</PostCode>
</DeliveryAddresses>
</DeliveryAddresses>
<Details>sample string 6</Details>
<Email>sample string 11</Email>
<LogForOfferonOrder>17</LogForOfferonOrder>
<LoyaltyPoint>16</LoyaltyPoint>
<Mobile>sample string 7</Mobile>
<Name>sample string 2</Name>
<Phone>sample string 3</Phone>
<PostCode>sample string 8</PostCode>
<TelePhone2>sample string 10</TelePhone2>
<Title>sample string 12</Title>
</Customer>
<CustomerId>3</CustomerId>
<DeliveryAddress>sample string 33</DeliveryAddress>
<DeliveryCharge>22.1</DeliveryCharge>
<DeliveryPostcode>sample string 34</DeliveryPostcode>
<DeliveryTime>2026-01-07T10:16:29.5028626+00:00</DeliveryTime>
<GuestBillPrintStatus>9</GuestBillPrintStatus>
<Id>sample string 2</Id>
<JoinTableStatus>25</JoinTableStatus>
<KitchenPrintStatus>10</KitchenPrintStatus>
<Notes>sample string 24</Notes>
<OnlineOrderId>27</OnlineOrderId>
<OnlineOrderStatus>sample string 28</OnlineOrderStatus>
<OnlineServiceCharge>38.1</OnlineServiceCharge>
<OrderComment>sample string 15</OrderComment>
<OrderId>1</OrderId>
<OrderStatus>sample string 19</OrderStatus>
<OrderTime>2026-01-07T10:16:29.5028626+00:00</OrderTime>
<OrderType>sample string 11</OrderType>
<PackagingCost>36.1</PackagingCost>
<PaymentTime>2026-01-07T10:16:29.5028626+00:00</PaymentTime>
<ShowNotification>true</ShowNotification>
<SortOrder>29</SortOrder>
<Source>sample string 35</Source>
<Status>sample string 6</Status>
<TableAccess>sample string 21</TableAccess>
<TableCapacity>18</TableCapacity>
<TableNumber>sample string 7</TableNumber>
<TableType>sample string 14</TableType>
<TempOrderInformationId>20</TempOrderInformationId>
<TerminalId>8</TerminalId>
<Tips>37.1</Tips>
<TokenNumber>30</TokenNumber>
<TotalAmount>32.1</TotalAmount>
<TrakingNumber>26</TrakingNumber>
<UserId>4</UserId>
</OrderInformation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>