docs
  1. Customer Account Api
  2. Resources
  3. Order
  4. Update Bank Account

Update Bank Account

Update order bank account data

Path Parameters

ParameterDetails
orderId
  • required
integer

Request body

ParameterDetails
bic
  • required
  • MinLength: 1
  • MaxLength: 11
string
firstName
  • required
  • MinLength: 1
  • MaxLength: 30
string
iban
  • required
  • MinLength: 15
  • MaxLength: 34
string
lastName
  • required
  • MinLength: 1
  • MaxLength: 50
string

Responses

200
request was successful
application/json
Success
bicrequired
string
firstNamerequired
string
ibanrequired
string
lastNamerequired
string
400
request could not be processed (invalid JSON)
Error
401
authentication failed
Error
403
Not allowed to perform this action using this token
Error
404
Not Found (route does not exist or resource not found)
Error
405
Method Not Allowed (wrong HTTP method used)
Error
406
Not Acceptable (wrong Content-Type provided)
Error
422
formal validation failure (see schema)
Error
PUT/oauth/customer/order/{orderId}/payment

Response samples

200
Content type: application/json
Provide Feedback