Skip to main content
PUT
Create or update ordering customer

Authorizations

Authorization
string
header
required

JWT Token

Path Parameters

externalCustomerId
string
required

ID del customer en el sistema externo. Es independiente por app.

Body

application/json

Datos reales del customer externo.

Datos reales del customer externo.

email
string | null

Email real del customer, usado para notificaciones.

phone
string | null

Teléfono real del customer.

firstName
string | null

Nombre del customer.

lastName
string | null

Apellido del customer.

Response

Create or update ordering customer

success
boolean
required
data
object
required

Customer propio de la app Ordering API.