Create new or update existing Document in the PageUp system with a newly uploaded file from Amazon S3 temp storage

POST {{baseUrl}}/document/moveFromTemp

Required OAuth scopes for authentication: Public.Document.Write

Request Body

{"title"=>"TestDocument.pdf", "providerID"=>542373, "fileName"=>"TestDocument.pdf", "physicalFile"=>"c497cbc0-a6b2-4009-824e-6e185f853a24.pdf", "documentCategoryId"=>2688}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"id":"\u003cstring\u003e","title":"\u003cstring\u003e","providerID":"\u003cinteger\u003e","fileName":"\u003cstring\u003e","physicalFile":"\u003cstring\u003e","documentCategoryName":"\u003cstring\u003e","documentCategoryId":"\u003cinteger\u003e","applicationId":"\u003cinteger\u003e","applicantId":"\u003cinteger\u003e","jobId":"\u003cinteger\u003e","offerId":"\u003cinteger\u003e"}