Get count of valid remittanceids per identifier for a given customer
get
/service/remitters/downloadremitter/{realCustomerNo}/{virtualIdentifier}
This endpoint is used to download valid remittance ids for a given customer and identifier.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
realCustomerNo: string
Real Customer No of remittance list id
-
virtualIdentifier: string
Virtual identifier
Header Parameters
-
sourceCode: string
Source Code
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns message of succes or failure
Headers
Root Schema : RemitterIdDownloadCollection
Type:
object
Collection of Remitter download.
Show Source
Nested Schema : RemitterIdDownloadDTO
Type:
Show Source
object
-
realCustomerNo(optional):
string
Real Customer
-
remitterData(optional):
string
remitter details for the real customer and identifier
-
virtualIdentifier(optional):
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