Update Personal data
Customer personal data
Request body
Parameter | Details |
---|---|
birthDate | string |
firstName | string |
gender | Enum: m f |
lastName | string |
title
| 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
Response samples
200Content type: application/json