SendRegning

Collection

Verison: 1.0 (read more)

Overview

Get case

Returns information about debt collection case

1
GET /collection/cases/{number}

Response

HTTP/1.1 200 OK

1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "caseNumber": "7777777",
  "completed": true,
  "collectionAgency": "BEWA",
  "_links": {
    "invoice": {
      "uri": "/invoices/5"
    },
    "case": {
      "uri": "https://collection.lindorff.no/Assignment/Details/7777777"
    }
  }
}