Create entity
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
OR
Response
This endpoint returns an object.
id
name
email
isCustomer
True if this entity has a direct relationship with your organization.
accountType
Allowed values:
profile
status
acceptedTos
True if this entity has accepted the terms of service.
isPayor
True if this entity can pay invoices.
isPayee
True if this entity can receive payments.
isNetworkPayor
True if this entity is available as a payor to any entity on your platform. Otherwise this entity will only be available as a payor to entities that have a direct relationship with this entity.
isNetworkPayee
True if this entity is available as a payee to any entity on your platform. Otherwise this entity will only be available as a payee to entities that have a direct relationship with this entity.
createdAt
updatedAt
foreignId
The ID used to identify this entity in your system
emailTo
Local-part/username of the email address to which to send invoices to be added to the Invoice Inbox.
emailToAlias
Email inbox alias addresses. Used when forwarding emails to the emailTo address from an alias.
logo
URL for the entity logo
metadata
Simple key/value metadata associated with this entity. For more complex metadata, use the Metadata API.