Create a buyer contact

Allows a user to create a new contact for a given buyer.

Upon success, the details of the new contact will be returned.

Non-existent buyer IDs will return 404 Not Found. Out of scope buyer IDs will return 401 Unauthorized.

Log in to see full request history
Path Params
uuid
required

Buyer ID

Body Params

Buyer Contact

address
object

Represents a fully defined address for an entity

string

Optional. Represents the type of contact.

date-time

The timestamp value formatted per RFC3339. This does not allow nulls.

string
required

Email address

name
object
required

Represents the full name

string
required

Telephone number including country code

date-time

The timestamp value formatted per RFC3339. This does not allow nulls.

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain