REST API for Oracle Banking Virtual Account Management

Adds a new File to obvam

post

/service/account/handoffProcess

This endpoint is used to add a new File to obvam.

Request

Supported Media Types
  • application/json
Body (
  1. FileDetailsDTO
)
Fetches the starting number of the offset records
Root Schema : FileDetailsDTO
Type: object
Match All
Show Source
Nested Schema : FileDetailsDTO-allOf[0]
Type: object
Show Source
Nested Schema : exceptionList
Type: array
Show Source
Nested Schema : fieldData
Type: object
Additional Properties Allowed
Show Source
  • string
Nested Schema : initiatingPartyAddress
Type: object
Additional Properties Allowed
Show Source
  • string
Nested Schema : recordList
Type: array
Show Source
Nested Schema : retryForChunk
Type: array
Show Source
  • Array of: integer
Nested Schema : ExceptionDetailDTO
Type: object
Show Source
Nested Schema : RecordDTO
Type: object
Show Source
Nested Schema : exceptionList
Type: array
Show Source
Nested Schema : fieldData
Type: object
Additional Properties Allowed
Show Source
  • string
Back to Top

Response

Supported Media Types
  • application/json

201 Response

Returns message of succes or failure
Headers
Body (
  1. ResponseDtoWrapper
)
Root Schema : ResponseDtoWrapper
Type: object
Show Source
Nested Schema : ResponseDto
Type: object
Show Source
  • codes(optional): array codes
  • id(optional): string
  • requestId(optional): string
  • status(optional): string
Nested Schema : codes
Type: array
Show Source
Nested Schema : ResponseCode
Type: object
Show Source
  • arg(optional): string
  • args(optional): array args
  • Code(optional): string
  • Desc(optional): string
  • Language(optional): string
  • Type(optional): string
Nested Schema : args
Type: array
Show Source
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
Back to Top