Skip to main content

This type provides information about the created document ID.

Types that use CreateDocumentResponse

Not used by any types.

Call that uses CreateDocumentResponse

Fields

Field
Type
Description
documentId
The unique identifier of the document to be uploaded.

This value is returned in the response and location header of the createDocument method. This ID can be used with the getDocument and uploadDocument methods, and to add an uploaded document to a listing. See Adding documents to listings for more information.
documentStatus
The status of the document resource. For example, the value PENDING_UPLOAD is the initial state when the reference to the document has been created.
documentType
The type of the document uploaded. For example, USER_GUIDE_OR_MANUAL.
languages
array of LanguageEnum
This array shows the language(s) used in the document.

Got thoughts? Click the feedback button – your insights help us improve!