SendRegning

Status

Verison: 1.0 (read more)

Request

1
GET /originators/current/creditors

Response

HTTP/1.1 200 OK

1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
    {
        "organisationNumber": "111111111",
        "kNumber": "K1",
        "state": "NOT_REGISTERED",
        "collectionAgency": "BEWA"
    },
    {
        "organisationNumber": "222222222",
        "kNumber": "K2",
        "state": "REGISTERED",
        "collectionAgency": "LINDORFF"
    }
]

If no debt collection details are found:

HTTP/1.1 204 No Content