This type provides information about the created document ID.
Types that use CreateDocumentResponse
Not used by any types.
Call that uses CreateDocumentResponse
POST
Fields
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.
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.