I Update My Stock Rap net Website Using Web service DiamondManagerSoapClient
Here Is My Sample Code
DiamondManagerSoapClient webServiceManager = new iamondManagerSoapClient();
AuthenticationTicketHeader ticket = webServiceManager.Login(sRapnetUser, sRapnetPassword);
UploadLotsParameters uploadManager = new UploadLotsParameters();
UpdateLotParameters u = new UpdateLotParameters();
Lot Diamond = new RapnetUploadDiamond.Lot();
u.ByField = ByFieldTypes.StockNum;
u.FieldValue = “G15-3”
Diamond.VendorStockNumber = “G15-3”
Diamond.Weight = 2.01
Diamond.Shape = “ROUND”
Diamond.Color = “E”
Diamond.Clarity = “VVS1”;
u.Lot = Diamond;
var ressult1 = webServiceManager.UpdateLot(ticket, u);
Update Stock Success Full But Some Column Not In Webservice
Column Name Is
Member Comment
Star Length
Lower Half
Key To Symbols