CreateUploadJobResponse
Returns job id and a file reference id, as well as the maximum upload file size for your data file. You need to add these ids to all Bulk Data Exchange calls that are related to your job, such as getJobStatusRequest.

You will also need to add this information to File Transfer service requests for this job.
Fields
fileReferenceId ( string ) [0..1]
A unique ID assigned to a file by the Bulk Data Exchange service when createUploadJobRequest is called. Pass this fileReferenceId into a File Transfer service uploadFileRequest call.
See the Field Index to learn which calls use fileReferenceId.

jobId ( string ) [0..1]
Job Id assigned by the Bulk Data Exchange service when createUploadJobRequest is called. Use this jobId with any Bulk Data Exchange call, or pass this jobId into a File Transfer service uploadJobRequest call.
See the Field Index to learn which calls use jobId.

maxFileSize ( string ) [0..1]
Maximum size of a file that may be uploaded or downloaded. Currently, the default maximum size is 15MB. The number of calls allowed in a data file that you want to upload varies with the size of the Item description, the type of data in the description, and the complexity of each call in your file.
See the Field Index to learn which calls use maxFileSize.

This document was generated with a customized version of the apireferencedocs tool.

© 2008–2009 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.