docs
  1. Customer Account Api
  2. Resources
  3. Customer
  4. Update Contact Details

Update contact details

Update customer contact details

Request body

ParameterDetails
email
  • MaxLength: 60
string
Example:
anna.fischer@scayle.com
phone
string
Example:
0049/1234567890

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
412
email address already in use
Error
422
Unprocessabe Entity (usually invalid JSON body)
Error
PUT/oauth/customer/contact

Response samples

200
Content type: application/json
Provide Feedback