From version 53.2
edited by David Persson
on 2020/04/21 08:14
To version 53.3
edited by David Persson
on 2020/04/21 08:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -402,17 +402,24 @@
402 402  Content-Type: application/problem+json
403 403  
404 404  {
405 - "Type" : "ledger.credit-account.validation",
405 + "Type" : "ledger.credit-account-onboarding.validation",
406 406   "Title" : "A validation error occurred",
407 407   "Status" : 400,
408 - "Instance" : "215d4206-ca35-4f43-85ad-169c8f6d4ec1",
408 + "Instance" : "f1f431d7-d2b2-49ca-93e0-ffe15753610a",
409 409   "Detail" : "A validation error occurred. Please fix the problems mentioned in the 'problems' property below.",
410 410   "Problems" : [
411 411   {
412 - "amount" : "Expected value between [0,01]-[79228162514264337593543950335] actual [0]"
412 + "CellPhone" : "The CellPhone field is required."
413 + },
414 + {
415 + "EmailAddress" : "The EmailAddress field is required."
416 + },
417 + {
418 + "LegalAddress.Name" : "The Name field is required."
413 413   }
414 414   ]
415 415  }
422 +
416 416  {{/code}}
417 417  
418 418  (% id="HProblemtypes" %)