Get all valid remittance ids by customer number
get
/service/remitterids/getByCustomer
This endpoint is used to get all valid remittance IDs by customer number.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting position of records to be fetched
-
realCustomerNo: string
Real Customer No of remittance list id
-
remitterDesc(optional): string
remittance list id description of remmitance, which is maintained for a customer
-
remitterId(optional): string
remittance id of remittance list id for a customer
-
remitterListId(optional): string
remittance list id for a customer
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns message of succes or failure
Headers
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