|
Upload Using HTTP Post
You can uploading diamond listings using HTTP POST.
Upload CSV data as a string
Send a CSV formated string. For example, "StockNumber, Shape, Weight, Color, Clarity\n\rStrok_1.3, Round, 2.1, D, VVS1"
Endpoint:
https://technet.rapaport.com:449/HTTP/Upload/Upload.aspx?Method=string
Uploading a CSV file
Upload a CSV file.
Endpoint:
https://technet.rapaport.com:449/HTTP/Upload/Upload.aspx?Method=file
Note: You will need to authenticate before sending the data.
See Sample Code for more information.
|