1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49 | {
"number": 1,
"customerNumber": "12",
"name": "Ole Nordman",
"contact": {
"address": {
"address1": "Oslogata",
"address2": "",
"city": "OSLO",
"country": "NORGE",
"zip": "0194"
},
"email": "ole@sendregning.no",
"phone": "555555",
"mobile": "666666",
"fax": "777777",
"web": "www.sendregning.no"
},
"organisation": {
"form": "as",
"icd": "9908",
"number": "976098897"
},
"settings": {
"discount": 0.0,
"creditDays": 12,
"attachPdf": false,
"defaultShipment": "EMAIL",
"autoDunningsEnabled": true,
"currency": "EUR",
"lost": false
},
"avtaleGiro": {
"enabled": true,
"kid": "000000040000000006"
},
"yourReference": "your reference",
"customFields": null,
"comment": "some comment",
"deleted": false,
"_links": {
"self": {
"uri": "/recipients/1"
},
"delete": {
"uri": "/recipients/1"
}
}
}
|