Linking or Delinking a virtualAccount in the existing Account Strcuture. Linking and Delinking can be done at the Leaf Node.

put

/service/accountstructures/modifystructure

This endpoint is used to update an existing account structures to link or delink an virtual account.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for updating an existing accountstructures
Root Schema : AccountLinkDelinkRequestDTO
Type: object
AccountStructure Link/Delink Request DTO
Show Source
Nested Schema : delinkAccountList
Type: array
Virtual Account List to be Delinked
Show Source
Nested Schema : linkAccountList
Type: array
Virtual Account List to be Linked
Show Source
Nested Schema : VirtualAccDetailsDTO
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Returns updated accountstructures
Body ()
Root Schema : AccountMapServiceResponseWrapperDTO
Type: object
Show Source
Nested Schema : AccountMapMasterServiceDTO
Type: object
Match All
Show Source
Nested Schema : AccountMapServiceResponseDto
Type: object
Show Source
Nested Schema : AccountMapMasterServiceDTO-allOf[0]
Type: object
Show Source
Nested Schema : AccountMapDetailServiceDTO
Type: array
Show Source
Nested Schema : AccountMapDetailServiceDTO
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : AccountMapServiceResponseCode
Type: object
Show Source

400 Response

Bad request error, the server is unable to process the request

401 Response

Unauthorized request error, invalid credentials

403 Response

Request denied, no permission to access the request.

405 Response

Request denied, invalid input.

500 Response

Internal server error.
Back to Top