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

Formato JSON #1134

Open
Andres2234 opened this issue Jan 28, 2025 · 0 comments
Open

Formato JSON #1134

Andres2234 opened this issue Jan 28, 2025 · 0 comments

Comments

@Andres2234
Copy link

¿Cuándo se podría tener una estructura como esta?
{
"serie": "F001",
"numserie": 3,
"salesdetail": [
{
"salesdetailId": 4,
"description": "BISELADO ARO COMPLETO RX",
"quantity": 2,
"price": "20.00",
"pricesinigv": "16.95",
"subtotal": "33.90",
"igv": "6.10",
"total": "40.00"
},
{
"salesdetailId": 5,
"description": "BISELADO ARO COMPLETO RX",
"quantity": 2,
"price": "20.00",
"pricesinigv": "16.95",
"subtotal": "33.90",
"igv": "6.10",
"total": "40.00"
       }
    ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant