Add New Quote...

GMR To Collect Consignment...
   


disclaimer content
quote.quoteDate = "2023-03-09"; quote.accountReference = "NSK02"; quote.serviceType = "EXPRESS"; quote.consignmentType = "SPECIAL"; quote.orderNumber = "98007"; quote.currencyCode = "ZAR"; quote.totalQuantity = ""; quote.totalWeight = ""; quote.vehicleCategory = "1.5T"; quote.valueDeclared = ""; quote.consignorSite = "NSK01"; quote.consignorName = "SKILLCRAFT AGENCIES"; quote.consignorBuilding = "UNIT 5A"; quote.consignorStreet = "FORTUNE STREET"; quote.consignorSuburb = "CITY DEEP"; quote.consignorCity = "JOHANNESBURG"; quote.consignorPostalCode = "2049"; quote.consignorContactName = "John Tes"; quote.consignorContactTel = "7162"; quote.collectionInstructions = "collection info test"; quote.consigneeSite = "NSK000010"; quote.consigneeName = "Skillcraft Generic Site"; quote.consigneeBuilding = ""; quote.consigneeStreet = "10 Generic"; quote.consigneeSuburb = "WINDHOEK"; quote.consigneeCity = "WINDHOEK"; quote.consigneePostalCode = "NAE30"; quote.consigneeContactName = "John Test"; quote.consigneeContactTel = "7162"; quote.deliveryInstructions = "Delivery Instruction Test"; DETAILS -------------- // Rate Types // G Mass / Volume // L Linehaul // D Distance // K Kilogram // I Invoice List items = new List(); Item item = new Item(); item.lineNumber = 1; item.quantity = "4"; item.productCode = "CAR"; item.description = "CARTON"; item.totalWeight = "44"; item.length = ".31"; item.width = ".25"; item.height = ".15"; item.volumetricWeight = ""; items.Add(item); return Task.FromResult(items); Returns a Reference Number : "ReferenceNumber":"751619295"