Remitter Service REST Endpoints

Identifier Services/Remitter Service
This service helps in the creation of Remitter ID records for a Remitter List ID
Adds a new remitter ids
Method: post
Path: /service/remitters
Close the remitter ids by given ID
Method: patch
Path: /service/remitters/{virtualIdentifier}/{remitterId}/close
Get all valid remitters
Method: get
Path: /service/remitters
Get count of valid remittance ids per identifier for a given customer
Method: get
Path: /service/remitterids/getremittercountforvi
Get count of valid remittanceids per identifier for a given customer
Method: get
Path: /service/remitters/downloadremitter/{realCustomerNo}/{virtualIdentifier}
Reopen the remitter ids by given ID
Method: patch
Path: /service/remitters/{virtualIdentifier}/{remitterId}/reopen
Update an existing remitter ids
Method: put
Path: /service/remitters/{virtualIdentifier}/{remitterId}