put https://api.appsat.net/v1/ClientesEquipos//
Actualizar un equipo especifico de un cliente.
Log in to see full request history
Responses
Actualizar un equipo especifico de un cliente.
xxxxxxxxxx
12curl --request PUT \
--url https://api.appsat.net/v1/ClientesEquipos/cliente_equipo_id/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"empresa_id": 1,
"sucursal_id": 1,
"cliente_equipo_estado": "En Servicio",
"cliente_equipo_instalado": "Instalado"
}
'
Try It!
to start a request and see the response here! Or choose an example: