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
Path Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns message of succes or failure
Headers
Body ()
Root Schema : RemitterIdDownloadCollection
Type: object
Collection of Remitter download.
Show Source
Nested Schema : data
Type: object
Show Source
Nested Schema : RemitterIdServiceResponseDto
Type: object
Show Source
Nested Schema : RemitterIdDownloadDTO
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : RemitterIdServiceResponseCode
Type: object
Show Source

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
Back to Top