File tree Expand file tree Collapse file tree 1 file changed +92
-0
lines changed Expand file tree Collapse file tree 1 file changed +92
-0
lines changed Original file line number Diff line number Diff line change 1314
1314
],
1315
1315
"items" : {
1316
1316
"$ref" : " #/definitions/DeliveryPlaces"
1317
+ }
1318
+ },
1319
+ "CustomFields" : {
1320
+ "type" : " array" ,
1321
+ "description" : " Informações dos campos personalizados" ,
1322
+ "x-totvs" : [
1323
+ {
1324
+ "product" : " datasul" ,
1325
+ "required" : false ,
1326
+ "type" : " array" ,
1327
+ "available" : true ,
1328
+ "canUpdate" : true
1329
+ }
1330
+ ],
1331
+ "items" : {
1332
+ "$ref" : " #/definitions/CustomerCustomFields"
1317
1333
}
1318
1334
}
1319
1335
}
1666
1682
"description" : " Código País Siscomex"
1667
1683
}
1668
1684
}
1685
+ },
1686
+ "CustomerCustomFields" : {
1687
+ "type" : " object" ,
1688
+ "description" : " Informações dos campos customizados" ,
1689
+ "properties" : {
1690
+ "FieldId" : {
1691
+ "type" : " string" ,
1692
+ "description" : " Identificador do campo" ,
1693
+ "x-totvs" : [
1694
+ {
1695
+ "product" : " datasul" ,
1696
+ "field" : " mgadm.emitente.[]" ,
1697
+ "required" : true ,
1698
+ "type" : " string" ,
1699
+ "available" : true ,
1700
+ "canUpdate" : true
1701
+ }
1702
+ ]
1703
+ },
1704
+ "FieldValue" : {
1705
+ "type" : " string" ,
1706
+ "description" : " Valor do campo" ,
1707
+ "x-totvs" : [
1708
+ {
1709
+ "product" : " datasul" ,
1710
+ "field" : " mgadm.emitente.[]" ,
1711
+ "required" : true ,
1712
+ "type" : " string" ,
1713
+ "available" : true ,
1714
+ "canUpdate" : true
1715
+ }
1716
+ ]
1717
+ },
1718
+ "FieldType" : {
1719
+ "type" : " string" ,
1720
+ "description" : " Tipo primitivo do valor enviado" ,
1721
+ "x-totvs" : [
1722
+ {
1723
+ "product" : " datasul" ,
1724
+ "field" : " mgadm.emitente.[]" ,
1725
+ "required" : true ,
1726
+ "type" : " string" ,
1727
+ "available" : true ,
1728
+ "canUpdate" : true
1729
+ }
1730
+ ]
1731
+ },
1732
+ "Description" : {
1733
+ "type" : " string" ,
1734
+ "description" : " Descrição do valor enviado" ,
1735
+ "x-totvs" : [
1736
+ {
1737
+ "product" : " datasul" ,
1738
+ "field" : " mgadm.emitente.[]" ,
1739
+ "required" : true ,
1740
+ "type" : " string" ,
1741
+ "available" : true ,
1742
+ "canUpdate" : true
1743
+ }
1744
+ ]
1745
+ },
1746
+ "Observation" : {
1747
+ "type" : " string" ,
1748
+ "description" : " Observação do valor enviado" ,
1749
+ "x-totvs" : [
1750
+ {
1751
+ "product" : " datasul" ,
1752
+ "field" : " mgadm.emitente.[]" ,
1753
+ "required" : true ,
1754
+ "type" : " string" ,
1755
+ "available" : true ,
1756
+ "canUpdate" : true
1757
+ }
1758
+ ]
1759
+ }
1760
+ }
1669
1761
}
1670
1762
},
1671
1763
"components" : {
You can’t perform that action at this time.
0 commit comments