Update an existing remitter ids
put
/service/remitters/{virtualIdentifier}/{remitterId}
This endpoint is used to update an existing remittance ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
remitterId: string
key of the remitterids Maintenance
-
virtualIdentifier: string
key of the remitterids Maintenance
Header Parameters
-
sourceCode: string
Source from which request is initiated
Request Body that contains data required for updating an existing remitterids
Nested Schema : RemitterIdServiceRequestModifyDTO-allOf[0]
Type:
Show Source
object
-
additionalInfo(optional):
string
Additional information provided by corporate for further use
-
reconInfo(optional):
string
Reference number provided by corporate for reconciliation purpose
-
remitterListId(optional):
string
Minimum Length:
1
Maximum Length:35
Pattern:^[a-zA-Z0-9]+$
Unique identification number to identify Remitter list -
validityEndDate(optional):
string
Date till which Remitter id will be active
-
validityStartDate(optional):
string
Date from which Remitter id will be active
Response
Supported Media Types
- application/json
- text/csv
- application/xml
200 Response
Returns updated remitterids
Nested Schema : RemitterIdServiceResponseDataDto-allOf[0]
Type:
Show Source
object
-
additionalInfo(optional):
string
Additional information provided by corporate for further use
-
authStatus(optional):
string
Authorization Status of Virtual Account
-
checkerDateStamp(optional):
string
Date and Time when some action on Virtual Account is authorized
-
checkerId(optional):
string
Checker ID of Virtual Account
-
ibanAccountNo(optional):
string
IBAN for the Identifier
-
ibanReqd(optional):
string
Flag that indicates if IBAN is to be generated or not
-
identifierAccountNo(optional):
string
Identifier Account which is VirtualIdentifier + remitterId
-
makerDateStamp(optional):
string
Date and Time when Virtual Account is created or modified or closed or reopened
-
makerId(optional):
string
Maker ID of Virtual Account
-
modNo(optional):
integer
Version number of Virtual Account
-
onceAuth(optional):
string
Flag that indicated if Virtual Account is authorized once or not
-
realCustomerNo(optional):
string
Minimum Length:
1
Maximum Length:20
Customer number for which Remitter list id is maintained -
reconInfo(optional):
string
Reference number provided by corporate for reconciliation purpose
-
recordStatus(optional):
string
Record Status of Virtual Account
-
remitterId(optional):
string
Minimum Length:
1
Maximum Length:35
Pattern:^[a-zA-Z0-9]+$
Identification number of the Remitter which is the second part of the VAI account number -
remitterListId(optional):
string
Minimum Length:
1
Maximum Length:35
Pattern:^[a-zA-Z0-9]+$
Unique identification number to identify Remitter list -
validityEndDate(optional):
string
Date till which Remitter id will be active
-
validityStartDate(optional):
string
Date from which Remitter id will be active
-
virtualIdentifier(optional):
string
Minimum Length:
1
Maximum Length:15
Virtual Identifier
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