POST api/updateorderinformationforcustomer

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
aOrderInformationForCustomer
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "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"
      }
    ]
  },
  "SaleorderId": 1,
  "TakeawayTypeInformationClass": {
    "TakeawayType": "sample string 1",
    "DeliveryTime": "2026-01-07T10:12:04.3284292+00:00",
    "Notes": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<OrderInformationController.OrderInformationForCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FastFoodManagementAPI.Controllers">
  <Customer xmlns:d2p1="http://schemas.datacontract.org/2004/07/FastFoodManagementAPI.DAL.Model">
    <d2p1:Address>sample string 5</d2p1:Address>
    <d2p1:AddressPostcode>sample string 9</d2p1:AddressPostcode>
    <d2p1:AnotherAddress>sample string 13</d2p1:AnotherAddress>
    <d2p1:CustomerID>1</d2p1:CustomerID>
    <d2p1:CustomerNote>sample string 18</d2p1:CustomerNote>
    <d2p1:DateOfBirth>sample string 14</d2p1:DateOfBirth>
    <d2p1:DelevaryAddress>sample string 4</d2p1:DelevaryAddress>
    <d2p1:DelevaryAddress2>sample string 15</d2p1:DelevaryAddress2>
    <d2p1:DeliveryAddresses>
      <d2p1:DeliveryAddresses>
        <d2p1:Address>sample string 3</d2p1:Address>
        <d2p1:CustomerId>2</d2p1:CustomerId>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:PostCode>sample string 4</d2p1:PostCode>
      </d2p1:DeliveryAddresses>
      <d2p1:DeliveryAddresses>
        <d2p1:Address>sample string 3</d2p1:Address>
        <d2p1:CustomerId>2</d2p1:CustomerId>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:PostCode>sample string 4</d2p1:PostCode>
      </d2p1:DeliveryAddresses>
      <d2p1:DeliveryAddresses>
        <d2p1:Address>sample string 3</d2p1:Address>
        <d2p1:CustomerId>2</d2p1:CustomerId>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:PostCode>sample string 4</d2p1:PostCode>
      </d2p1:DeliveryAddresses>
    </d2p1:DeliveryAddresses>
    <d2p1:Details>sample string 6</d2p1:Details>
    <d2p1:Email>sample string 11</d2p1:Email>
    <d2p1:LogForOfferonOrder>17</d2p1:LogForOfferonOrder>
    <d2p1:LoyaltyPoint>16</d2p1:LoyaltyPoint>
    <d2p1:Mobile>sample string 7</d2p1:Mobile>
    <d2p1:Name>sample string 2</d2p1:Name>
    <d2p1:Phone>sample string 3</d2p1:Phone>
    <d2p1:PostCode>sample string 8</d2p1:PostCode>
    <d2p1:TelePhone2>sample string 10</d2p1:TelePhone2>
    <d2p1:Title>sample string 12</d2p1:Title>
  </Customer>
  <SaleorderId>1</SaleorderId>
  <TakeawayTypeInformationClass xmlns:d2p1="http://schemas.datacontract.org/2004/07/FastFoodManagementAPI.DAL.DAO">
    <d2p1:DeliveryTime>2026-01-07T10:12:04.3284292+00:00</d2p1:DeliveryTime>
    <d2p1:Notes>sample string 2</d2p1:Notes>
    <d2p1:TakeawayType>sample string 1</d2p1:TakeawayType>
  </TakeawayTypeInformationClass>
</OrderInformationController.OrderInformationForCustomer>

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>