From version 18.1
edited by David Persson
on 2020/01/16 23:39
To version 19.1
edited by David Persson
on 2020/01/16 23:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,6 +20,65 @@
20 20  Host: -
21 21  Authorization: Bearer <Token>
22 22  Content-Type: application/json
23 +
24 +{
25 + "operations": null,
26 + "items": [
27 + {
28 + "accountProfile" : "kontotyp-1",
29 + "title" : "kontotyp 1",
30 + "currency" : "SEK",
31 + "creditLimit" : 1000.00,
32 + "interestFreePurchaseMonth" : true|false,
33 + "monthlyAdminFee" : 35.00,
34 + "reminderFee" : 35.00,
35 + "interest" : 35.00,
36 + "termsAndConditions" :
37 + {
38 + "standardEuropeeanAgreements" : "https://www.payex.com/term-and-conditions/no/-----.pdf",
39 + "accountTerms" : "https://www.payex.com/term-and-conditions/no/-----.pdf"
40 + },
41 + "@id" : "/ledger/credit-account-onboarding/v1/501/offers/kontotyp-1",
42 + "operations" :
43 + [
44 + {
45 + "title" : "apply-for-account",
46 + "href" : "/ledger/credit-account-onboarding/v1/501/offers/kontotyp-1/applications",
47 + "action" : "post"
48 + }
49 + ]
50 + },
51 + {
52 + "accountProfile" : "kontotyp-2",
53 + "title" : "kontotyp 2",
54 + "currency" : "SEK",
55 + "creditLimit" : 2000.00,
56 + "interestFreePurchaseMonth" : true|false,
57 + "monthlyAdminFee" : 35.00,
58 + "reminderFee" : 35.00,
59 + "interest" : 35.00,
60 + "termsAndConditions" :
61 + {
62 + "standardEuropeeanAgreements" : "https://www.payex.com/term-and-conditions/no/-----.pdf",
63 + "accountTerms" : "https://www.payex.com/term-and-conditions/no/-----.pdf"
64 + },
65 + "@id" : "/ledger/credit-account-onboarding/v1/501/offers/kontotyp-2",
66 + "operations" :
67 + [
68 + {
69 + "title" : "apply-for-account",
70 + "href" : "/ledger/credit-account-onboarding/v1/501/offers/kontotyp-2/applications",
71 + "action" : "post"
72 + }
73 + ]
74 + }
75 + ],
76 + "@id": "/ledger/credit-account-onboarding/v1/501/offers",
77 + "view": {
78 + "@id": "/ledger/credit-account-onboarding/v1/501/offers?$top=2&$skip=0",
79 + "next": "/ledger/credit-account-onboarding/v1/501/offers?$top=2&$skip=2"
80 + }
81 +}
23 23  {{/code}}
24 24  
25 25  ==== Resource ====
... ... @@ -72,26 +72,6 @@
72 72  
73 73  == Applications ==
74 74  
75 -==== List ====
76 -
77 -{{code language="http" title="**Request**"}}
78 -GET /ledger/credit-account-onboarding/v1/XXX/offers/YYY/applications HTTP/1.1
79 -Host: -
80 -Authorization: Bearer <Token>
81 -Content-Type: application/json
82 -
83 -{{/code}}
84 -
85 -==== Get ====
86 -
87 -{{code language="http" title="**Request**"}}
88 -GET /ledger/credit-account-onboarding/v1/XXX/offers/YYY/applications/NNN HTTP/1.1
89 -Host: -
90 -Authorization: Bearer <Token>
91 -Content-Type: application/json
92 -
93 -{{/code}}
94 -
95 95  ==== Post ====
96 96  
97 97  {{code language="http" title="**Request**"}}
... ... @@ -174,6 +174,26 @@
174 174  }
175 175  {{/code}}
176 176  
216 +==== List ====
217 +
218 +{{code language="http" title="**Request**"}}
219 +GET /ledger/credit-account-onboarding/v1/XXX/offers/YYY/applications HTTP/1.1
220 +Host: -
221 +Authorization: Bearer <Token>
222 +Content-Type: application/json
223 +
224 +{{/code}}
225 +
226 +==== Get ====
227 +
228 +{{code language="http" title="**Request**"}}
229 +GET /ledger/credit-account-onboarding/v1/XXX/offers/YYY/applications/NNN HTTP/1.1
230 +Host: -
231 +Authorization: Bearer <Token>
232 +Content-Type: application/json
233 +
234 +{{/code}}
235 +
177 177  ==== Resource ====
178 178  
179 179  {{code language="http" title="**Response**"}}