GET UpdateOrderContactNumber?TransactionReference={TransactionReference}&newContactNumber={newContactNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TransactionReference

string

Required

newContactNumber

string

Required

Body Parameters

None.

Response Information

Resource Description

Order
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

LastModified

date

None.

OrderNumber

string

None.

TransactionReference

string

None.

DeliveryType

integer

None.

VendorType

integer

None.

VendorId

integer

None.

UserId

string

None.

ScheduledTimeSlot

date

None.

CollectionTimeSlot

string

None.

UserCellNo

string

None.

AmountPayable

decimal number

None.

TransactionFee

decimal number

None.

VatPayable

decimal number

None.

GrandTotal

decimal number

None.

CartId

string

None.

PaymentSuccessful

boolean

None.

TipAmount

decimal number

None.

AmountPaid

decimal number

None.

DatePaid

date

None.

Collected

boolean

None.

DateCollected

date

None.

OrderReady

boolean

None.

DateOrderReady

date

None.

Packing

boolean

None.

DatePacking

date

None.

Cancelled

boolean

None.

DateCancelled

date

None.

PartialRefund

boolean

None.

DatePartialRefund

date

None.

Status

integer

None.

Completed

boolean

None.

DateCompleted

date

None.

Delievered

boolean

None.

DateDevivered

date

None.

PaymentType

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2025-12-11T10:56:02.1867331+02:00",
  "LastModified": "2025-12-11T10:56:02.1867331+02:00",
  "OrderNumber": "sample string 4",
  "TransactionReference": "sample string 5",
  "DeliveryType": 1,
  "VendorType": 1,
  "VendorId": 1,
  "UserId": "sample string 6",
  "ScheduledTimeSlot": "2025-12-11T10:56:02.1867331+02:00",
  "CollectionTimeSlot": "sample string 7",
  "UserCellNo": "sample string 8",
  "AmountPayable": 9.1,
  "TransactionFee": 10.1,
  "VatPayable": 11.1,
  "GrandTotal": 12.1,
  "CartId": "sample string 13",
  "PaymentSuccessful": true,
  "TipAmount": 15.1,
  "AmountPaid": 16.1,
  "DatePaid": "2025-12-11T10:56:02.1867331+02:00",
  "Collected": true,
  "DateCollected": "2025-12-11T10:56:02.1867331+02:00",
  "OrderReady": true,
  "DateOrderReady": "2025-12-11T10:56:02.1867331+02:00",
  "Packing": true,
  "DatePacking": "2025-12-11T10:56:02.1867331+02:00",
  "Cancelled": true,
  "DateCancelled": "2025-12-11T10:56:02.1867331+02:00",
  "PartialRefund": true,
  "DatePartialRefund": "2025-12-11T10:56:02.1867331+02:00",
  "Status": 22,
  "Completed": true,
  "DateCompleted": "2025-12-11T10:56:02.1867331+02:00",
  "Delievered": true,
  "DateDevivered": "2025-12-11T10:56:02.1867331+02:00",
  "PaymentType": 25
}

application/xml, text/xml

Sample:
<Order xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BonaMarketAPI.Database">
  <AmountPaid>16.1</AmountPaid>
  <AmountPayable>9.1</AmountPayable>
  <Cancelled>true</Cancelled>
  <CartId>sample string 13</CartId>
  <Collected>true</Collected>
  <CollectionTimeSlot>sample string 7</CollectionTimeSlot>
  <Completed>true</Completed>
  <DateCancelled>2025-12-11T10:56:02.1867331+02:00</DateCancelled>
  <DateCollected>2025-12-11T10:56:02.1867331+02:00</DateCollected>
  <DateCompleted>2025-12-11T10:56:02.1867331+02:00</DateCompleted>
  <DateCreated>2025-12-11T10:56:02.1867331+02:00</DateCreated>
  <DateDevivered>2025-12-11T10:56:02.1867331+02:00</DateDevivered>
  <DateOrderReady>2025-12-11T10:56:02.1867331+02:00</DateOrderReady>
  <DatePacking>2025-12-11T10:56:02.1867331+02:00</DatePacking>
  <DatePaid>2025-12-11T10:56:02.1867331+02:00</DatePaid>
  <DatePartialRefund>2025-12-11T10:56:02.1867331+02:00</DatePartialRefund>
  <Delievered>true</Delievered>
  <DeliveryType>1</DeliveryType>
  <GrandTotal>12.1</GrandTotal>
  <LastModified>2025-12-11T10:56:02.1867331+02:00</LastModified>
  <OrderNumber>sample string 4</OrderNumber>
  <OrderReady>true</OrderReady>
  <Packing>true</Packing>
  <PartialRefund>true</PartialRefund>
  <PaymentSuccessful>true</PaymentSuccessful>
  <PaymentType>25</PaymentType>
  <ScheduledTimeSlot>2025-12-11T10:56:02.1867331+02:00</ScheduledTimeSlot>
  <Status>22</Status>
  <TipAmount>15.1</TipAmount>
  <TransactionFee>10.1</TransactionFee>
  <TransactionReference>sample string 5</TransactionReference>
  <UserCellNo>sample string 8</UserCellNo>
  <UserId>sample string 6</UserId>
  <VatPayable>11.1</VatPayable>
  <VendorId>1</VendorId>
  <VendorType>1</VendorType>
  <id>1</id>
</Order>