Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

agrega modelo para crear un producto con unidad y control existencia #80

Merged

Conversation

AndresRamos
Copy link
Owner

Agrega modelo en json para crear un producto con unidad de medida y un producto con multiple control de existencias.

Para crear un producto con unidad de medida:

{
  "id": 0,
  "codigo": "PRUEBAUNI",
  "nombre": "PRODUCTO CON UNIDAD",
  "tipo": "Producto",
  "controlExistencias": "Unidades",
  "unidadMedida": {
    "nombre": "PIEZA"
  },
  "claveSat": "43231500",
  "datosExtra": {
    "CCLAVESAT": "43231500",
    "CTEXTOEXTRA1": "Texto extra 1",
    "CTEXTOEXTRA2": "Texto extra 2",
    "CTEXTOEXTRA3": "Texto extra 3"
  }
}

Para crear un producto con mutiple control existencias:

{
  "id": 0,
  "codigo": "PRUEBAEXIS",
  "nombre": "PRODUCTO CON MULTPLES EXISTENCIAS",
  "tipo": "Producto",
  "controlExistencias": "Series, Pedimentos",
  "claveSat": "43231500",
  "datosExtra": {
    "CCLAVESAT": "43231500",
    "CTEXTOEXTRA1": "Texto extra 1",
    "CTEXTOEXTRA2": "Texto extra 2",
    "CTEXTOEXTRA3": "Texto extra 3"
  }
}

@AndresRamos AndresRamos self-assigned this Dec 12, 2023
@AndresRamos AndresRamos added the documentation Improvements or additions to documentation label Dec 12, 2023
@AndresRamos AndresRamos merged commit db99574 into next-release Dec 12, 2023
@AndresRamos AndresRamos deleted the agrega-ejemplo-de-crear-prodcuto-con-existencias branch December 12, 2023 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant