This website works better with JavaScript.
Home
Explore
Help
Sign In
tiago.inaba
/
reciclebem-socin-swagger
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix: adicionar campo para valor total do pagamento
main
tkinaba
1 day ago
parent
5d35fcdb9c
commit
2a0a85f0b4
1 changed files
with
8 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-1
swagger.json
+ 8
- 1
swagger.json
View File
@ -54,7 +54,8 @@
"items_quantity"
,
"items_quantity"
,
"cupom_fiscal"
,
"cupom_fiscal"
,
"empresa"
,
"empresa"
,
"pdv"
"pdv"
,
"total"
]
,
]
,
"properties"
:
{
"properties"
:
{
"id"
:
{
"id"
:
{
@ -65,6 +66,12 @@
"type"
:
"number"
,
"type"
:
"number"
,
"format"
:
"float"
,
"format"
:
"float"
,
"description"
:
"Valor total do pagamento com o saldo do RecicleBem"
,
"description"
:
"Valor total do pagamento com o saldo do RecicleBem"
,
"example"
:
10
}
,
"total"
:
{
"type"
:
"number"
,
"format"
:
"float"
,
"description"
:
"Valor total da venda"
,
"example"
:
50.25
"example"
:
50.25
}
,
}
,
"items_quantity"
:
{
"items_quantity"
:
{
Write
Preview
Loading…
Cancel
Save