Create merchant contact
Create a new contact
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
merchantIdentifier
| string Examples:
|
Request body
requiredParameter | Details |
---|---|
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 |
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
Request samples
Response samples
201Contact:
Content type: application/json