Changes for page account

Last modified by David Persson on 2024/02/21 07:42
From version 18.1
edited by Rasmus Enekvist
on 2021/09/27 07:58
To version 19.1
edited by Rasmus Enekvist
on 2021/09/27 08:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -218,6 +218,43 @@
218 218  |(% style="width:337px" %)activePaymentOrder.amount|(% style="width:205px" %)decimal|(% style="width:208px" %) |(% style="width:61px" %) |(% style="width:877px" %)Amount that will be charged, this amount may be adjusted when the payment order is executed, if the "amount to pay" on the bill has decreased
219 219  |(% style="width:215px" %) |(% style="width:114px" %) |(% style="width:161px" %) |(% style="width:61px" %) |(% style="width:877px" %)
220 220  
221 +----
222 +
223 +===== update-legal-address-from-population-register =====
224 +
225 +Method: POST
226 +Execution of this operation will result in an attempt to retrieve (and replace) the customer's legal address from the population registry.
227 +
228 +(% class="box infomessage" %)
229 +(((
230 +Access to this operation is not normally granted, unless otherwise agreed.
231 +)))
232 +
233 +{{code language="http" title="**Request**"}}
234 +POST /ledger/customer/v1/XXX/customers/NNN/legal-address/update-legal-address-from-population-register HTTP/1.1
235 +Host: -
236 +Authorization: Bearer <Token>
237 +Content-Type: application/json
238 +
239 +{
240 +}
241 +{{/code}}
242 +
243 +----
244 +
245 +==== Legal-address resource properties ====
246 +
247 +(% class="table-bordered table-striped" %)
248 +|=(% style="width: 161px;" %)Property|=(% style="width: 121px;" %)Data type|=(% style="width: 195px;" %)Format|=(% style="width: 1309px;" %)Description
249 +|(% style="width:161px" %)addressee|(% style="width:121px" %)string|(% style="width:195px" %)Maxlength: 72|(% style="width:1309px" %)Fullname
250 +|(% style="width:161px" %)streetAddress|(% style="width:121px" %)string|(% style="width:195px" %)Maxlength: 35|(% style="width:1309px" %)
251 +|(% style="width:161px" %)coAddress|(% style="width:121px" %)string|(% style="width:195px" %)Maxlength: 35|(% style="width:1309px" %)Care of (C/O) name. This is optional.
252 +|(% style="width:161px" %)city|(% style="width:121px" %)string|(% style="width:195px" %)Maxlength: 30|(% style="width:1309px" %)
253 +|(% style="width:161px" %)zipCode|(% style="width:121px" %)string|(% style="width:195px" %)Maxlength: 9|(% style="width:1309px" %)ZipCode without whitespaces
254 +|(% style="width:161px" %)countryCode|(% style="width:121px" %)string|(% style="width:195px" %)[[ISO 3166-1 alpha-2>>url:https://sv.wikipedia.org/wiki/ISO_3166]]|(% style="width:1309px" %)
255 +
256 +----
257 +
221 221  == Bills ==
222 222  
223 223  The bills resources contains all the documents produced in the accounts billing cycle.