UploadFileRequest
Transfers a data file to one of eBay's servers. After your application makes this call, it needs to make the Bulk Data Exchange 'StartUploadJob' call so the data can be processed.
Fields
fileAttachment ( FileAttachment ) [1]
The zipped report file that is encoded in Base64 Binary format and included in the request according to the SOAP MTOM standard.
See the Field Index to learn which calls use fileAttachment.

fileFormat ( token ) [1]
Specifies the format of the file being uploaded.
gzip
It specifies that the file to be uploaded is in gzip format
zip
It specifies that the file to be uploaded is in zip format.
See the Field Index to learn which calls use fileFormat.

fileReferenceId ( string ) [1]
A unique ID assigned to a file by the Bulk Data Exchange service when createUploadJobRequest is called.

Pass the fileReferenceId into a File Transfer service uploadFile call. The File Transfer Service uses this identifier to keep track of the files that are uploaded.
See the Field Index to learn which calls use fileReferenceId.

taskReferenceId ( string ) [1]
This is an external identifier used by a service that interacts with the File Transfer Service.

For instance, the Bulk Data Exchange Service uses a job ID as a primary identifier, so, if you're using the Bulk Data Exchange Service, enter the job ID as the taskReferenceId.
See the Field Index to learn which calls use taskReferenceId.

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.