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

Create merchant contact

Create a new 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-_%\+\. ]*$

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

201
Contact was successfully created.
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
POST/merchants/{merchantIdentifier}/contacts

Request samples

Response samples

201
Contact:
Content type: application/json
Provide Feedback