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

feat: Agrega solicitud para crear direccion de cliente #72

Merged
merged 6 commits into from
Dec 12, 2023

Conversation

AndresRamos
Copy link
Owner

Este PR se crea una nueva solicitud para crear una direccion de cliente.

{
  "$type": "CrearDireccionClienteRequest",
  "model": {
    "codigoCliente": "PRUEBADIR",
    "direccion": {
      "id": 0,
      "tipoCatalogo": "Clientes",
      "tipo": "Fiscal",
      "calle": "Calle",
      "numeroExterior": "1",
      "numeroInterior": "1",
      "colonia": "Colonia",
      "ciudad": "Ciudad",
      "estado": "Estado",
      "codigoPostal": "123456",
      "pais": "Mexico",
      "datosExtra": {}
    }
  },
  "options": {
    "cargarDatosExtra": false
  }
}

@AndresRamos AndresRamos added enhancement New feature or request web api labels Dec 12, 2023
@AndresRamos AndresRamos self-assigned this Dec 12, 2023
@AndresRamos AndresRamos merged commit 48b46d4 into next-release Dec 12, 2023
@AndresRamos AndresRamos deleted the agrega-solicitud-para-crear-direccion branch December 12, 2023 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request web api
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant