Mars Tse, Hello. Thank you for contacting theTechNet support forum.
Please provide which API you what to use. It looks like you are asking about the TechNet Webservices upload API. here: http://technet.rapaport.com/webservices/Upload/DiamondManager.asmx
I plan to address the Deletelots and KeepAlive in a later post.
We recommend you use the Uploadlots endpoint.
Your question: UPLOADLOTSl:where can I accquire LotList,ReportOption? Answer: The UploadLots uses input data in as csv format. LotList is the .csv data. ReportOption indicated when you want the upload report sent or 'None' for no report. This is an Example:
<soap:Body> <UploadLots xmlns="http://technet.rapaport.com/"> <Parameters> <LotList>StockNum,CertID,StoneCount,Country,City,State,Shape,Weight,Clarity,Comments,Lab,Color,FancyColor,FCIntensity,FCOvertone,Cut,Polish,Symmetry,FluorescenceIntensity,FluorescenceColor,Length,Width,Height,Measurements,Depth,Table,Crown Height,Crown Angle,PavilionDepth,Pavilion Angle,GirdleThick,GirdleThin,Girdle Condition,GirdlePercent,Culet,Culet Condition,Treatment,Laser Inscription,RapnetDiscount,TotalPrice,PricePerCarat,IsMatchPair,PairStockNumber,IsPairSeparable,ClarityDescription,Black Inclusion,Milky,Shade,Center Inclusion,CertFilename,ImageFile,brand,BB_CashAskingPrice,BB_CashDiscountPercent ss,11016087003,1,Belgium,Antwerpen,,Emerald,5.3,VVS1,,HRD,I,,,,,EX,G,None,,6.06,4.79,3.58,6.06x4.79x3.58,74.7,66,20,0,50.5,0,,Medium,Polished,4,,Linear,,,-45,,,FALSE,,,,,,,,2165610174.pdf,,,, aa-s,11016910006,1,Israel,Ramat-Gan,,Round,5.03,SI2,,HRD,E,,,,F,VG,VG,Strong,,9.8,9.88,6.54,9.8x9.88x6.54,66.5,52,17.5,35.7,43.5,41.1,,Thick,Faceted,5.5,,Pointed,,,-53,,,FALSE,,,,,,,, 380-166.pdf,M-IL-401.jpg,Canada Mark,, aa124,1234567890,1,Belgium,Antwerpen,,Round,5.53,VVS2,,HRD,K,,,,VG,EX,VG,Faint,,7.32,7.33,4.66,7.32x7.33x4.66,63.7,59,15.5,36.7,44.5,41.8,,Medium,,3.5,,Pointed,,,-25,,,FALSE,,,,,,,,1234567890.pdf,Test.png,,,</LotList> <LotListFormat>Rapnet</LotListFormat> <ReplaceAll>false</ReplaceAll> <FirstRowHeaders>true</FirstRowHeaders> <ReportOption>None</ReportOption> </Parameters> </UploadLots> </soap:Body>
|