Parse uploaded file to link accounts interest rates
post
/accountInterest/parseFile
This endpoint is used to adds a new data segment details.
Request
Supported Media Types
- multipart/form-data
- application/json
Form Parameters
-
fileDetailsDTO(required): string
Request Body that contains data required for creating a new datasegment
-
upfile: file
The file to upload.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created accounts
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error