PUT api/quote/{id}
Update an existing Quote Header record
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Guid Identifier of Quote Header record |
globally unique identifier |
Required |
Body Parameters
Quote Header record
QuoteHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| SaleHeaderID | integer |
None. |
|
| SaleIdentifier | string |
String length: inclusive between 0 and 20 |
|
| SaleHeaderGuid | Collection of byte |
None. |
|
| SaleHeaderIdentifierGuid | globally unique identifier |
None. |
|
| DeptNo | integer |
None. |
|
| ZoneID | integer |
None. |
|
| OperatorID | integer |
None. |
|
| OperatorG_UID | Collection of byte |
None. |
|
| OperatorGuid | globally unique identifier |
None. |
|
| Created | date |
None. |
|
| ItemCount | integer |
None. |
|
| TotalAmount | integer |
None. |
|
| CashTender | integer |
Data type: Currency |
|
| CardTender | integer |
Data type: Currency |
|
| CheqTender | integer |
Data type: Currency |
|
| AcctTender | integer |
Data type: Currency |
|
| VoucherTender | integer |
Data type: Currency |
|
| VoucherForegone | integer |
None. |
|
| Cashout | integer |
Data type: Currency |
|
| ChangeAmount | integer |
Data type: Currency |
|
| Rounding | integer |
None. |
|
| GstAmount | integer |
None. |
|
| CardName | string |
String length: inclusive between 0 and 16 |
|
| AccountType | integer |
None. |
|
| AuthID | string |
String length: inclusive between 0 and 16 |
|
| BankRef | string |
String length: inclusive between 0 and 16 |
|
| InvRoc | string |
String length: inclusive between 0 and 16 |
|
| ResponseCode | string |
String length: inclusive between 0 and 4 |
|
| OrderNo | integer |
None. |
|
| AccountNo | integer |
None. |
|
| TranType | TransactionType |
None. |
|
| Processed | Processed |
None. |
|
| MachineID | integer |
None. |
|
| StoreID | integer |
None. |
|
| CustomerG_UID | Collection of byte |
None. |
|
| CustomerGuid | globally unique identifier |
None. |
|
| CommunityIdentifier | Collection of byte |
None. |
|
| CommunityIdentifierGuid | globally unique identifier |
None. |
|
| TimeInSale | time interval |
None. |
|
| TimeInSubtotal | time interval |
None. |
|
| NewID | integer |
None. |
|
| TotalTaxInclusive | integer |
None. |
|
| TotalTaxExempt | integer |
None. |
|
| LoyaltyPoints | integer |
None. |
|
| TaxTransactionDiscount | integer |
None. |
|
| TransactionDiscountTender | integer |
None. |
|
| TaxTransactionDiscountTender | integer |
None. |
|
| TableNumber | integer |
None. |
|
| Note | string |
String length: inclusive between 0 and 140 |
|
| ReceiptPrinted | boolean |
None. |
|
| MasterRoamingID | integer |
None. |
|
| IsLocal | boolean |
None. |
|
| DrawerID | integer |
None. |
|
| DemoID | string |
None. |
|
| RetrievedBy | Collection of byte |
None. |
|
| RetrievedByGuid | globally unique identifier |
None. |
|
| RetrievedAt | date |
None. |
|
| AgeVerified | boolean |
None. |
|
| FiscalReference | string |
String length: inclusive between 0 and 60 |
|
| CustomerReference | string |
String length: inclusive between 0 and 140 |
|
| Locked | boolean |
None. |
|
| Reversed | boolean |
None. |
|
| SmartReceiptStatus | boolean |
None. |
|
| RequiredExports | integer |
None. |
|
| PickupDate | date |
None. |
|
| LastQuoteSent | date |
None. |
|
| AccountID | Collection of byte |
None. |
|
| AccountIDGuid | globally unique identifier |
None. |
|
| Details | Collection of QuoteDetail |
Relation. This field may not always be loaded or used for updates. |
|
| StoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
| Payments | Collection of QuotePayment |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerName | string |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerEmail | string |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"saleHeaderID": 1,
"saleIdentifier": "sample string 2",
"saleHeaderGuid": "B+9vUlaL3EaGVDj2+tfK1w==",
"saleHeaderIdentifierGuid": "526fef07-8b56-46dc-8654-38f6fad7cad7",
"deptNo": 1,
"zoneID": 1,
"operatorID": 3,
"operatorG_UID": "lq9/7gwSR066dAHJSd2odQ==",
"operatorGuid": "ee7faf96-120c-4e47-ba74-01c949dda875",
"created": "2026-04-02T03:46:12.6357421",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"voucherForegone": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"cardName": "sample string 7",
"accountType": 1,
"authID": "sample string 8",
"bankRef": "sample string 9",
"invRoc": "sample string 10",
"responseCode": "sample string 11",
"orderNo": 1,
"accountNo": 1,
"tranType": 1,
"processed": 1,
"machineID": 1,
"storeID": 12,
"customerG_UID": "drxfPwlzwU6SDj63iUaatg==",
"customerGuid": "3f5fbc76-7309-4ec1-920e-3eb789469ab6",
"communityIdentifier": "3EXZOokEzkKx9LyyFmu/IQ==",
"communityIdentifierGuid": "3ad945dc-0489-42ce-b1f4-bcb2166bbf21",
"timeInSale": "00:00:00.1234567",
"timeInSubtotal": "00:00:00.1234567",
"newID": 1,
"totalTaxInclusive": 1,
"totalTaxExempt": 1,
"loyaltyPoints": 1,
"taxTransactionDiscount": 1,
"transactionDiscountTender": 1,
"taxTransactionDiscountTender": 1,
"tableNumber": 1,
"note": "sample string 13",
"receiptPrinted": true,
"masterRoamingID": 1,
"isLocal": true,
"drawerID": 1,
"demoID": "sample string 14",
"retrievedBy": "jkxmhNUmKkmR8XJGk9nKCQ==",
"retrievedByGuid": "84664c8e-26d5-492a-91f1-724693d9ca09",
"retrievedAt": "2026-04-02T03:46:12.6513413",
"ageVerified": true,
"fiscalReference": "sample string 15",
"customerReference": "sample string 16",
"locked": true,
"reversed": true,
"smartReceiptStatus": true,
"requiredExports": 1,
"pickupDate": "2026-04-02T03:46:12.6513413",
"lastQuoteSent": "2026-04-02T03:46:12.6513413",
"accountID": "3sjLXbuf2UqOhQmlXU/iVg==",
"accountIDGuid": "5dcbc8de-9fbb-4ad9-8e85-09a55d4fe256",
"details": [
{
"$id": "2",
"saleItemID": 1,
"saleHeaderID": 2,
"identifier": "XoOoyfq5eE2koWKc2LrYDA==",
"identifierGuid": "c9a8835e-b9fa-4d78-a4a1-629cd8bad80c",
"plu": 1,
"pluG_UID": "EzITVzAg3EWBlFg9X858Pw==",
"pluGuid": "57133213-2030-45dc-8194-583d5fce7c3f",
"accountId": "v8dCURx3gkCGfyJbRlFjlA==",
"accountIdGuid": "5142c7bf-771c-4082-867f-225b46516394",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": true,
"discountType": 1,
"operatorDiscount": true,
"cost": 1,
"costDecimals": 8,
"active": true,
"markdown": true,
"manualQuantity": true,
"manualPrice": true,
"manualMode": true,
"offline": true,
"refunded": true,
"barcode": "sample string 9",
"keyedSale": true,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-04-02T03:46:12.6513413",
"bestOrExpireType": true,
"refundG_UID": "Qx/3B228YkSM7kCDMGrxVQ==",
"refundGuid": "07f71f43-bc6d-4462-8cee-4083306af155",
"providerName": "sample string 11",
"campaign": "sample string 12",
"campaignType": 1,
"modifiedID": 1,
"omittedIngredient": true,
"taxPercent": 1.1,
"taxAmount": 1.1,
"refundablePrice": 1.1,
"showDiscounts": true,
"orderPrinted": true,
"note": "sample string 13",
"operatorG_UID": "hV/tRF9wK0uW8MVqZo+ptQ==",
"operatorGuid": "44ed5f85-705f-4b2b-96f0-c56a668fa9b5",
"modifierName": "sample string 14",
"modifierSetName": "sample string 15",
"totalValueWasScanned": true,
"sold": true,
"campaignPrice": true,
"scannedValue": 1,
"campaignName": "sample string 16",
"comboDiscount": 1,
"weightEmbedded": true,
"departmentID": 1,
"departmentCode": "sample string 17",
"idempotentVoid": "ve0XB4LdP0aKai0Lqhvr4Q==",
"idempotentVoidGuid": "0717edbd-dd82-463f-8a6a-2d0baa1bebe1",
"saleHeaderGuid": "SH7q17nJaUaEOko9okl61w==",
"saleHeaderIdentifierGuid": "d7ea7e48-c9b9-4669-843a-4a3da2497ad7",
"discounts": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"modifiers": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
{
"$ref": "2"
}
],
"storeName": "sample string 17",
"payments": [
{
"$id": "3",
"id": 1,
"identifier": "Mp2JN83jeEeIjM1LMwecfw==",
"identifierGuid": "37899d32-e3cd-4778-888c-cd4b33079c7f",
"saleHeaderID": 2,
"paymentType": 3,
"amount": 4,
"account": "sample string 5",
"accountID": "QSsBbQVaHUqADk4VnnzpJA==",
"accountIDGuid": "6d012b41-5a05-4a1d-800e-4e159e7ce924",
"accountType": 1,
"cardName": "sample string 6",
"authorisationNumber": "sample string 7",
"bankReference": "sample string 8",
"merchantID": "sample string 9",
"terminalID": "sample string 10",
"cardNumber": "sample string 11",
"paymentDate": "2026-04-02T03:46:12.6513413",
"paymentDateString": "sample string 12",
"invRocNo": "sample string 13",
"responseCode": "sample string 14",
"cashout": 1,
"idempotentVoid": "Xdz7YPpyZkabO1NmojQkjw==",
"idempotentVoidGuid": "60fbdc5d-72fa-4666-9b3b-5366a234248f",
"offline": true,
"processed": 1,
"stan": "sample string 15",
"responseText": "sample string 16",
"saleHeaderGuid": "XouGJ6PGs0OpEWjJJWVaJg==",
"saleHeaderIdentifierGuid": "27868b5e-c6a3-43b3-a911-68c925655a26"
},
{
"$ref": "3"
}
],
"customerName": "sample string 18",
"customerEmail": "sample string 19"
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Returns an updated header record(without details)
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel
Sample not available.