Get count of valid remittance ids per identifier for a given customer
get
/service/remitterids/getremittercountforvi
This endpoint is used to get count of valid remittance IDs per identifier for a given customer.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
realCustomerNo(required): string
Real Customer No of remittance list id
Header Parameters
-
sourceCode(required): string
Source Code
Response
Supported Media Types
- application/json
- application/xml
- text/csv
200 Response
Returns message of succes or failure
Headers
Nested Schema : RemitterIdcountServiceDTO
Type:
Show Source
object
-
remitterIdCount:
integer
count of active remitter ids for the identifier
-
virtualIdentifier:
string
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