Customer Email
Create customer email address
POST
/
customers
/
{customerId}
/
email-addresses
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Path Parameters
customerId
string
requiredCustomer identifier
Body
email
string
requiredMaximum length:
255
receiverName
string
requiredMaximum length:
255
type
enum<string>
requiredAvailable options:
TYPE_COMPANY
, TYPE_INVOICE
Response
201 - application/json
email
string
requiredMaximum length:
255
receiverName
string
requiredMaximum length:
255
type
enum<string>
requiredAvailable options:
TYPE_COMPANY
, TYPE_INVOICE
id
string
default
boolean
Was this page helpful?