Document

post
Path parameters
applicationIdinteger · int32Required
Body
filestring · binaryOptional
documentTypestringOptional
getLatestInReplaceChainbooleanOptionalDefault: false
Responses
200

OK

post
/application/{applicationId}/documents
POST /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