Updates the real customer number agains txn account

put

/service/realcustomermapping

This end point is used to update the real customer number against txn_account fetched from Account Services

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for creating a new txn
Root Schema : VirtualAccountsMappingDTO
Type: object
Show Source
Nested Schema : accountCustomerPairDTO
Type: array
Show Source
Nested Schema : AccountCustomerPairDTO
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Returns message of success or failure
Headers
Body ()
Root Schema : ResponseDtoWrapper
Type: object
Show Source
Nested Schema : ResponseDto
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : ResponseCode
Type: object
Show Source
Nested Schema : args
Type: array
Show Source
Nested Schema : items
Type: object

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.

500 Response

Internal server error
Back to Top