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
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
array
-
Array of:
object RemitterIdDetailServiceSaveDTO
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
200 Response
Returns updated remitterids
Root Schema : RemitterIdMasterResponseDtoWrapper
Type:
Show Source
object
-
data(optional):
object RemitterIdMasterServiceDTO
-
messages(optional):
object RemitterIdMasterResponseDto
Nested Schema : RemitterIdMasterResponseDto
Type:
Show Source
object
-
codes(optional):
array codes
-
status(optional):
string
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
array
-
Array of:
object RemitterIdDetailServiceDTO
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
Nested Schema : RemitterIdMasterResponseCode
Type:
Show Source
object
-
Code(optional):
string
-
Desc(optional):
string
-
Language(optional):
string
-
Type(optional):
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