docs
  1. Customer Account Api
  2. Resources
  3. Customer
  4. Update Personal Data

Update Personal data

Customer personal data

Request body

ParameterDetails
birthDate
string
firstName
string
gender
Enum:
m
f
lastName
string
title
  • nullable
  • MaxLength: 30
string

Responses

200
request was successful
application/json
Success
Array of object
object
birthDate
string
createdAtrequired
string
object
email
string
firstName
string
gender
null
groups
Array of string
idrequired
integer
lastNamerequired
string
phone
string
publicKey
string
referenceKey
string
required
object
title
string
typerequired
null
updatedAtrequired
string
400
Bad Request (the information provided is invalid or inaccurate)
Error
401
Unauthorized (unable to verify provided API credentials)
Error
403
invalid access 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
Unprocessabe Entity (usually invalid JSON body)
Error
PUT/oauth/customer/personal

Response samples

200
Content type: application/json
Provide Feedback