Saltar al contenido principal
Version: ProX

INGRESOS MOVIMIENTOS

POST 

/api/inventory/transaction

Ejemplo:

Request

Body

required

  1. JSON A ENVIAR
    typestring
    Example: input
    inventory_transaction_idstring
    Example: 03
    item_codestring
    Example: CODPROD130
    quantitynumber
    Example: 100
    warehouse_idnumber
    Example: 1

Responses

JSON RESPUESTA

Schema

    succesboolean
    Example: true
    messagestring
    Example: Ingreso registrado correctamente