Document
post
Path parameters
applicationIdinteger · int32Required
Body
filestring · binaryOptional
documentTypestringOptional
getLatestInReplaceChainbooleanOptionalDefault:
falseResponses
200
OK
400
Bad Request
post
/application/{applicationId}/documentsPOST /application/{applicationId}/documents HTTP/1.1
Host:
Content-Type: multipart/form-data
Accept: */*
Content-Length: 71
{
"file": "binary",
"documentType": "text",
"getLatestInReplaceChain": false
}{
"applicationId": 1,
"applicationNumber": "text",
"fileName": "text"
}Last updated