docs
  1. Admin Api
  2. Resources
  3. Merchants
  4. Merchant Contacts
  5. Update Merchant Contact

Update merchant contact

Update an existing contact

Rate Limit: 300 Max attempts within 1 minute.

Path Parameters

ParameterDetails
merchantIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key(%3D|\=)[a-zA-Z0-9-_%\+\. ]*$
merchantContactId
  • required
integer
Example:
1

Request body

required
ParameterDetails
id
  • readonly
integer
Example:
1
name
  • nullable
string
Example:
John Doe
email
  • nullable
string
Example:
foo@bar.org
phone
  • nullable
string
Example:
123456789
cellPhone
  • nullable
string
Example:
123456789
type
  • nullable
string
Example:
general
position
  • nullable
string
Example:
Partner Service
description
  • nullable
string

Responses

200
Contact was successfully updated.
application/json
Success
id
integer
Example:
1
name
string
Example:
John Doe
email
string
Example:
foo@bar.org
phone
string
Example:
123456789
cellPhone
string
Example:
123456789
type
string
Example:
general
position
string
Example:
Partner Service
description
string
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
PUT/merchants/{merchantIdentifier}/contacts/{merchantContactId}

Request samples

Response samples

200
Contact:
Content type: application/json
Provide Feedback