Skip to main content

This type provides information returned about a created document ID, which may or may not have been uploaded.

Types that use DocumentResponse

Not used by any types.

Calls that use DocumentResponse

Fields

Field
Type
Description
documentId
The unique ID of the document.
documentMetadata
This container provides the name, size, and type of the specified file.
documentStatus
The status of the document resource.

Once a document has been uploaded using the uploadDocument method, the documentStatus will be SUBMITTED. The document will then either be accepted or rejected. Only documents with the status of ACCEPTED are available to be added to a listing.
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!