From version 33.3
edited by Adam Ingmansson
on 2020/02/18 14:50
To version 33.4
edited by Adam Ingmansson
on 2020/02/18 15:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -19,8 +19,7 @@
19 19  == [[image:1581023587369-139.png||width="461" height="253"]] ==
20 20  
21 21  == Offers ==
22 -(% id="offer-list" %)
23 -==== List ====
22 +==== List all offers ====
24 24  
25 25  {{code language="http" title="**Response**"}}
26 26  GET /ledger/credit-account-onboarding/v1/XXX/offers HTTP/1.1
... ... @@ -72,7 +72,7 @@
72 72  }
73 73  {{/code}}
74 74  
75 -==== Resource ====
74 +==== Offers Resource ====
76 76  
77 77  {{code language="http" title="**Response**"}}
78 78  HTTP/1.1 200 OK
... ... @@ -122,7 +122,7 @@
122 122  
123 123  == Applications ==
124 124  
125 -==== Post ====
124 +==== Add application to offer ====
126 126  
127 127  {{code language="http" title="**Request**"}}
128 128  POST /ledger/credit-account-onboarding/v1/XXX/offers/YYY/applications HTTP/1.1
... ... @@ -191,7 +191,7 @@
191 191  }
192 192  {{/code}}
193 193  
194 -==== List ====
193 +==== List all applications ====
195 195  
196 196  {{code language="http" title="**Request**"}}
197 197  GET /ledger/credit-account-onboarding/v1/XXX/offers/YYY/applications HTTP/1.1
... ... @@ -201,7 +201,7 @@
201 201  
202 202  {{/code}}
203 203  
204 -==== Get ====
203 +==== Get a single application ====
205 205  
206 206  {{code language="http" title="**Request**"}}
207 207  GET /ledger/credit-account-onboarding/v1/XXX/offers/YYY/applications/NNN HTTP/1.1
... ... @@ -211,7 +211,7 @@
211 211  
212 212  {{/code}}
213 213  
214 -==== Resource ====
213 +==== Applications Resource ====
215 215  
216 216  {{code language="http" title="**Response**"}}
217 217  HTTP/1.1 200 OK
... ... @@ -342,8 +342,6 @@
342 342  }
343 343  {{/code}}
344 344  
345 -==== ====
346 -
347 347  **Resource properties**
348 348  
349 349  (% class="table-bordered table-striped" %)
... ... @@ -350,8 +350,6 @@
350 350  |=(% style="width: 215px;" %)Property|=(% style="width: 114px;" %)Data type|=(% style="width: 118px;" %)Format|=(% style="width: 586px;" %)Description
351 351  |(% style="width:215px" %)createdAccount|(% style="width:114px" %)string|(% style="width:118px" %)Uri|(% style="width:586px" %)
352 352  
353 -== ==
354 -
355 355  == Problems ==
356 356  
357 357  If an error occur or any validation failed, a "problem" response will be returned.