REST API for Oracle Banking Virtual Account Management

Update an existing structured address service

put

/service/structuredaddressservice/{virtualAccountNo}

This endpoint is used to update an existing structured address service.

Request

Supported Media Types
  • application/json
  • application/xml
Path Parameters
Body (
  1. StructuredAddressServiceSaveDTO
)
Request Body that contains data required for updating an existing structuredaddressservice
Root Schema : StructuredAddressServiceSaveDTO
Type: object
Match All
Show Source
Nested Schema : StructuredAddressServiceSaveDTO-allOf[0]
Type: object
Show Source
Back to Top

Response

Supported Media Types
  • application/json
  • application/xml
  • text/csv

200 Response

Returns updated structuredaddressservice
Body (
  1. ResponseDtoServiceWrapper
)
Root Schema : ResponseDtoServiceWrapper
Type: object
Show Source
Nested Schema : StructuredAddressServiceDTO
Type: object
Show Source
Nested Schema : StructuredAddrResponseDto
Type: object
Show Source
  • codes: array codes
  • status: string
Nested Schema : codes
Type: array
Show Source
Nested Schema : StructuredAddrResponseCode
Type: object
Show Source
  • Code: string
  • Desc: string
  • Language: string
  • Type: string

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