Update an existing remitter ids
put
/service/remitterids/{remitterListId}
This endpoint is used to update an existing remittance IDs.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
remitterListId: string
remitterListId 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 : RemitterIdMasterServiceSaveDTO-allOf[0]
Type:
Show Source
object
-
realCustomerName(optional):
string
Customer Name for which Remitter list id is maintained
-
realCustomerNo:
string
Minimum Length:
1
Maximum Length:20
Customer number for which Remitter list id is maintained -
remitterDesc(optional):
string
Minimum Length:
1
Maximum Length:255
Description of Remitter list id -
RemitterIdDetailServiceSaveDTO(optional):
array RemitterIdDetailServiceSaveDTO
-
remitterListId:
string
Minimum Length:
1
Maximum Length:35
Pattern:^[a-zA-Z0-9]+$
Unique identification number to identify Remitter list
Nested Schema : RemitterIdDetailServiceSaveDTO
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
-
recordStatus:
string
Minimum Length:
1
Maximum Length:1
Indicates status of the Remitter id -
remitterId:
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:
string
Unique identification number to identify Remitter list
-
validityEndDate:
string
Date till which Remitter id will be active
-
validityStartDate:
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 : RemitterIdMasterServiceDTO-allOf[0]
Type:
Show Source
object
-
approverRemarks(optional):
string
Checker Remarks
-
authStatus(optional):
string
Auth Status
-
checkerDateStamp(optional):
string
Checker Date Stamp
-
checkerId(optional):
string
Checker ID
-
doerRemarks(optional):
string
Maker Remarks
-
makerDateStamp(optional):
string
Maker Date Stamp
-
makerId(optional):
string
Maker ID
-
modNo(optional):
number(int64)
Mod Number
-
onceAuth(optional):
string
Once Authorized
-
realCustomerName(optional):
string
Customer Name for which Remitter list id is maintained
-
realCustomerNo:
string
Minimum Length:
1
Maximum Length:20
Customer number for which Remitter list id is maintained -
recordStatus(optional):
string
Record Status
-
remitterDesc(optional):
string
Minimum Length:
1
Maximum Length:255
Description of Remitter list id -
RemitterIdDetailServiceDTO(optional):
array RemitterIdDetailServiceDTO
-
remitterListId:
string
Minimum Length:
1
Maximum Length:35
Pattern:^[a-zA-Z0-9]+$
Unique identification number to identify Remitter list
Nested Schema : RemitterIdDetailServiceDTO
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
-
recordStatus:
string
Minimum Length:
1
Maximum Length:1
Indicates status of the Remitter id -
remitterId:
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:
string
Unique identification number to identify Remitter list
-
validityEndDate:
string
Date till which Remitter id will be active
-
validityStartDate:
string
Date from which Remitter id will be active
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