This website uses Cookies to provide you with the best possible service. Please see our Privacy Policy for more information. Click the check box below to accept cookies. Then confirm with a click on "Save".  

/collect/claim/{az}/status/

Statusabfrage einer bestehenden Forderung im mediaFinanz Inkassosystem

Request

Bei der Anfrage ist das Aktenzeichen der Forderung im Pfad für {az} zu übergeben.
Der eigentliche HTTP Request Body bleibt hierbei leer.

Beispiel Anfrage mit Curl

curl -X 'GET' \
'https://test.api.mediafinanz.de/v2.2/collect/claim/12345678901/status/' \
-H 'accept: application/json' \
-H 'uuid: …' \
-H 'user: …' \
-H 'password: …'