Prices in quotes
Hi,
7.2.1.0
SR 16
When I send through a quote, the prices do not display in JIWA.
I assumed that JIWA would get its price rather than the website dictate what the price should be and sending it through. So I have not included it.
THis is what I am sending.
should I be including any of this?
"PriceExGst": 0,
"PriceIncGst": 0,
"DiscountedPrice": 0,
"TaxToCharge": 0,
"TaxRate": 0,
"UnitCost": 0,
If yes, out of curiosity, would that mean the website can give a different price than JIWA has and that it will prevail in the quote?
Thank you.
7.2.1.0
SR 16
When I send through a quote, the prices do not display in JIWA.
I assumed that JIWA would get its price rather than the website dictate what the price should be and sending it through. So I have not included it.
THis is what I am sending.
- Code: Select all
{
"Type": "string",
"StaffUserName": "Admin",
"StaffTitle": "WEB GUY",
"StaffFirstName": "BRUCE",
"StaffSurname": "EVANS",
"InvoiceInitDate": "2026-02-27T09:44:47",
"OrderNo": "AWC_69a0b605a1728",
"DebtorID": "abb76cc328904834bff3",
"DebtorAccountNo": "013",
"DebtorName": "TESTING FROM BRUCE - IGNORE DEBTOR",
"DebtorEmailAddress": "[email protected]",
"DeliveryAddress1": "",
"DeliveryAddress2": "",
"DeliveryAddressSuburb": "",
"DeliveryAddressState": "",
"DeliveryAddressPostcode": "",
"DeliveryAddressCountry": "Australia",
"Lines": [
{
"ItemNo": 1,
"QuoteLineID": "na",
"InventoryID": "eb9ff6fd0b33461995aa",
"Description": "PRYDES EASI BREED 20 KG",
"QuantityOrdered": 10}
]
}
should I be including any of this?
"PriceExGst": 0,
"PriceIncGst": 0,
"DiscountedPrice": 0,
"TaxToCharge": 0,
"TaxRate": 0,
"UnitCost": 0,
If yes, out of curiosity, would that mean the website can give a different price than JIWA has and that it will prevail in the quote?
Thank you.