@things-factory/operato-hub 4.3.576 → 4.3.577
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-server/controllers/company-initializer/settings.js +2 -1
- package/dist-server/controllers/company-initializer/settings.js.map +1 -1
- package/dist-server/routers/api/restful-apis/v1/utils/params.js +62 -0
- package/dist-server/routers/api/restful-apis/v1/utils/params.js.map +1 -1
- package/dist-server/routers/api/restful-apis/v1/warehouse/add-sales-invoice.js +59 -0
- package/dist-server/routers/api/restful-apis/v1/warehouse/add-sales-invoice.js.map +1 -0
- package/dist-server/routers/api/restful-apis/v1/warehouse/index.js +1 -0
- package/dist-server/routers/api/restful-apis/v1/warehouse/index.js.map +1 -1
- package/openapi/v1/outbound.yaml +1242 -920
- package/package.json +4 -4
- package/server/controllers/company-initializer/settings.ts +2 -1
- package/server/routers/api/restful-apis/v1/utils/params.ts +62 -0
- package/server/routers/api/restful-apis/v1/warehouse/add-sales-invoice.ts +93 -0
- package/server/routers/api/restful-apis/v1/warehouse/index.ts +1 -0
package/openapi/v1/outbound.yaml
CHANGED
|
@@ -63,7 +63,7 @@ definitions:
|
|
|
63
63
|
attentionCompany:
|
|
64
64
|
type: 'string'
|
|
65
65
|
example: 'string'
|
|
66
|
-
ward:
|
|
66
|
+
ward:
|
|
67
67
|
type: 'string'
|
|
68
68
|
example: 'PHƯỜNG HÀNG BUỒM'
|
|
69
69
|
city:
|
|
@@ -235,7 +235,7 @@ definitions:
|
|
|
235
235
|
attentionTo:
|
|
236
236
|
type: 'string'
|
|
237
237
|
example: 'string'
|
|
238
|
-
ward:
|
|
238
|
+
ward:
|
|
239
239
|
type: 'string'
|
|
240
240
|
example: 'string'
|
|
241
241
|
city:
|
|
@@ -406,7 +406,7 @@ definitions:
|
|
|
406
406
|
attentionCompany:
|
|
407
407
|
type: 'string'
|
|
408
408
|
example: 'ABC SDN BHD'
|
|
409
|
-
ward:
|
|
409
|
+
ward:
|
|
410
410
|
type: 'string'
|
|
411
411
|
example: 'PHƯỜNG HÀNG BUỒM'
|
|
412
412
|
city:
|
|
@@ -511,7 +511,7 @@ definitions:
|
|
|
511
511
|
type: 'integer'
|
|
512
512
|
example: 0
|
|
513
513
|
xml:
|
|
514
|
-
name: 'GetReleaseOrderList'
|
|
514
|
+
name: 'GetReleaseOrderList'
|
|
515
515
|
|
|
516
516
|
# GetReleaseOrderDetails
|
|
517
517
|
GetReleaseOrderDetails:
|
|
@@ -634,7 +634,7 @@ definitions:
|
|
|
634
634
|
attentionCompany:
|
|
635
635
|
type: 'string'
|
|
636
636
|
example: 'ABC SDN BHD'
|
|
637
|
-
ward:
|
|
637
|
+
ward:
|
|
638
638
|
type: 'string'
|
|
639
639
|
example: 'PHƯỜNG HÀNG BUỒM'
|
|
640
640
|
city:
|
|
@@ -677,10 +677,10 @@ definitions:
|
|
|
677
677
|
properties:
|
|
678
678
|
refCode:
|
|
679
679
|
type: 'string'
|
|
680
|
-
example: '201020'
|
|
680
|
+
example: '201020'
|
|
681
681
|
name:
|
|
682
682
|
type: 'string'
|
|
683
|
-
example: 'Panadol Actifast'
|
|
683
|
+
example: 'Panadol Actifast'
|
|
684
684
|
orderProduct:
|
|
685
685
|
type: 'object'
|
|
686
686
|
properties:
|
|
@@ -693,9 +693,9 @@ definitions:
|
|
|
693
693
|
name:
|
|
694
694
|
type: 'string'
|
|
695
695
|
example: 'Combo 2x Panadol Actifast'
|
|
696
|
-
releaseQty:
|
|
696
|
+
releaseQty:
|
|
697
697
|
type: 'integer'
|
|
698
|
-
example: '1'
|
|
698
|
+
example: '1'
|
|
699
699
|
batchId:
|
|
700
700
|
type: 'string'
|
|
701
701
|
example: 'B374727-1-1-1'
|
|
@@ -721,20 +721,20 @@ definitions:
|
|
|
721
721
|
properties:
|
|
722
722
|
qty:
|
|
723
723
|
type: 'integer'
|
|
724
|
-
example: 2
|
|
724
|
+
example: 2
|
|
725
725
|
orderTote:
|
|
726
726
|
type: 'object'
|
|
727
727
|
properties:
|
|
728
728
|
name:
|
|
729
|
-
|
|
730
|
-
|
|
729
|
+
type: 'string'
|
|
730
|
+
example: ''
|
|
731
731
|
orderToteSeals:
|
|
732
732
|
type: 'array'
|
|
733
733
|
items:
|
|
734
734
|
properties:
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
735
|
+
name:
|
|
736
|
+
type: 'string'
|
|
737
|
+
example: ' '
|
|
738
738
|
orderPackage:
|
|
739
739
|
type: 'array'
|
|
740
740
|
items:
|
|
@@ -902,20 +902,20 @@ definitions:
|
|
|
902
902
|
properties:
|
|
903
903
|
qty:
|
|
904
904
|
type: 'integer'
|
|
905
|
-
example: 2
|
|
905
|
+
example: 2
|
|
906
906
|
orderTote:
|
|
907
907
|
type: 'object'
|
|
908
908
|
properties:
|
|
909
909
|
name:
|
|
910
|
-
|
|
911
|
-
|
|
910
|
+
type: 'string'
|
|
911
|
+
example: ''
|
|
912
912
|
orderToteSeals:
|
|
913
913
|
type: 'array'
|
|
914
914
|
items:
|
|
915
915
|
properties:
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
916
|
+
name:
|
|
917
|
+
type: 'string'
|
|
918
|
+
example: ''
|
|
919
919
|
attachment:
|
|
920
920
|
type: 'array'
|
|
921
921
|
items:
|
|
@@ -1003,10 +1003,10 @@ definitions:
|
|
|
1003
1003
|
reusablePallet:
|
|
1004
1004
|
type: 'string'
|
|
1005
1005
|
example: 'string'
|
|
1006
|
-
createdAt:
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
updatedAt:
|
|
1006
|
+
createdAt:
|
|
1007
|
+
type: 'string'
|
|
1008
|
+
example: '2023-05-01T05:04:01.236Z'
|
|
1009
|
+
updatedAt:
|
|
1010
1010
|
type: 'string'
|
|
1011
1011
|
example: '2023-05-01T05:04:01.236Z'
|
|
1012
1012
|
bizplace:
|
|
@@ -1093,10 +1093,10 @@ definitions:
|
|
|
1093
1093
|
acceptedAt:
|
|
1094
1094
|
type: 'string'
|
|
1095
1095
|
example: '2023-05-01T05:04:01.236Z'
|
|
1096
|
-
createdAt:
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
updatedAt:
|
|
1096
|
+
createdAt:
|
|
1097
|
+
type: 'string'
|
|
1098
|
+
example: '2023-05-01T05:04:01.236Z'
|
|
1099
|
+
updatedAt:
|
|
1100
1100
|
type: 'string'
|
|
1101
1101
|
example: '2023-05-01T05:04:01.236Z'
|
|
1102
1102
|
marketplaceOrderStatus:
|
|
@@ -1285,20 +1285,20 @@ definitions:
|
|
|
1285
1285
|
properties:
|
|
1286
1286
|
qty:
|
|
1287
1287
|
type: 'integer'
|
|
1288
|
-
example: 2
|
|
1288
|
+
example: 2
|
|
1289
1289
|
orderTote:
|
|
1290
1290
|
type: 'object'
|
|
1291
1291
|
properties:
|
|
1292
1292
|
name:
|
|
1293
|
-
|
|
1294
|
-
|
|
1293
|
+
type: 'string'
|
|
1294
|
+
example: ''
|
|
1295
1295
|
orderToteSeals:
|
|
1296
1296
|
type: 'array'
|
|
1297
1297
|
items:
|
|
1298
1298
|
properties:
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1299
|
+
name:
|
|
1300
|
+
type: 'string'
|
|
1301
|
+
example: ' '
|
|
1302
1302
|
attachments:
|
|
1303
1303
|
type: 'string'
|
|
1304
1304
|
example: ' '
|
|
@@ -1422,7 +1422,7 @@ definitions:
|
|
|
1422
1422
|
attentionCompany:
|
|
1423
1423
|
type: 'string'
|
|
1424
1424
|
example: 'ABC SDN BHD'
|
|
1425
|
-
ward:
|
|
1425
|
+
ward:
|
|
1426
1426
|
type: 'string'
|
|
1427
1427
|
example: 'PHƯỜNG HÀNG BUỒM'
|
|
1428
1428
|
city:
|
|
@@ -1554,16 +1554,16 @@ definitions:
|
|
|
1554
1554
|
type: 'string'
|
|
1555
1555
|
example: '24'
|
|
1556
1556
|
releaseGoods:
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1557
|
+
type: 'array'
|
|
1558
|
+
items:
|
|
1559
|
+
type: 'object'
|
|
1560
|
+
properties:
|
|
1561
|
+
id:
|
|
1562
|
+
type: 'string'
|
|
1563
|
+
example: 'string'
|
|
1564
|
+
name:
|
|
1565
|
+
type: 'string'
|
|
1566
|
+
example: 'string'
|
|
1567
1567
|
billTo:
|
|
1568
1568
|
type: 'object'
|
|
1569
1569
|
properties:
|
|
@@ -1594,7 +1594,7 @@ definitions:
|
|
|
1594
1594
|
attentionCompany:
|
|
1595
1595
|
type: 'string'
|
|
1596
1596
|
example: 'ABC SDN BHD'
|
|
1597
|
-
ward:
|
|
1597
|
+
ward:
|
|
1598
1598
|
type: 'string'
|
|
1599
1599
|
example: 'PHƯỜNG HÀNG BUỒM'
|
|
1600
1600
|
city:
|
|
@@ -1642,10 +1642,10 @@ definitions:
|
|
|
1642
1642
|
oneOf:
|
|
1643
1643
|
- type: object
|
|
1644
1644
|
properties:
|
|
1645
|
-
id:
|
|
1645
|
+
id:
|
|
1646
1646
|
type: string
|
|
1647
1647
|
example: 'd61cd39-f9de-4a28-8d24-981e6ea5c4r6'
|
|
1648
|
-
sku:
|
|
1648
|
+
sku:
|
|
1649
1649
|
type: string
|
|
1650
1650
|
example: 'SKU Y'
|
|
1651
1651
|
name:
|
|
@@ -1656,10 +1656,10 @@ definitions:
|
|
|
1656
1656
|
example: '3'
|
|
1657
1657
|
- type: object
|
|
1658
1658
|
properties:
|
|
1659
|
-
id:
|
|
1659
|
+
id:
|
|
1660
1660
|
type: string
|
|
1661
1661
|
example: 'd61cd39-f9de-4a28-8d24-981e6ea5c4r6'
|
|
1662
|
-
sku:
|
|
1662
|
+
sku:
|
|
1663
1663
|
type: string
|
|
1664
1664
|
example: 'SKU Z'
|
|
1665
1665
|
name:
|
|
@@ -1692,7 +1692,7 @@ definitions:
|
|
|
1692
1692
|
type: integer
|
|
1693
1693
|
example: '2'
|
|
1694
1694
|
xml:
|
|
1695
|
-
name: 'GetDraftOrderDetails'
|
|
1695
|
+
name: 'GetDraftOrderDetails'
|
|
1696
1696
|
|
|
1697
1697
|
# GetGRNDocument
|
|
1698
1698
|
GetDODocument:
|
|
@@ -1707,7 +1707,6 @@ definitions:
|
|
|
1707
1707
|
xml:
|
|
1708
1708
|
name: 'GetDODocument'
|
|
1709
1709
|
|
|
1710
|
-
|
|
1711
1710
|
# DispatchDeliveryOrder
|
|
1712
1711
|
DispatchDeliveryOrder:
|
|
1713
1712
|
type: 'object'
|
|
@@ -1715,877 +1714,1036 @@ definitions:
|
|
|
1715
1714
|
data:
|
|
1716
1715
|
type: 'object'
|
|
1717
1716
|
properties:
|
|
1718
|
-
id:
|
|
1717
|
+
id:
|
|
1719
1718
|
type: 'string'
|
|
1720
1719
|
example: 'string'
|
|
1721
|
-
doNo:
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
from:
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
to:
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
contactPointRefId:
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
truckNo:
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
transportDriver:
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
transportVehicle:
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
otherDriver:
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
deliveryDate:
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
status:
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
ownCollection:
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
looseItem:
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
deliveryDateTime:
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
loadWeight:
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
cargoType:
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
urgency:
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
telNo:
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
refNo:
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
palletQty:
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
remark:
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
description:
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
reusablePallet:
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
attentionTo:
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
attentionCompany:
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
city:
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
country:
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
deliveryAddress1:
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
phone1:
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
postalCode:
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
state:
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
billingAddress:
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
billingCity:
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
billingCountry:
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
billingPostalCode:
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
billingState:
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
bizplace:
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
domain:
|
|
1831
|
-
|
|
1832
|
-
|
|
1720
|
+
doNo:
|
|
1721
|
+
type: 'string'
|
|
1722
|
+
example: 'string'
|
|
1723
|
+
from:
|
|
1724
|
+
type: 'string'
|
|
1725
|
+
example: null
|
|
1726
|
+
to:
|
|
1727
|
+
type: 'string'
|
|
1728
|
+
example: null
|
|
1729
|
+
contactPointRefId:
|
|
1730
|
+
type: 'string'
|
|
1731
|
+
example: 'string'
|
|
1732
|
+
truckNo:
|
|
1733
|
+
type: 'string'
|
|
1734
|
+
example: 'string'
|
|
1735
|
+
transportDriver:
|
|
1736
|
+
type: 'string'
|
|
1737
|
+
example: null
|
|
1738
|
+
transportVehicle:
|
|
1739
|
+
type: 'string'
|
|
1740
|
+
example: null
|
|
1741
|
+
otherDriver:
|
|
1742
|
+
type: 'string'
|
|
1743
|
+
example: 'string'
|
|
1744
|
+
deliveryDate:
|
|
1745
|
+
type: 'string'
|
|
1746
|
+
example: '2023-08-15'
|
|
1747
|
+
status:
|
|
1748
|
+
type: 'string'
|
|
1749
|
+
example: 'DELIVERING'
|
|
1750
|
+
ownCollection:
|
|
1751
|
+
type: 'string'
|
|
1752
|
+
example: true
|
|
1753
|
+
looseItem:
|
|
1754
|
+
type: 'string'
|
|
1755
|
+
example: null
|
|
1756
|
+
deliveryDateTime:
|
|
1757
|
+
type: 'string'
|
|
1758
|
+
example: null
|
|
1759
|
+
loadWeight:
|
|
1760
|
+
type: 'string'
|
|
1761
|
+
example: null
|
|
1762
|
+
cargoType:
|
|
1763
|
+
type: 'string'
|
|
1764
|
+
example: null
|
|
1765
|
+
urgency:
|
|
1766
|
+
type: 'string'
|
|
1767
|
+
example: null
|
|
1768
|
+
telNo:
|
|
1769
|
+
type: 'string'
|
|
1770
|
+
example: null
|
|
1771
|
+
refNo:
|
|
1772
|
+
type: 'string'
|
|
1773
|
+
example: 'string'
|
|
1774
|
+
palletQty:
|
|
1775
|
+
type: 'integer'
|
|
1776
|
+
example: 1
|
|
1777
|
+
remark:
|
|
1778
|
+
type: 'string'
|
|
1779
|
+
example: 'string'
|
|
1780
|
+
description:
|
|
1781
|
+
type: 'string'
|
|
1782
|
+
example: null
|
|
1783
|
+
reusablePallet:
|
|
1784
|
+
type: 'string'
|
|
1785
|
+
example: null
|
|
1786
|
+
attentionTo:
|
|
1787
|
+
type: 'string'
|
|
1788
|
+
example: null
|
|
1789
|
+
attentionCompany:
|
|
1790
|
+
type: 'string'
|
|
1791
|
+
example: null
|
|
1792
|
+
city:
|
|
1793
|
+
type: 'string'
|
|
1794
|
+
example: 'PERLIS'
|
|
1795
|
+
country:
|
|
1796
|
+
type: 'string'
|
|
1797
|
+
example: 'MY'
|
|
1798
|
+
deliveryAddress1:
|
|
1799
|
+
type: 'string'
|
|
1800
|
+
example: 'string'
|
|
1801
|
+
phone1:
|
|
1802
|
+
type: 'string'
|
|
1803
|
+
example: '0123456789'
|
|
1804
|
+
postalCode:
|
|
1805
|
+
type: 'string'
|
|
1806
|
+
example: '01007'
|
|
1807
|
+
state:
|
|
1808
|
+
type: 'string'
|
|
1809
|
+
example: 'KANGAR'
|
|
1810
|
+
billingAddress:
|
|
1811
|
+
type: 'string'
|
|
1812
|
+
example: 'ssss'
|
|
1813
|
+
billingCity:
|
|
1814
|
+
type: 'string'
|
|
1815
|
+
example: 'PERLIS'
|
|
1816
|
+
billingCountry:
|
|
1817
|
+
type: 'string'
|
|
1818
|
+
example: 'MY'
|
|
1819
|
+
billingPostalCode:
|
|
1820
|
+
type: 'string'
|
|
1821
|
+
example: '01007'
|
|
1822
|
+
billingState:
|
|
1823
|
+
type: 'string'
|
|
1824
|
+
example: 'KANGAR'
|
|
1825
|
+
bizplace:
|
|
1826
|
+
id: 'string'
|
|
1827
|
+
name: 'string'
|
|
1828
|
+
description: 'string'
|
|
1829
|
+
domain:
|
|
1830
|
+
id: 'string'
|
|
1831
|
+
name: 'string'
|
|
1833
1832
|
releaseGood:
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1833
|
+
type: 'object'
|
|
1834
|
+
properties:
|
|
1835
|
+
id:
|
|
1836
|
+
type: 'string'
|
|
1837
|
+
example: 'string'
|
|
1838
|
+
roNo:
|
|
1839
|
+
type: 'string'
|
|
1840
|
+
example: 'string'
|
|
1841
|
+
description:
|
|
1842
|
+
type: 'string'
|
|
1843
|
+
example: null
|
|
1844
|
+
status:
|
|
1845
|
+
type: 'string'
|
|
1846
|
+
example: 'DONE'
|
|
1847
|
+
refNo:
|
|
1848
|
+
type: 'string'
|
|
1849
|
+
example: 'Retail Sales 20230516_01'
|
|
1850
|
+
refNo2:
|
|
1851
|
+
type: 'string'
|
|
1852
|
+
example: null
|
|
1853
|
+
refNo3:
|
|
1854
|
+
type: 'string'
|
|
1855
|
+
example: null
|
|
1856
|
+
truckNo:
|
|
1857
|
+
type: 'string'
|
|
1858
|
+
example: null
|
|
1859
|
+
exportOption:
|
|
1860
|
+
type: 'string'
|
|
1861
|
+
example: true
|
|
1862
|
+
ownTransport:
|
|
1863
|
+
type: 'string'
|
|
1864
|
+
example: true
|
|
1865
|
+
crossDocking:
|
|
1866
|
+
type: 'string'
|
|
1867
|
+
example: false
|
|
1868
|
+
releaseDate:
|
|
1869
|
+
type: 'string'
|
|
1870
|
+
example: '2023-05-21'
|
|
1871
|
+
remark:
|
|
1872
|
+
type: 'string'
|
|
1873
|
+
example: null
|
|
1874
|
+
courierOption:
|
|
1875
|
+
type: 'string'
|
|
1876
|
+
example: true
|
|
1877
|
+
packingOption:
|
|
1878
|
+
type: 'string'
|
|
1879
|
+
example: false
|
|
1880
|
+
type:
|
|
1881
|
+
type: 'string'
|
|
1882
|
+
example: 'b2b'
|
|
1883
|
+
acceptedAt:
|
|
1884
|
+
type: 'string'
|
|
1885
|
+
example: '2023-05-01T05:04:01.236Z'
|
|
1886
|
+
marketplaceOrderStatus:
|
|
1887
|
+
type: 'string'
|
|
1888
|
+
example: null
|
|
1889
|
+
billingAddress:
|
|
1890
|
+
type: 'string'
|
|
1891
|
+
example: null
|
|
1892
|
+
deliveryAddress1:
|
|
1893
|
+
type: 'string'
|
|
1894
|
+
example: null
|
|
1895
|
+
deliveryAddress2:
|
|
1896
|
+
type: 'string'
|
|
1897
|
+
example: null
|
|
1898
|
+
deliveryAddress3:
|
|
1899
|
+
type: 'string'
|
|
1900
|
+
example: null
|
|
1901
|
+
deliveryAddress4:
|
|
1902
|
+
type: 'string'
|
|
1903
|
+
example: null
|
|
1904
|
+
deliveryAddress5:
|
|
1905
|
+
type: 'string'
|
|
1906
|
+
example: null
|
|
1907
|
+
attentionTo:
|
|
1908
|
+
type: 'string'
|
|
1909
|
+
example: null
|
|
1910
|
+
attentionCompany:
|
|
1911
|
+
type: 'string'
|
|
1912
|
+
example: null
|
|
1913
|
+
city:
|
|
1914
|
+
type: 'string'
|
|
1915
|
+
example: null
|
|
1916
|
+
state:
|
|
1917
|
+
type: 'string'
|
|
1918
|
+
example: null
|
|
1919
|
+
postalCode:
|
|
1920
|
+
type: 'string'
|
|
1921
|
+
example: null
|
|
1922
|
+
country:
|
|
1923
|
+
type: 'string'
|
|
1924
|
+
example: 'MY'
|
|
1925
|
+
phone1:
|
|
1926
|
+
type: 'string'
|
|
1927
|
+
example: null
|
|
1928
|
+
phone2:
|
|
1929
|
+
type: 'string'
|
|
1930
|
+
example: null
|
|
1931
|
+
email:
|
|
1932
|
+
type: 'string'
|
|
1933
|
+
example: 'support@hatio.com'
|
|
1934
|
+
transporter:
|
|
1935
|
+
type: 'string'
|
|
1936
|
+
example: null
|
|
1937
|
+
trackingNo:
|
|
1938
|
+
type: 'string'
|
|
1939
|
+
example: null
|
|
1940
|
+
airwayBill:
|
|
1941
|
+
type: 'string'
|
|
1942
|
+
example: null
|
|
1943
|
+
invoice:
|
|
1944
|
+
type: 'string'
|
|
1945
|
+
example: null
|
|
1946
|
+
pickupAddress:
|
|
1947
|
+
type: 'string'
|
|
1948
|
+
example: null
|
|
1949
|
+
pickupTime:
|
|
1950
|
+
type: 'string'
|
|
1951
|
+
example: null
|
|
1952
|
+
handoverType:
|
|
1953
|
+
type: 'string'
|
|
1954
|
+
example: null
|
|
1955
|
+
dropoffAddress:
|
|
1956
|
+
type: 'string'
|
|
1957
|
+
example: null
|
|
1958
|
+
noOfItems:
|
|
1959
|
+
type: 'string'
|
|
1960
|
+
example: 4
|
|
1961
|
+
orderProducts:
|
|
1962
|
+
type: 'string'
|
|
1963
|
+
example: []
|
|
1964
|
+
shippingOrder:
|
|
1965
|
+
type: 'string'
|
|
1966
|
+
example: null
|
|
1967
|
+
orderInventories:
|
|
1968
|
+
type: 'array'
|
|
1969
|
+
items:
|
|
1970
|
+
type: 'object'
|
|
1971
|
+
properties:
|
|
1972
|
+
id:
|
|
1837
1973
|
type: 'string'
|
|
1838
1974
|
example: 'string'
|
|
1839
|
-
|
|
1975
|
+
name:
|
|
1840
1976
|
type: 'string'
|
|
1841
1977
|
example: 'string'
|
|
1842
|
-
|
|
1843
|
-
type: 'string'
|
|
1844
|
-
example: null
|
|
1845
|
-
status:
|
|
1846
|
-
type: 'string'
|
|
1847
|
-
example: 'DONE'
|
|
1848
|
-
refNo:
|
|
1978
|
+
type:
|
|
1849
1979
|
type: 'string'
|
|
1850
|
-
example: '
|
|
1851
|
-
|
|
1980
|
+
example: 'RELEASE_OF_GOODS'
|
|
1981
|
+
remark:
|
|
1852
1982
|
type: 'string'
|
|
1853
1983
|
example: null
|
|
1854
|
-
|
|
1984
|
+
issue:
|
|
1855
1985
|
type: 'string'
|
|
1856
1986
|
example: null
|
|
1857
|
-
|
|
1987
|
+
description:
|
|
1858
1988
|
type: 'string'
|
|
1859
1989
|
example: null
|
|
1860
|
-
|
|
1990
|
+
batchId:
|
|
1861
1991
|
type: 'string'
|
|
1862
|
-
example:
|
|
1863
|
-
|
|
1992
|
+
example: '-'
|
|
1993
|
+
batchIdRef:
|
|
1864
1994
|
type: 'string'
|
|
1865
|
-
example:
|
|
1866
|
-
|
|
1995
|
+
example: 'string'
|
|
1996
|
+
packingType:
|
|
1867
1997
|
type: 'string'
|
|
1868
|
-
example:
|
|
1869
|
-
|
|
1998
|
+
example: 'UNIT'
|
|
1999
|
+
packingSize:
|
|
1870
2000
|
type: 'string'
|
|
1871
|
-
example:
|
|
1872
|
-
|
|
2001
|
+
example: 1
|
|
2002
|
+
refWorksheetId:
|
|
1873
2003
|
type: 'string'
|
|
1874
2004
|
example: null
|
|
1875
|
-
|
|
1876
|
-
type: 'string'
|
|
1877
|
-
example: true
|
|
1878
|
-
packingOption:
|
|
2005
|
+
originQty:
|
|
1879
2006
|
type: 'string'
|
|
1880
|
-
example:
|
|
1881
|
-
|
|
2007
|
+
example: null
|
|
2008
|
+
inspectedQty:
|
|
1882
2009
|
type: 'string'
|
|
1883
|
-
example:
|
|
1884
|
-
|
|
2010
|
+
example: null
|
|
2011
|
+
originUomValue:
|
|
1885
2012
|
type: 'string'
|
|
1886
|
-
example:
|
|
1887
|
-
|
|
2013
|
+
example: null
|
|
2014
|
+
inspectedUomValue:
|
|
1888
2015
|
type: 'string'
|
|
1889
2016
|
example: null
|
|
1890
|
-
|
|
2017
|
+
originBatchNo:
|
|
1891
2018
|
type: 'string'
|
|
1892
2019
|
example: null
|
|
1893
|
-
|
|
2020
|
+
inspectedBatchNo:
|
|
1894
2021
|
type: 'string'
|
|
1895
2022
|
example: null
|
|
1896
|
-
|
|
2023
|
+
releaseQty:
|
|
2024
|
+
type: 'string'
|
|
2025
|
+
example: 1
|
|
2026
|
+
pickedQty:
|
|
2027
|
+
type: 'string'
|
|
2028
|
+
example: 1
|
|
2029
|
+
packedQty:
|
|
2030
|
+
type: 'string'
|
|
2031
|
+
example: 0
|
|
2032
|
+
sortedQty:
|
|
2033
|
+
type: 'string'
|
|
2034
|
+
example: 0
|
|
2035
|
+
releaseUomValue:
|
|
2036
|
+
type: 'string'
|
|
2037
|
+
example: 1
|
|
2038
|
+
uom:
|
|
2039
|
+
type: 'string'
|
|
2040
|
+
example: 'UN'
|
|
2041
|
+
returnQty:
|
|
1897
2042
|
type: 'string'
|
|
1898
2043
|
example: null
|
|
1899
|
-
|
|
2044
|
+
returnUomValue:
|
|
1900
2045
|
type: 'string'
|
|
1901
2046
|
example: null
|
|
1902
|
-
|
|
2047
|
+
returnToLocationQty:
|
|
1903
2048
|
type: 'string'
|
|
1904
2049
|
example: null
|
|
1905
|
-
|
|
2050
|
+
returnToLocationUomValue:
|
|
1906
2051
|
type: 'string'
|
|
1907
2052
|
example: null
|
|
1908
|
-
|
|
2053
|
+
actualPackQty:
|
|
1909
2054
|
type: 'string'
|
|
1910
2055
|
example: null
|
|
1911
|
-
|
|
2056
|
+
palletQty:
|
|
1912
2057
|
type: 'string'
|
|
1913
2058
|
example: null
|
|
1914
|
-
|
|
2059
|
+
actualPalletQty:
|
|
1915
2060
|
type: 'string'
|
|
1916
2061
|
example: null
|
|
1917
|
-
|
|
2062
|
+
crossDocking:
|
|
1918
2063
|
type: 'string'
|
|
1919
2064
|
example: null
|
|
1920
|
-
|
|
2065
|
+
serialNumber:
|
|
1921
2066
|
type: 'string'
|
|
1922
2067
|
example: null
|
|
1923
|
-
|
|
2068
|
+
status:
|
|
2069
|
+
type: 'string'
|
|
2070
|
+
example: 'TERMINATED'
|
|
2071
|
+
pickedBy:
|
|
1924
2072
|
type: 'string'
|
|
1925
|
-
example: '
|
|
1926
|
-
|
|
2073
|
+
example: 'string'
|
|
2074
|
+
pickedAt:
|
|
2075
|
+
type: 'string'
|
|
2076
|
+
example: '2023-5-1T0:534.762Z'
|
|
2077
|
+
packedBy:
|
|
1927
2078
|
type: 'string'
|
|
1928
2079
|
example: null
|
|
1929
|
-
|
|
2080
|
+
packedAt:
|
|
1930
2081
|
type: 'string'
|
|
1931
2082
|
example: null
|
|
1932
|
-
|
|
2083
|
+
loadedBy:
|
|
1933
2084
|
type: 'string'
|
|
1934
|
-
example: '
|
|
1935
|
-
|
|
2085
|
+
example: 'pikah'
|
|
2086
|
+
loadedAt:
|
|
1936
2087
|
type: 'string'
|
|
1937
|
-
example:
|
|
1938
|
-
|
|
2088
|
+
example: '2023-5-1T0:505.685Z'
|
|
2089
|
+
createdAt:
|
|
1939
2090
|
type: 'string'
|
|
1940
|
-
example:
|
|
1941
|
-
|
|
2091
|
+
example: '2023-5-1T0:546.826Z'
|
|
2092
|
+
updatedAt:
|
|
1942
2093
|
type: 'string'
|
|
1943
|
-
example:
|
|
1944
|
-
|
|
2094
|
+
example: '2023-5-1T0:508.811Z'
|
|
2095
|
+
domainId:
|
|
2096
|
+
type: 'string'
|
|
2097
|
+
example: 'string'
|
|
2098
|
+
bizplaceId:
|
|
2099
|
+
type: 'string'
|
|
2100
|
+
example: 'string'
|
|
2101
|
+
inventoryId:
|
|
2102
|
+
type: 'string'
|
|
2103
|
+
example: 'string'
|
|
2104
|
+
productId:
|
|
2105
|
+
type: 'string'
|
|
2106
|
+
example: 'string'
|
|
2107
|
+
arrivalNoticeId:
|
|
1945
2108
|
type: 'string'
|
|
1946
2109
|
example: null
|
|
1947
|
-
|
|
2110
|
+
releaseGoodId:
|
|
2111
|
+
type: 'string'
|
|
2112
|
+
example: 'string'
|
|
2113
|
+
replenishmentId:
|
|
1948
2114
|
type: 'string'
|
|
1949
2115
|
example: null
|
|
1950
|
-
|
|
2116
|
+
inventoryCheckId:
|
|
1951
2117
|
type: 'string'
|
|
1952
2118
|
example: null
|
|
1953
|
-
|
|
2119
|
+
deliveryOrderId:
|
|
2120
|
+
type: 'string'
|
|
2121
|
+
example: 'string'
|
|
2122
|
+
transferOrderId:
|
|
1954
2123
|
type: 'string'
|
|
1955
2124
|
example: null
|
|
1956
|
-
|
|
2125
|
+
returnOrderId:
|
|
1957
2126
|
type: 'string'
|
|
1958
2127
|
example: null
|
|
1959
|
-
|
|
2128
|
+
orderProductId:
|
|
1960
2129
|
type: 'string'
|
|
1961
|
-
example:
|
|
1962
|
-
|
|
2130
|
+
example: 'string'
|
|
2131
|
+
originLocationId:
|
|
1963
2132
|
type: 'string'
|
|
1964
|
-
example:
|
|
1965
|
-
|
|
2133
|
+
example: null
|
|
2134
|
+
inspectedLocationId:
|
|
1966
2135
|
type: 'string'
|
|
1967
2136
|
example: null
|
|
1968
|
-
|
|
1969
|
-
type: '
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
type:
|
|
1980
|
-
type: 'string'
|
|
1981
|
-
example: 'RELEASE_OF_GOODS'
|
|
1982
|
-
remark:
|
|
1983
|
-
type: 'string'
|
|
1984
|
-
example: null
|
|
1985
|
-
issue:
|
|
1986
|
-
type: 'string'
|
|
1987
|
-
example: null
|
|
1988
|
-
description:
|
|
1989
|
-
type: 'string'
|
|
1990
|
-
example: null
|
|
1991
|
-
batchId:
|
|
1992
|
-
type: 'string'
|
|
1993
|
-
example: '-'
|
|
1994
|
-
batchIdRef:
|
|
1995
|
-
type: 'string'
|
|
1996
|
-
example: 'string'
|
|
1997
|
-
packingType:
|
|
1998
|
-
type: 'string'
|
|
1999
|
-
example: 'UNIT'
|
|
2000
|
-
packingSize:
|
|
2001
|
-
type: 'string'
|
|
2002
|
-
example: 1
|
|
2003
|
-
refWorksheetId:
|
|
2004
|
-
type: 'string'
|
|
2005
|
-
example: null
|
|
2006
|
-
originQty:
|
|
2007
|
-
type: 'string'
|
|
2008
|
-
example: null
|
|
2009
|
-
inspectedQty:
|
|
2010
|
-
type: 'string'
|
|
2011
|
-
example: null
|
|
2012
|
-
originUomValue:
|
|
2013
|
-
type: 'string'
|
|
2014
|
-
example: null
|
|
2015
|
-
inspectedUomValue:
|
|
2016
|
-
type: 'string'
|
|
2017
|
-
example: null
|
|
2018
|
-
originBatchNo:
|
|
2019
|
-
type: 'string'
|
|
2020
|
-
example: null
|
|
2021
|
-
inspectedBatchNo:
|
|
2022
|
-
type: 'string'
|
|
2023
|
-
example: null
|
|
2024
|
-
releaseQty:
|
|
2025
|
-
type: 'string'
|
|
2026
|
-
example: 1
|
|
2027
|
-
pickedQty:
|
|
2028
|
-
type: 'string'
|
|
2029
|
-
example: 1
|
|
2030
|
-
packedQty:
|
|
2031
|
-
type: 'string'
|
|
2032
|
-
example: 0
|
|
2033
|
-
sortedQty:
|
|
2034
|
-
type: 'string'
|
|
2035
|
-
example: 0
|
|
2036
|
-
releaseUomValue:
|
|
2037
|
-
type: 'string'
|
|
2038
|
-
example: 1
|
|
2039
|
-
uom:
|
|
2040
|
-
type: 'string'
|
|
2041
|
-
example: 'UN'
|
|
2042
|
-
returnQty:
|
|
2043
|
-
type: 'string'
|
|
2044
|
-
example: null
|
|
2045
|
-
returnUomValue:
|
|
2046
|
-
type: 'string'
|
|
2047
|
-
example: null
|
|
2048
|
-
returnToLocationQty:
|
|
2049
|
-
type: 'string'
|
|
2050
|
-
example: null
|
|
2051
|
-
returnToLocationUomValue:
|
|
2052
|
-
type: 'string'
|
|
2053
|
-
example: null
|
|
2054
|
-
actualPackQty:
|
|
2055
|
-
type: 'string'
|
|
2056
|
-
example: null
|
|
2057
|
-
palletQty:
|
|
2058
|
-
type: 'string'
|
|
2059
|
-
example: null
|
|
2060
|
-
actualPalletQty:
|
|
2061
|
-
type: 'string'
|
|
2062
|
-
example: null
|
|
2063
|
-
crossDocking:
|
|
2064
|
-
type: 'string'
|
|
2065
|
-
example: null
|
|
2066
|
-
serialNumber:
|
|
2067
|
-
type: 'string'
|
|
2068
|
-
example: null
|
|
2069
|
-
status:
|
|
2070
|
-
type: 'string'
|
|
2071
|
-
example: 'TERMINATED'
|
|
2072
|
-
pickedBy:
|
|
2073
|
-
type: 'string'
|
|
2074
|
-
example: 'string'
|
|
2075
|
-
pickedAt:
|
|
2076
|
-
type: 'string'
|
|
2077
|
-
example: '2023-5-1T0:534.762Z'
|
|
2078
|
-
packedBy:
|
|
2079
|
-
type: 'string'
|
|
2080
|
-
example: null
|
|
2081
|
-
packedAt:
|
|
2082
|
-
type: 'string'
|
|
2083
|
-
example: null
|
|
2084
|
-
loadedBy:
|
|
2085
|
-
type: 'string'
|
|
2086
|
-
example: 'pikah'
|
|
2087
|
-
loadedAt:
|
|
2088
|
-
type: 'string'
|
|
2089
|
-
example: '2023-5-1T0:505.685Z'
|
|
2090
|
-
createdAt:
|
|
2091
|
-
type: 'string'
|
|
2092
|
-
example: '2023-5-1T0:546.826Z'
|
|
2093
|
-
updatedAt:
|
|
2094
|
-
type: 'string'
|
|
2095
|
-
example: '2023-5-1T0:508.811Z'
|
|
2096
|
-
domainId:
|
|
2097
|
-
type: 'string'
|
|
2098
|
-
example: 'string'
|
|
2099
|
-
bizplaceId:
|
|
2100
|
-
type: 'string'
|
|
2101
|
-
example: 'string'
|
|
2102
|
-
inventoryId:
|
|
2103
|
-
type: 'string'
|
|
2104
|
-
example: 'string'
|
|
2105
|
-
productId:
|
|
2106
|
-
type: 'string'
|
|
2107
|
-
example: 'string'
|
|
2108
|
-
arrivalNoticeId:
|
|
2109
|
-
type: 'string'
|
|
2110
|
-
example: null
|
|
2111
|
-
releaseGoodId:
|
|
2112
|
-
type: 'string'
|
|
2113
|
-
example: 'string'
|
|
2114
|
-
replenishmentId:
|
|
2115
|
-
type: 'string'
|
|
2116
|
-
example: null
|
|
2117
|
-
inventoryCheckId:
|
|
2118
|
-
type: 'string'
|
|
2119
|
-
example: null
|
|
2120
|
-
deliveryOrderId:
|
|
2121
|
-
type: 'string'
|
|
2122
|
-
example: 'string'
|
|
2123
|
-
transferOrderId:
|
|
2124
|
-
type: 'string'
|
|
2125
|
-
example: null
|
|
2126
|
-
returnOrderId:
|
|
2127
|
-
type: 'string'
|
|
2128
|
-
example: null
|
|
2129
|
-
orderProductId:
|
|
2130
|
-
type: 'string'
|
|
2131
|
-
example: 'string'
|
|
2132
|
-
originLocationId:
|
|
2133
|
-
type: 'string'
|
|
2134
|
-
example: null
|
|
2135
|
-
inspectedLocationId:
|
|
2136
|
-
type: 'string'
|
|
2137
|
-
example: null
|
|
2138
|
-
binLocationId:
|
|
2139
|
-
type: 'string'
|
|
2140
|
-
example: 'string'
|
|
2141
|
-
creatorId:
|
|
2142
|
-
type: 'string'
|
|
2143
|
-
example: 'string'
|
|
2144
|
-
updaterId:
|
|
2145
|
-
type: 'string'
|
|
2146
|
-
example: 'string'
|
|
2147
|
-
xml:
|
|
2148
|
-
name: 'DispatchDeliveryOrder'
|
|
2137
|
+
binLocationId:
|
|
2138
|
+
type: 'string'
|
|
2139
|
+
example: 'string'
|
|
2140
|
+
creatorId:
|
|
2141
|
+
type: 'string'
|
|
2142
|
+
example: 'string'
|
|
2143
|
+
updaterId:
|
|
2144
|
+
type: 'string'
|
|
2145
|
+
example: 'string'
|
|
2146
|
+
xml:
|
|
2147
|
+
name: 'DispatchDeliveryOrder'
|
|
2149
2148
|
|
|
2150
|
-
# CompleteDeliveryOrder
|
|
2149
|
+
# CompleteDeliveryOrder
|
|
2151
2150
|
CompleteDeliveryOrder:
|
|
2152
2151
|
type: 'object'
|
|
2153
2152
|
properties:
|
|
2154
2153
|
data:
|
|
2155
2154
|
type: 'object'
|
|
2156
2155
|
properties:
|
|
2157
|
-
id:
|
|
2156
|
+
id:
|
|
2158
2157
|
type: 'string'
|
|
2159
2158
|
example: 'string'
|
|
2160
|
-
doNo:
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
from:
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
to:
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
contactPointRefId:
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
truckNo:
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
transportDriver:
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
transportVehicle:
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
otherDriver:
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
deliveryDate:
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
status:
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
ownCollection:
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
looseItem:
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
deliveryDateTime:
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
loadWeight:
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
cargoType:
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
urgency:
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
telNo:
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
refNo:
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
palletQty:
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
remark:
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
description:
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
reusablePallet:
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
attentionTo:
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
attentionCompany:
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
city:
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
country:
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
deliveryAddress1:
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
phone1:
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
postalCode:
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
state:
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
billingAddress:
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
billingCity:
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
billingCountry:
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
billingPostalCode:
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
billingState:
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
bizplace:
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
domain:
|
|
2270
|
-
|
|
2271
|
-
|
|
2159
|
+
doNo:
|
|
2160
|
+
type: 'string'
|
|
2161
|
+
example: 'string'
|
|
2162
|
+
from:
|
|
2163
|
+
type: 'string'
|
|
2164
|
+
example: null
|
|
2165
|
+
to:
|
|
2166
|
+
type: 'string'
|
|
2167
|
+
example: null
|
|
2168
|
+
contactPointRefId:
|
|
2169
|
+
type: 'string'
|
|
2170
|
+
example: 'string'
|
|
2171
|
+
truckNo:
|
|
2172
|
+
type: 'string'
|
|
2173
|
+
example: 'string'
|
|
2174
|
+
transportDriver:
|
|
2175
|
+
type: 'string'
|
|
2176
|
+
example: null
|
|
2177
|
+
transportVehicle:
|
|
2178
|
+
type: 'string'
|
|
2179
|
+
example: null
|
|
2180
|
+
otherDriver:
|
|
2181
|
+
type: 'string'
|
|
2182
|
+
example: 'string'
|
|
2183
|
+
deliveryDate:
|
|
2184
|
+
type: 'string'
|
|
2185
|
+
example: '2023-08-15'
|
|
2186
|
+
status:
|
|
2187
|
+
type: 'string'
|
|
2188
|
+
example: 'DELIVERING'
|
|
2189
|
+
ownCollection:
|
|
2190
|
+
type: 'string'
|
|
2191
|
+
example: true
|
|
2192
|
+
looseItem:
|
|
2193
|
+
type: 'string'
|
|
2194
|
+
example: null
|
|
2195
|
+
deliveryDateTime:
|
|
2196
|
+
type: 'string'
|
|
2197
|
+
example: null
|
|
2198
|
+
loadWeight:
|
|
2199
|
+
type: 'string'
|
|
2200
|
+
example: null
|
|
2201
|
+
cargoType:
|
|
2202
|
+
type: 'string'
|
|
2203
|
+
example: null
|
|
2204
|
+
urgency:
|
|
2205
|
+
type: 'string'
|
|
2206
|
+
example: null
|
|
2207
|
+
telNo:
|
|
2208
|
+
type: 'string'
|
|
2209
|
+
example: null
|
|
2210
|
+
refNo:
|
|
2211
|
+
type: 'string'
|
|
2212
|
+
example: 'string'
|
|
2213
|
+
palletQty:
|
|
2214
|
+
type: 'integer'
|
|
2215
|
+
example: 1
|
|
2216
|
+
remark:
|
|
2217
|
+
type: 'string'
|
|
2218
|
+
example: 'string'
|
|
2219
|
+
description:
|
|
2220
|
+
type: 'string'
|
|
2221
|
+
example: null
|
|
2222
|
+
reusablePallet:
|
|
2223
|
+
type: 'string'
|
|
2224
|
+
example: null
|
|
2225
|
+
attentionTo:
|
|
2226
|
+
type: 'string'
|
|
2227
|
+
example: null
|
|
2228
|
+
attentionCompany:
|
|
2229
|
+
type: 'string'
|
|
2230
|
+
example: null
|
|
2231
|
+
city:
|
|
2232
|
+
type: 'string'
|
|
2233
|
+
example: 'PERLIS'
|
|
2234
|
+
country:
|
|
2235
|
+
type: 'string'
|
|
2236
|
+
example: 'MY'
|
|
2237
|
+
deliveryAddress1:
|
|
2238
|
+
type: 'string'
|
|
2239
|
+
example: 'string'
|
|
2240
|
+
phone1:
|
|
2241
|
+
type: 'string'
|
|
2242
|
+
example: '0123456789'
|
|
2243
|
+
postalCode:
|
|
2244
|
+
type: 'string'
|
|
2245
|
+
example: '01007'
|
|
2246
|
+
state:
|
|
2247
|
+
type: 'string'
|
|
2248
|
+
example: 'KANGAR'
|
|
2249
|
+
billingAddress:
|
|
2250
|
+
type: 'string'
|
|
2251
|
+
example: 'ssss'
|
|
2252
|
+
billingCity:
|
|
2253
|
+
type: 'string'
|
|
2254
|
+
example: 'PERLIS'
|
|
2255
|
+
billingCountry:
|
|
2256
|
+
type: 'string'
|
|
2257
|
+
example: 'MY'
|
|
2258
|
+
billingPostalCode:
|
|
2259
|
+
type: 'string'
|
|
2260
|
+
example: '01007'
|
|
2261
|
+
billingState:
|
|
2262
|
+
type: 'string'
|
|
2263
|
+
example: 'KANGAR'
|
|
2264
|
+
bizplace:
|
|
2265
|
+
id: 'string'
|
|
2266
|
+
name: 'string'
|
|
2267
|
+
description: 'string'
|
|
2268
|
+
domain:
|
|
2269
|
+
id: 'string'
|
|
2270
|
+
name: 'string'
|
|
2272
2271
|
releaseGood:
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2272
|
+
type: 'object'
|
|
2273
|
+
properties:
|
|
2274
|
+
id:
|
|
2275
|
+
type: 'string'
|
|
2276
|
+
example: 'string'
|
|
2277
|
+
roNo:
|
|
2278
|
+
type: 'string'
|
|
2279
|
+
example: 'string'
|
|
2280
|
+
description:
|
|
2281
|
+
type: 'string'
|
|
2282
|
+
example: null
|
|
2283
|
+
status:
|
|
2284
|
+
type: 'string'
|
|
2285
|
+
example: 'DONE'
|
|
2286
|
+
refNo:
|
|
2287
|
+
type: 'string'
|
|
2288
|
+
example: 'Retail Sales 20230516_01'
|
|
2289
|
+
refNo2:
|
|
2290
|
+
type: 'string'
|
|
2291
|
+
example: null
|
|
2292
|
+
refNo3:
|
|
2293
|
+
type: 'string'
|
|
2294
|
+
example: null
|
|
2295
|
+
truckNo:
|
|
2296
|
+
type: 'string'
|
|
2297
|
+
example: null
|
|
2298
|
+
exportOption:
|
|
2299
|
+
type: 'string'
|
|
2300
|
+
example: true
|
|
2301
|
+
ownTransport:
|
|
2302
|
+
type: 'string'
|
|
2303
|
+
example: true
|
|
2304
|
+
crossDocking:
|
|
2305
|
+
type: 'string'
|
|
2306
|
+
example: false
|
|
2307
|
+
releaseDate:
|
|
2308
|
+
type: 'string'
|
|
2309
|
+
example: '2023-05-21'
|
|
2310
|
+
remark:
|
|
2311
|
+
type: 'string'
|
|
2312
|
+
example: null
|
|
2313
|
+
courierOption:
|
|
2314
|
+
type: 'string'
|
|
2315
|
+
example: true
|
|
2316
|
+
packingOption:
|
|
2317
|
+
type: 'string'
|
|
2318
|
+
example: false
|
|
2319
|
+
type:
|
|
2320
|
+
type: 'string'
|
|
2321
|
+
example: 'b2b'
|
|
2322
|
+
acceptedAt:
|
|
2323
|
+
type: 'string'
|
|
2324
|
+
example: '2023-5-1T0:504.236Z'
|
|
2325
|
+
marketplaceOrderStatus:
|
|
2326
|
+
type: 'string'
|
|
2327
|
+
example: null
|
|
2328
|
+
billingAddress:
|
|
2329
|
+
type: 'string'
|
|
2330
|
+
example: null
|
|
2331
|
+
deliveryAddress1:
|
|
2332
|
+
type: 'string'
|
|
2333
|
+
example: null
|
|
2334
|
+
deliveryAddress2:
|
|
2335
|
+
type: 'string'
|
|
2336
|
+
example: null
|
|
2337
|
+
deliveryAddress3:
|
|
2338
|
+
type: 'string'
|
|
2339
|
+
example: null
|
|
2340
|
+
deliveryAddress4:
|
|
2341
|
+
type: 'string'
|
|
2342
|
+
example: null
|
|
2343
|
+
deliveryAddress5:
|
|
2344
|
+
type: 'string'
|
|
2345
|
+
example: null
|
|
2346
|
+
attentionTo:
|
|
2347
|
+
type: 'string'
|
|
2348
|
+
example: null
|
|
2349
|
+
attentionCompany:
|
|
2350
|
+
type: 'string'
|
|
2351
|
+
example: null
|
|
2352
|
+
city:
|
|
2353
|
+
type: 'string'
|
|
2354
|
+
example: null
|
|
2355
|
+
state:
|
|
2356
|
+
type: 'string'
|
|
2357
|
+
example: null
|
|
2358
|
+
postalCode:
|
|
2359
|
+
type: 'string'
|
|
2360
|
+
example: null
|
|
2361
|
+
country:
|
|
2362
|
+
type: 'string'
|
|
2363
|
+
example: 'MY'
|
|
2364
|
+
phone1:
|
|
2365
|
+
type: 'string'
|
|
2366
|
+
example: null
|
|
2367
|
+
phone2:
|
|
2368
|
+
type: 'string'
|
|
2369
|
+
example: null
|
|
2370
|
+
email:
|
|
2371
|
+
type: 'string'
|
|
2372
|
+
example: 'support@hatio.com'
|
|
2373
|
+
transporter:
|
|
2374
|
+
type: 'string'
|
|
2375
|
+
example: null
|
|
2376
|
+
trackingNo:
|
|
2377
|
+
type: 'string'
|
|
2378
|
+
example: null
|
|
2379
|
+
airwayBill:
|
|
2380
|
+
type: 'string'
|
|
2381
|
+
example: null
|
|
2382
|
+
invoice:
|
|
2383
|
+
type: 'string'
|
|
2384
|
+
example: null
|
|
2385
|
+
pickupAddress:
|
|
2386
|
+
type: 'string'
|
|
2387
|
+
example: null
|
|
2388
|
+
pickupTime:
|
|
2389
|
+
type: 'string'
|
|
2390
|
+
example: null
|
|
2391
|
+
handoverType:
|
|
2392
|
+
type: 'string'
|
|
2393
|
+
example: null
|
|
2394
|
+
dropoffAddress:
|
|
2395
|
+
type: 'string'
|
|
2396
|
+
example: null
|
|
2397
|
+
noOfItems:
|
|
2398
|
+
type: 'string'
|
|
2399
|
+
example: 4
|
|
2400
|
+
orderProducts:
|
|
2401
|
+
type: 'string'
|
|
2402
|
+
example: []
|
|
2403
|
+
shippingOrder:
|
|
2404
|
+
type: 'string'
|
|
2405
|
+
example: null
|
|
2406
|
+
orderInventories:
|
|
2407
|
+
type: 'array'
|
|
2408
|
+
items:
|
|
2409
|
+
type: 'object'
|
|
2410
|
+
properties:
|
|
2411
|
+
id:
|
|
2276
2412
|
type: 'string'
|
|
2277
2413
|
example: 'string'
|
|
2278
|
-
|
|
2414
|
+
name:
|
|
2279
2415
|
type: 'string'
|
|
2280
2416
|
example: 'string'
|
|
2281
|
-
|
|
2282
|
-
type: 'string'
|
|
2283
|
-
example: null
|
|
2284
|
-
status:
|
|
2285
|
-
type: 'string'
|
|
2286
|
-
example: 'DONE'
|
|
2287
|
-
refNo:
|
|
2417
|
+
type:
|
|
2288
2418
|
type: 'string'
|
|
2289
|
-
example: '
|
|
2290
|
-
|
|
2419
|
+
example: 'RELEASE_OF_GOODS'
|
|
2420
|
+
remark:
|
|
2291
2421
|
type: 'string'
|
|
2292
2422
|
example: null
|
|
2293
|
-
|
|
2423
|
+
issue:
|
|
2294
2424
|
type: 'string'
|
|
2295
2425
|
example: null
|
|
2296
|
-
|
|
2426
|
+
description:
|
|
2297
2427
|
type: 'string'
|
|
2298
2428
|
example: null
|
|
2299
|
-
|
|
2429
|
+
batchId:
|
|
2300
2430
|
type: 'string'
|
|
2301
|
-
example:
|
|
2302
|
-
|
|
2431
|
+
example: '-'
|
|
2432
|
+
batchIdRef:
|
|
2303
2433
|
type: 'string'
|
|
2304
|
-
example:
|
|
2305
|
-
|
|
2434
|
+
example: 'string'
|
|
2435
|
+
packingType:
|
|
2306
2436
|
type: 'string'
|
|
2307
|
-
example:
|
|
2308
|
-
|
|
2437
|
+
example: 'UNIT'
|
|
2438
|
+
packingSize:
|
|
2309
2439
|
type: 'string'
|
|
2310
|
-
example:
|
|
2311
|
-
|
|
2440
|
+
example: 1
|
|
2441
|
+
refWorksheetId:
|
|
2312
2442
|
type: 'string'
|
|
2313
2443
|
example: null
|
|
2314
|
-
|
|
2444
|
+
originQty:
|
|
2315
2445
|
type: 'string'
|
|
2316
|
-
example:
|
|
2317
|
-
|
|
2318
|
-
type: 'string'
|
|
2319
|
-
example: false
|
|
2320
|
-
type:
|
|
2446
|
+
example: null
|
|
2447
|
+
inspectedQty:
|
|
2321
2448
|
type: 'string'
|
|
2322
|
-
example:
|
|
2323
|
-
|
|
2449
|
+
example: null
|
|
2450
|
+
originUomValue:
|
|
2324
2451
|
type: 'string'
|
|
2325
|
-
example:
|
|
2326
|
-
|
|
2452
|
+
example: null
|
|
2453
|
+
inspectedUomValue:
|
|
2327
2454
|
type: 'string'
|
|
2328
2455
|
example: null
|
|
2329
|
-
|
|
2456
|
+
originBatchNo:
|
|
2330
2457
|
type: 'string'
|
|
2331
2458
|
example: null
|
|
2332
|
-
|
|
2459
|
+
inspectedBatchNo:
|
|
2333
2460
|
type: 'string'
|
|
2334
2461
|
example: null
|
|
2335
|
-
|
|
2462
|
+
releaseQty:
|
|
2463
|
+
type: 'string'
|
|
2464
|
+
example: 1
|
|
2465
|
+
pickedQty:
|
|
2466
|
+
type: 'string'
|
|
2467
|
+
example: 1
|
|
2468
|
+
packedQty:
|
|
2469
|
+
type: 'string'
|
|
2470
|
+
example: 0
|
|
2471
|
+
sortedQty:
|
|
2472
|
+
type: 'string'
|
|
2473
|
+
example: 0
|
|
2474
|
+
releaseUomValue:
|
|
2475
|
+
type: 'string'
|
|
2476
|
+
example: 1
|
|
2477
|
+
uom:
|
|
2478
|
+
type: 'string'
|
|
2479
|
+
example: 'UN'
|
|
2480
|
+
returnQty:
|
|
2336
2481
|
type: 'string'
|
|
2337
2482
|
example: null
|
|
2338
|
-
|
|
2483
|
+
returnUomValue:
|
|
2339
2484
|
type: 'string'
|
|
2340
2485
|
example: null
|
|
2341
|
-
|
|
2486
|
+
returnToLocationQty:
|
|
2342
2487
|
type: 'string'
|
|
2343
2488
|
example: null
|
|
2344
|
-
|
|
2489
|
+
returnToLocationUomValue:
|
|
2345
2490
|
type: 'string'
|
|
2346
2491
|
example: null
|
|
2347
|
-
|
|
2492
|
+
actualPackQty:
|
|
2348
2493
|
type: 'string'
|
|
2349
2494
|
example: null
|
|
2350
|
-
|
|
2495
|
+
palletQty:
|
|
2351
2496
|
type: 'string'
|
|
2352
2497
|
example: null
|
|
2353
|
-
|
|
2498
|
+
actualPalletQty:
|
|
2354
2499
|
type: 'string'
|
|
2355
2500
|
example: null
|
|
2356
|
-
|
|
2501
|
+
crossDocking:
|
|
2357
2502
|
type: 'string'
|
|
2358
2503
|
example: null
|
|
2359
|
-
|
|
2504
|
+
serialNumber:
|
|
2360
2505
|
type: 'string'
|
|
2361
2506
|
example: null
|
|
2362
|
-
|
|
2507
|
+
status:
|
|
2363
2508
|
type: 'string'
|
|
2364
|
-
example: '
|
|
2365
|
-
|
|
2509
|
+
example: 'TERMINATED'
|
|
2510
|
+
pickedBy:
|
|
2511
|
+
type: 'string'
|
|
2512
|
+
example: 'string'
|
|
2513
|
+
pickedAt:
|
|
2514
|
+
type: 'string'
|
|
2515
|
+
example: '2023-5-1T0:534.762Z'
|
|
2516
|
+
packedBy:
|
|
2366
2517
|
type: 'string'
|
|
2367
2518
|
example: null
|
|
2368
|
-
|
|
2519
|
+
packedAt:
|
|
2369
2520
|
type: 'string'
|
|
2370
2521
|
example: null
|
|
2371
|
-
|
|
2522
|
+
loadedBy:
|
|
2372
2523
|
type: 'string'
|
|
2373
|
-
example: '
|
|
2374
|
-
|
|
2524
|
+
example: 'pikah'
|
|
2525
|
+
loadedAt:
|
|
2375
2526
|
type: 'string'
|
|
2376
|
-
example:
|
|
2377
|
-
|
|
2527
|
+
example: '2023-5-1T0:505.685Z'
|
|
2528
|
+
createdAt:
|
|
2529
|
+
type: 'string'
|
|
2530
|
+
example: '2023-5-1T0:546.826Z'
|
|
2531
|
+
updatedAt:
|
|
2532
|
+
type: 'string'
|
|
2533
|
+
example: '2023-5-1T0:508.811Z'
|
|
2534
|
+
domainId:
|
|
2535
|
+
type: 'string'
|
|
2536
|
+
example: 'string'
|
|
2537
|
+
bizplaceId:
|
|
2538
|
+
type: 'string'
|
|
2539
|
+
example: 'string'
|
|
2540
|
+
inventoryId:
|
|
2541
|
+
type: 'string'
|
|
2542
|
+
example: 'string'
|
|
2543
|
+
productId:
|
|
2544
|
+
type: 'string'
|
|
2545
|
+
example: 'string'
|
|
2546
|
+
arrivalNoticeId:
|
|
2378
2547
|
type: 'string'
|
|
2379
2548
|
example: null
|
|
2380
|
-
|
|
2549
|
+
releaseGoodId:
|
|
2550
|
+
type: 'string'
|
|
2551
|
+
example: 'string'
|
|
2552
|
+
replenishmentId:
|
|
2381
2553
|
type: 'string'
|
|
2382
2554
|
example: null
|
|
2383
|
-
|
|
2555
|
+
inventoryCheckId:
|
|
2384
2556
|
type: 'string'
|
|
2385
2557
|
example: null
|
|
2386
|
-
|
|
2558
|
+
deliveryOrderId:
|
|
2559
|
+
type: 'string'
|
|
2560
|
+
example: 'string'
|
|
2561
|
+
transferOrderId:
|
|
2387
2562
|
type: 'string'
|
|
2388
2563
|
example: null
|
|
2389
|
-
|
|
2564
|
+
returnOrderId:
|
|
2390
2565
|
type: 'string'
|
|
2391
2566
|
example: null
|
|
2392
|
-
|
|
2567
|
+
orderProductId:
|
|
2568
|
+
type: 'string'
|
|
2569
|
+
example: 'string'
|
|
2570
|
+
originLocationId:
|
|
2393
2571
|
type: 'string'
|
|
2394
2572
|
example: null
|
|
2395
|
-
|
|
2573
|
+
inspectedLocationId:
|
|
2396
2574
|
type: 'string'
|
|
2397
2575
|
example: null
|
|
2398
|
-
|
|
2576
|
+
binLocationId:
|
|
2399
2577
|
type: 'string'
|
|
2400
|
-
example:
|
|
2401
|
-
|
|
2578
|
+
example: 'string'
|
|
2579
|
+
creatorId:
|
|
2402
2580
|
type: 'string'
|
|
2403
|
-
example:
|
|
2404
|
-
|
|
2581
|
+
example: 'string'
|
|
2582
|
+
updaterId:
|
|
2405
2583
|
type: 'string'
|
|
2406
|
-
example:
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
type: 'string'
|
|
2567
|
-
example: null
|
|
2568
|
-
orderProductId:
|
|
2569
|
-
type: 'string'
|
|
2570
|
-
example: 'string'
|
|
2571
|
-
originLocationId:
|
|
2572
|
-
type: 'string'
|
|
2573
|
-
example: null
|
|
2574
|
-
inspectedLocationId:
|
|
2575
|
-
type: 'string'
|
|
2576
|
-
example: null
|
|
2577
|
-
binLocationId:
|
|
2578
|
-
type: 'string'
|
|
2579
|
-
example: 'string'
|
|
2580
|
-
creatorId:
|
|
2581
|
-
type: 'string'
|
|
2582
|
-
example: 'string'
|
|
2583
|
-
updaterId:
|
|
2584
|
-
type: 'string'
|
|
2585
|
-
example: 'string'
|
|
2584
|
+
example: 'string'
|
|
2585
|
+
xml:
|
|
2586
|
+
name: 'CompleteDeliveryOrder'
|
|
2587
|
+
|
|
2588
|
+
# AddSalesInvoice
|
|
2589
|
+
AddSalesInvoice:
|
|
2590
|
+
type: 'object'
|
|
2591
|
+
properties:
|
|
2592
|
+
data:
|
|
2593
|
+
type: 'object'
|
|
2594
|
+
properties:
|
|
2595
|
+
invoiceProducts:
|
|
2596
|
+
type: 'array'
|
|
2597
|
+
items:
|
|
2598
|
+
type: 'object'
|
|
2599
|
+
properties:
|
|
2600
|
+
id:
|
|
2601
|
+
type: 'string'
|
|
2602
|
+
example: 'string'
|
|
2603
|
+
sku:
|
|
2604
|
+
type: 'string'
|
|
2605
|
+
example: 'string'
|
|
2606
|
+
name:
|
|
2607
|
+
type: 'string'
|
|
2608
|
+
example: 'string'
|
|
2609
|
+
description:
|
|
2610
|
+
type: 'string'
|
|
2611
|
+
example: 'string'
|
|
2612
|
+
qty:
|
|
2613
|
+
type: 'integer'
|
|
2614
|
+
example: 1
|
|
2615
|
+
unitPrice:
|
|
2616
|
+
type: 'number'
|
|
2617
|
+
example: 1.0
|
|
2618
|
+
paidPrice:
|
|
2619
|
+
type: 'number'
|
|
2620
|
+
example: 1.0
|
|
2621
|
+
discount:
|
|
2622
|
+
type: 'number'
|
|
2623
|
+
example: 1.0
|
|
2624
|
+
shippingFeePaidByCustomer:
|
|
2625
|
+
type: 'number'
|
|
2626
|
+
example: 1.0
|
|
2627
|
+
id:
|
|
2628
|
+
type: 'string'
|
|
2629
|
+
example: 'string'
|
|
2630
|
+
name:
|
|
2631
|
+
type: 'string'
|
|
2632
|
+
example: 'string'
|
|
2633
|
+
refNo1:
|
|
2634
|
+
type: 'string'
|
|
2635
|
+
example: 'string'
|
|
2636
|
+
refNo2:
|
|
2637
|
+
type: 'string'
|
|
2638
|
+
example: 'string'
|
|
2639
|
+
refNo3:
|
|
2640
|
+
type: 'string'
|
|
2641
|
+
example: 'string'
|
|
2642
|
+
issuedOn:
|
|
2643
|
+
type: 'string'
|
|
2644
|
+
example: '2023-08-15'
|
|
2645
|
+
from:
|
|
2646
|
+
type: 'string'
|
|
2647
|
+
example: 'string'
|
|
2648
|
+
fromContactPhone:
|
|
2649
|
+
type: 'string'
|
|
2650
|
+
example: 'string'
|
|
2651
|
+
fromAddress1:
|
|
2652
|
+
type: 'string'
|
|
2653
|
+
example: 'string'
|
|
2654
|
+
fromAddress2:
|
|
2655
|
+
type: 'string'
|
|
2656
|
+
example: 'string'
|
|
2657
|
+
fromAddress3:
|
|
2658
|
+
type: 'string'
|
|
2659
|
+
example: 'string'
|
|
2660
|
+
fromAddress4:
|
|
2661
|
+
type: 'string'
|
|
2662
|
+
example: 'string'
|
|
2663
|
+
fromAddress5:
|
|
2664
|
+
type: 'string'
|
|
2665
|
+
example: 'string'
|
|
2666
|
+
fromPostcode:
|
|
2667
|
+
type: 'string'
|
|
2668
|
+
example: 'string'
|
|
2669
|
+
fromCity:
|
|
2670
|
+
type: 'string'
|
|
2671
|
+
example: 'string'
|
|
2672
|
+
fromState:
|
|
2673
|
+
type: 'string'
|
|
2674
|
+
example: 'string'
|
|
2675
|
+
fromCountry:
|
|
2676
|
+
type: 'string'
|
|
2677
|
+
example: 'string'
|
|
2678
|
+
deliverTo:
|
|
2679
|
+
type: 'string'
|
|
2680
|
+
example: 'string'
|
|
2681
|
+
deliverToPhone:
|
|
2682
|
+
type: 'string'
|
|
2683
|
+
example: 'string'
|
|
2684
|
+
deliveryAddress1:
|
|
2685
|
+
type: 'string'
|
|
2686
|
+
example: 'string'
|
|
2687
|
+
deliveryAddress2:
|
|
2688
|
+
type: 'string'
|
|
2689
|
+
example: 'string'
|
|
2690
|
+
deliveryAddress3:
|
|
2691
|
+
type: 'string'
|
|
2692
|
+
example: 'string'
|
|
2693
|
+
deliveryAddress4:
|
|
2694
|
+
type: 'string'
|
|
2695
|
+
example: 'string'
|
|
2696
|
+
deliveryAddress5:
|
|
2697
|
+
type: 'string'
|
|
2698
|
+
example: 'string'
|
|
2699
|
+
deliveryPostcode:
|
|
2700
|
+
type: 'string'
|
|
2701
|
+
example: 'string'
|
|
2702
|
+
deliveryCity:
|
|
2703
|
+
type: 'string'
|
|
2704
|
+
example: 'string'
|
|
2705
|
+
deliveryState:
|
|
2706
|
+
type: 'string'
|
|
2707
|
+
example: 'string'
|
|
2708
|
+
deliveryCountry:
|
|
2709
|
+
type: 'string'
|
|
2710
|
+
example: 'string'
|
|
2711
|
+
billTo:
|
|
2712
|
+
type: 'string'
|
|
2713
|
+
example: 'string'
|
|
2714
|
+
billToPhone:
|
|
2715
|
+
type: 'string'
|
|
2716
|
+
example: 'string'
|
|
2717
|
+
billingAddress1:
|
|
2718
|
+
type: 'string'
|
|
2719
|
+
example: 'string'
|
|
2720
|
+
billingAddress2:
|
|
2721
|
+
type: 'string'
|
|
2722
|
+
example: 'string'
|
|
2723
|
+
billingAddress3:
|
|
2724
|
+
type: 'string'
|
|
2725
|
+
example: 'string'
|
|
2726
|
+
billingAddress4:
|
|
2727
|
+
type: 'string'
|
|
2728
|
+
example: 'string'
|
|
2729
|
+
billingAddress5:
|
|
2730
|
+
type: 'string'
|
|
2731
|
+
example: 'string'
|
|
2732
|
+
billingPostcode:
|
|
2733
|
+
type: 'string'
|
|
2734
|
+
example: 'string'
|
|
2735
|
+
billingCity:
|
|
2736
|
+
type: 'string'
|
|
2737
|
+
example: 'string'
|
|
2738
|
+
billingState:
|
|
2739
|
+
type: 'string'
|
|
2740
|
+
example: 'string'
|
|
2741
|
+
billingCountry:
|
|
2742
|
+
type: 'string'
|
|
2743
|
+
example: 'string'
|
|
2586
2744
|
xml:
|
|
2587
|
-
name: '
|
|
2588
|
-
|
|
2745
|
+
name: 'AddSalesInvoice'
|
|
2746
|
+
|
|
2589
2747
|
paths:
|
|
2590
2748
|
# add-release-order
|
|
2591
2749
|
api/v1/warehouse/add-release-order:
|
|
@@ -2688,11 +2846,11 @@ paths:
|
|
|
2688
2846
|
properties:
|
|
2689
2847
|
shipName:
|
|
2690
2848
|
type: 'string'
|
|
2691
|
-
example:
|
|
2849
|
+
example: "string'(MANDATORY)"
|
|
2692
2850
|
required: true
|
|
2693
2851
|
containerNo:
|
|
2694
2852
|
type: 'string'
|
|
2695
|
-
example:
|
|
2853
|
+
example: "string'(MANDATORY)"
|
|
2696
2854
|
required: true
|
|
2697
2855
|
loadType:
|
|
2698
2856
|
type: 'string'
|
|
@@ -2705,57 +2863,57 @@ paths:
|
|
|
2705
2863
|
example: 'string'
|
|
2706
2864
|
containerArrivalDate:
|
|
2707
2865
|
type: 'string'
|
|
2708
|
-
example:
|
|
2866
|
+
example: "2020-02-14'(MANDATORY)"
|
|
2709
2867
|
required: true
|
|
2710
2868
|
containerLeavingDate:
|
|
2711
2869
|
type: 'string'
|
|
2712
|
-
example:
|
|
2870
|
+
example: "2020-02-14'(MANDATORY)"
|
|
2713
2871
|
required: true
|
|
2714
2872
|
deliverTo:
|
|
2715
2873
|
type: 'object'
|
|
2716
2874
|
properties:
|
|
2717
2875
|
deliveryAddress1:
|
|
2718
2876
|
type: 'string'
|
|
2719
|
-
example:
|
|
2877
|
+
example: "No 14 Lorong 9A Tman Peruda Fasa 1B Kuala Muda 08000 Kedah'(MANDATORY)"
|
|
2720
2878
|
deliveryAddress2:
|
|
2721
2879
|
type: 'string'
|
|
2722
|
-
example:
|
|
2880
|
+
example: "string'(MANDATORY)"
|
|
2723
2881
|
deliveryAddress3:
|
|
2724
2882
|
type: 'string'
|
|
2725
|
-
example:
|
|
2883
|
+
example: "string'(MANDATORY)"
|
|
2726
2884
|
deliveryAddress4:
|
|
2727
2885
|
type: 'string'
|
|
2728
|
-
example:
|
|
2886
|
+
example: "string'(MANDATORY)"
|
|
2729
2887
|
deliveryAddress5:
|
|
2730
2888
|
type: 'string'
|
|
2731
|
-
example:
|
|
2889
|
+
example: "string'(MANDATORY)"
|
|
2732
2890
|
attentionTo:
|
|
2733
2891
|
type: 'string'
|
|
2734
|
-
example:
|
|
2735
|
-
ward:
|
|
2892
|
+
example: "Rokiah bt Bakar'(MANDATORY)"
|
|
2893
|
+
ward:
|
|
2736
2894
|
type: 'string'
|
|
2737
2895
|
example: 'PHƯỜNG HÀNG BUỒM'
|
|
2738
2896
|
city:
|
|
2739
2897
|
type: 'string'
|
|
2740
|
-
example:
|
|
2898
|
+
example: "Kuala Muda'(MANDATORY)"
|
|
2741
2899
|
district:
|
|
2742
2900
|
type: 'string'
|
|
2743
2901
|
example: 'Petaling'
|
|
2744
2902
|
postalCode:
|
|
2745
2903
|
type: 'string'
|
|
2746
|
-
example:
|
|
2904
|
+
example: "08000'(MANDATORY)"
|
|
2747
2905
|
country:
|
|
2748
2906
|
type: 'string'
|
|
2749
|
-
example:
|
|
2907
|
+
example: "Malaysia'(MANDATORY)"
|
|
2750
2908
|
state:
|
|
2751
2909
|
type: 'string'
|
|
2752
2910
|
example: 'Kedah'
|
|
2753
2911
|
phone1:
|
|
2754
2912
|
type: 'string'
|
|
2755
|
-
example:
|
|
2913
|
+
example: "60174396110'(MANDATORY)"
|
|
2756
2914
|
phone2:
|
|
2757
2915
|
type: 'string'
|
|
2758
|
-
example:
|
|
2916
|
+
example: "string'(MANDATORY)"
|
|
2759
2917
|
marketplaceOrderStatus:
|
|
2760
2918
|
type: 'string'
|
|
2761
2919
|
example: 'ready_to_ship'
|
|
@@ -2770,7 +2928,7 @@ paths:
|
|
|
2770
2928
|
example: 'string'
|
|
2771
2929
|
email:
|
|
2772
2930
|
type: 'string'
|
|
2773
|
-
example:
|
|
2931
|
+
example: "string'(MANDATORY)"
|
|
2774
2932
|
packageId:
|
|
2775
2933
|
type: 'string'
|
|
2776
2934
|
example: 'string'
|
|
@@ -2882,15 +3040,15 @@ paths:
|
|
|
2882
3040
|
properties:
|
|
2883
3041
|
bizplaceId:
|
|
2884
3042
|
type: 'string'
|
|
2885
|
-
example:
|
|
3043
|
+
example: "ed2cd631-ac50-44aa-b798-6567d7acde63'(MANDATORY)"
|
|
2886
3044
|
required: true
|
|
2887
3045
|
roNo:
|
|
2888
3046
|
type: 'string'
|
|
2889
|
-
example:
|
|
3047
|
+
example: "xxxxx'(MANDATORY)"
|
|
2890
3048
|
required: true
|
|
2891
3049
|
remark:
|
|
2892
3050
|
type: 'string'
|
|
2893
|
-
example:
|
|
3051
|
+
example: "reference reference'(MANDATORY)"
|
|
2894
3052
|
required: true
|
|
2895
3053
|
|
|
2896
3054
|
responses:
|
|
@@ -2926,7 +3084,7 @@ paths:
|
|
|
2926
3084
|
properties:
|
|
2927
3085
|
bizplaceId:
|
|
2928
3086
|
type: 'string'
|
|
2929
|
-
example:
|
|
3087
|
+
example: "ed2cd631-ac50-44aa-b798-6567d7acde63'(MANDATORY)"
|
|
2930
3088
|
required: true
|
|
2931
3089
|
releaseGood:
|
|
2932
3090
|
type: 'object'
|
|
@@ -2936,65 +3094,65 @@ paths:
|
|
|
2936
3094
|
properties:
|
|
2937
3095
|
roId:
|
|
2938
3096
|
type: 'string'
|
|
2939
|
-
example:
|
|
3097
|
+
example: "1d61cd39-f9de-4a28-8d24-981e6ea5c626'(MANDATORY)"
|
|
2940
3098
|
required: true
|
|
2941
3099
|
collectionOrderNo:
|
|
2942
3100
|
type: 'string'
|
|
2943
|
-
example:
|
|
3101
|
+
example: "string'(MANDATORY)"
|
|
2944
3102
|
refNo:
|
|
2945
3103
|
type: 'string'
|
|
2946
|
-
example:
|
|
3104
|
+
example: "string'(MANDATORY)"
|
|
2947
3105
|
refNo2:
|
|
2948
3106
|
type: 'string'
|
|
2949
|
-
example:
|
|
3107
|
+
example: "string'(MANDATORY)"
|
|
2950
3108
|
refNo3:
|
|
2951
3109
|
type: 'string'
|
|
2952
|
-
example:
|
|
3110
|
+
example: "string'(MANDATORY)"
|
|
2953
3111
|
refOrderId:
|
|
2954
3112
|
type: 'string'
|
|
2955
|
-
example:
|
|
3113
|
+
example: "string'(MANDATORY)"
|
|
2956
3114
|
marketplaceOrderStatus:
|
|
2957
3115
|
type: 'string'
|
|
2958
|
-
example:
|
|
3116
|
+
example: "string'(MANDATORY)"
|
|
2959
3117
|
billingAddress:
|
|
2960
3118
|
type: 'string'
|
|
2961
|
-
example:
|
|
3119
|
+
example: "string'(MANDATORY)"
|
|
2962
3120
|
deliveryAddress1:
|
|
2963
3121
|
type: 'string'
|
|
2964
|
-
example:
|
|
3122
|
+
example: "string'(MANDATORY)"
|
|
2965
3123
|
attentionTo:
|
|
2966
3124
|
type: 'string'
|
|
2967
|
-
example:
|
|
2968
|
-
ward:
|
|
3125
|
+
example: "string'(MANDATORY)"
|
|
3126
|
+
ward:
|
|
2969
3127
|
type: 'string'
|
|
2970
|
-
example:
|
|
3128
|
+
example: "PHƯỜNG HÀNG BUỒM'(MANDATORY)"
|
|
2971
3129
|
city:
|
|
2972
3130
|
type: 'string'
|
|
2973
|
-
example:
|
|
3131
|
+
example: "string'(MANDATORY)"
|
|
2974
3132
|
district:
|
|
2975
3133
|
type: 'string'
|
|
2976
|
-
example:
|
|
3134
|
+
example: "string'(MANDATORY)"
|
|
2977
3135
|
country:
|
|
2978
3136
|
type: 'string'
|
|
2979
|
-
example:
|
|
3137
|
+
example: "string'(MANDATORY)"
|
|
2980
3138
|
postalCode:
|
|
2981
3139
|
type: 'string'
|
|
2982
|
-
example:
|
|
3140
|
+
example: "string'(MANDATORY)"
|
|
2983
3141
|
phone1:
|
|
2984
3142
|
type: 'string'
|
|
2985
|
-
example:
|
|
3143
|
+
example: "string'(MANDATORY)"
|
|
2986
3144
|
transporter:
|
|
2987
3145
|
type: 'string'
|
|
2988
|
-
example:
|
|
3146
|
+
example: "string'(MANDATORY)"
|
|
2989
3147
|
trackingNo:
|
|
2990
3148
|
type: 'string'
|
|
2991
|
-
example:
|
|
3149
|
+
example: "string'(MANDATORY)"
|
|
2992
3150
|
airwayBill:
|
|
2993
3151
|
type: 'string'
|
|
2994
|
-
example:
|
|
3152
|
+
example: "string'(MANDATORY)"
|
|
2995
3153
|
invoice:
|
|
2996
3154
|
type: 'string'
|
|
2997
|
-
example:
|
|
3155
|
+
example: "string'(MANDATORY)"
|
|
2998
3156
|
shippingOrder:
|
|
2999
3157
|
type: 'object'
|
|
3000
3158
|
required:
|
|
@@ -3005,15 +3163,15 @@ paths:
|
|
|
3005
3163
|
properties:
|
|
3006
3164
|
shipName:
|
|
3007
3165
|
type: 'string'
|
|
3008
|
-
example:
|
|
3166
|
+
example: "string'(MANDATORY)"
|
|
3009
3167
|
required: true
|
|
3010
3168
|
containerNo:
|
|
3011
3169
|
type: 'string'
|
|
3012
|
-
example:
|
|
3170
|
+
example: "string'(MANDATORY)"
|
|
3013
3171
|
required: true
|
|
3014
3172
|
loadType:
|
|
3015
3173
|
type: 'string'
|
|
3016
|
-
example:
|
|
3174
|
+
example: "string'(MANDATORY)"
|
|
3017
3175
|
from:
|
|
3018
3176
|
type: 'string'
|
|
3019
3177
|
example: 'string'
|
|
@@ -3022,11 +3180,11 @@ paths:
|
|
|
3022
3180
|
example: 'string'
|
|
3023
3181
|
containerArrivalDate:
|
|
3024
3182
|
type: 'string'
|
|
3025
|
-
example:
|
|
3183
|
+
example: "2020-02-14'(MANDATORY)"
|
|
3026
3184
|
required: true
|
|
3027
3185
|
containerLeavingDate:
|
|
3028
3186
|
type: 'string'
|
|
3029
|
-
example:
|
|
3187
|
+
example: "2020-02-14'(MANDATORY)"
|
|
3030
3188
|
required: true
|
|
3031
3189
|
responses:
|
|
3032
3190
|
'200':
|
|
@@ -3054,7 +3212,7 @@ paths:
|
|
|
3054
3212
|
- in: 'query'
|
|
3055
3213
|
name: 'bizplaceId'
|
|
3056
3214
|
type: 'string'
|
|
3057
|
-
required: true
|
|
3215
|
+
required: true
|
|
3058
3216
|
- in: 'query'
|
|
3059
3217
|
name: 'roNo'
|
|
3060
3218
|
type: 'string'
|
|
@@ -3090,8 +3248,6 @@ paths:
|
|
|
3090
3248
|
items:
|
|
3091
3249
|
$ref: '#/definitions/GetReleaseOrderList'
|
|
3092
3250
|
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
3251
|
# get-release-order-details
|
|
3096
3252
|
api/v1/warehouse/get-release-order-details:
|
|
3097
3253
|
get:
|
|
@@ -3280,7 +3436,7 @@ paths:
|
|
|
3280
3436
|
schema:
|
|
3281
3437
|
type: 'array'
|
|
3282
3438
|
items:
|
|
3283
|
-
$ref: '#/definitions/GetDraftOrderDetails'
|
|
3439
|
+
$ref: '#/definitions/GetDraftOrderDetails'
|
|
3284
3440
|
|
|
3285
3441
|
# get-do-document
|
|
3286
3442
|
api/v1/warehouse/get-do-document:
|
|
@@ -3336,115 +3492,109 @@ paths:
|
|
|
3336
3492
|
type: 'object'
|
|
3337
3493
|
properties:
|
|
3338
3494
|
coNo:
|
|
3339
|
-
|
|
3340
|
-
|
|
3495
|
+
type: 'string'
|
|
3496
|
+
example: 'string'
|
|
3341
3497
|
deliveryDate:
|
|
3342
|
-
|
|
3343
|
-
|
|
3498
|
+
type: 'string'
|
|
3499
|
+
example: "2023-08-15'(MANDATORY)"
|
|
3344
3500
|
exportOption:
|
|
3345
|
-
|
|
3346
|
-
|
|
3501
|
+
type: 'boolean'
|
|
3502
|
+
example: true
|
|
3347
3503
|
name:
|
|
3348
|
-
|
|
3349
|
-
|
|
3504
|
+
type: 'string'
|
|
3505
|
+
example: "DO-20235211053686'(MANDATORY)"
|
|
3350
3506
|
bizplaceId:
|
|
3351
|
-
|
|
3352
|
-
|
|
3507
|
+
type: 'string'
|
|
3508
|
+
example: "string'(MANDATORY)"
|
|
3353
3509
|
remark:
|
|
3354
|
-
|
|
3355
|
-
|
|
3510
|
+
type: 'string'
|
|
3511
|
+
example: 'string'
|
|
3356
3512
|
totalPalletQty:
|
|
3357
|
-
|
|
3358
|
-
|
|
3513
|
+
type: 'number'
|
|
3514
|
+
example: 1
|
|
3359
3515
|
attentionCompany:
|
|
3360
|
-
|
|
3361
|
-
|
|
3516
|
+
type: 'string'
|
|
3517
|
+
example: 'string'
|
|
3362
3518
|
attentionTo:
|
|
3363
|
-
|
|
3364
|
-
|
|
3519
|
+
type: 'string'
|
|
3520
|
+
example: 'string'
|
|
3365
3521
|
billingAddress:
|
|
3366
|
-
|
|
3367
|
-
|
|
3522
|
+
type: 'string'
|
|
3523
|
+
example: 'String'
|
|
3368
3524
|
billingCity:
|
|
3369
|
-
|
|
3370
|
-
|
|
3525
|
+
type: 'string'
|
|
3526
|
+
example: 'PERLIS'
|
|
3371
3527
|
billingCountry:
|
|
3372
|
-
|
|
3373
|
-
|
|
3528
|
+
type: 'string'
|
|
3529
|
+
example: 'MY'
|
|
3374
3530
|
billingPostalCode:
|
|
3375
|
-
|
|
3376
|
-
|
|
3531
|
+
type: 'string'
|
|
3532
|
+
example: '01007'
|
|
3377
3533
|
billingState:
|
|
3378
|
-
|
|
3379
|
-
|
|
3534
|
+
type: 'string'
|
|
3535
|
+
example: 'KANGAR'
|
|
3380
3536
|
city:
|
|
3381
|
-
|
|
3382
|
-
|
|
3537
|
+
type: 'string'
|
|
3538
|
+
example: 'PERLIS'
|
|
3383
3539
|
country:
|
|
3384
|
-
|
|
3385
|
-
|
|
3540
|
+
type: 'string'
|
|
3541
|
+
example: 'MY'
|
|
3386
3542
|
deliveryAddress1:
|
|
3387
|
-
|
|
3388
|
-
|
|
3543
|
+
type: 'string'
|
|
3544
|
+
example: 'string'
|
|
3389
3545
|
phone1:
|
|
3390
|
-
|
|
3391
|
-
|
|
3546
|
+
type: 'string'
|
|
3547
|
+
example: '01234567890'
|
|
3392
3548
|
postalCode:
|
|
3393
|
-
|
|
3394
|
-
|
|
3549
|
+
type: 'string'
|
|
3550
|
+
example: '01007'
|
|
3395
3551
|
state:
|
|
3396
|
-
|
|
3397
|
-
|
|
3552
|
+
type: 'string'
|
|
3553
|
+
example: 'KANGAR'
|
|
3398
3554
|
ownTransport:
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
transportDriver:
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
transportVehicle:
|
|
3555
|
+
type: 'boolean'
|
|
3556
|
+
example: true
|
|
3557
|
+
transportDriver:
|
|
3558
|
+
type: 'object'
|
|
3559
|
+
properties:
|
|
3560
|
+
name:
|
|
3561
|
+
type: 'string'
|
|
3562
|
+
example: 'string'
|
|
3563
|
+
driverCode:
|
|
3564
|
+
type: 'string'
|
|
3565
|
+
example: 'string'
|
|
3566
|
+
transportVehicle:
|
|
3567
|
+
type: 'object'
|
|
3568
|
+
properties:
|
|
3569
|
+
name:
|
|
3570
|
+
type: 'string'
|
|
3571
|
+
example: 'string'
|
|
3572
|
+
orderInventories:
|
|
3573
|
+
type: 'array'
|
|
3574
|
+
items:
|
|
3411
3575
|
type: 'object'
|
|
3412
3576
|
properties:
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
type: 'object'
|
|
3435
|
-
properties:
|
|
3436
|
-
containerArrivalDate:
|
|
3437
|
-
type: 'string'
|
|
3438
|
-
example: '2023-08-05'
|
|
3439
|
-
containerLeavingDate:
|
|
3440
|
-
type: 'string'
|
|
3441
|
-
example: '2023-08-05'
|
|
3442
|
-
containerNo:
|
|
3443
|
-
type: 'string'
|
|
3444
|
-
example: 'string'
|
|
3445
|
-
shipName:
|
|
3446
|
-
type: 'string'
|
|
3447
|
-
example: 'string'
|
|
3577
|
+
id:
|
|
3578
|
+
type: 'string'
|
|
3579
|
+
example: 'string'
|
|
3580
|
+
remark:
|
|
3581
|
+
type: 'string'
|
|
3582
|
+
example: 'string'
|
|
3583
|
+
shippingOrder:
|
|
3584
|
+
type: 'object'
|
|
3585
|
+
properties:
|
|
3586
|
+
containerArrivalDate:
|
|
3587
|
+
type: 'string'
|
|
3588
|
+
example: '2023-08-05'
|
|
3589
|
+
containerLeavingDate:
|
|
3590
|
+
type: 'string'
|
|
3591
|
+
example: '2023-08-05'
|
|
3592
|
+
containerNo:
|
|
3593
|
+
type: 'string'
|
|
3594
|
+
example: 'string'
|
|
3595
|
+
shipName:
|
|
3596
|
+
type: 'string'
|
|
3597
|
+
example: 'string'
|
|
3448
3598
|
responses:
|
|
3449
3599
|
'200':
|
|
3450
3600
|
description: 'success'
|
|
@@ -3455,7 +3605,7 @@ paths:
|
|
|
3455
3605
|
items:
|
|
3456
3606
|
$ref: '#/definitions/DispatchDeliveryOrder'
|
|
3457
3607
|
|
|
3458
|
-
# complete-delivery-order
|
|
3608
|
+
# complete-delivery-order
|
|
3459
3609
|
api/v1/warehouse/complete-delivery-order:
|
|
3460
3610
|
post:
|
|
3461
3611
|
tags:
|
|
@@ -3475,14 +3625,14 @@ paths:
|
|
|
3475
3625
|
type: 'object'
|
|
3476
3626
|
properties:
|
|
3477
3627
|
name:
|
|
3478
|
-
|
|
3479
|
-
|
|
3628
|
+
type: 'string'
|
|
3629
|
+
example: "DO-20235211053686'(MANDATORY)"
|
|
3480
3630
|
bizplaceId:
|
|
3481
|
-
|
|
3482
|
-
|
|
3631
|
+
type: 'string'
|
|
3632
|
+
example: "string'(MANDATORY)"
|
|
3483
3633
|
remark:
|
|
3484
|
-
|
|
3485
|
-
|
|
3634
|
+
type: 'string'
|
|
3635
|
+
example: 'string'
|
|
3486
3636
|
responses:
|
|
3487
3637
|
'200':
|
|
3488
3638
|
description: 'success'
|
|
@@ -3492,3 +3642,175 @@ paths:
|
|
|
3492
3642
|
type: 'array'
|
|
3493
3643
|
items:
|
|
3494
3644
|
$ref: '#/definitions/CompleteDeliveryOrder'
|
|
3645
|
+
|
|
3646
|
+
api/v1/warehouse/add-sales-invoice:
|
|
3647
|
+
post:
|
|
3648
|
+
tags:
|
|
3649
|
+
- 'Outbound'
|
|
3650
|
+
summary: 'Add sales invoice.'
|
|
3651
|
+
description: 'Add Sales Invoice'
|
|
3652
|
+
operationId: 'addSalesInvoice'
|
|
3653
|
+
produces:
|
|
3654
|
+
- 'application/json'
|
|
3655
|
+
parameters:
|
|
3656
|
+
- in: 'body'
|
|
3657
|
+
name: 'body'
|
|
3658
|
+
schema:
|
|
3659
|
+
type: 'object'
|
|
3660
|
+
properties:
|
|
3661
|
+
data:
|
|
3662
|
+
type: 'object'
|
|
3663
|
+
required:
|
|
3664
|
+
- invoiceProducts
|
|
3665
|
+
- refNo1
|
|
3666
|
+
properties:
|
|
3667
|
+
invoiceProducts:
|
|
3668
|
+
type: 'array'
|
|
3669
|
+
items:
|
|
3670
|
+
type: 'object'
|
|
3671
|
+
properties:
|
|
3672
|
+
sku:
|
|
3673
|
+
type: 'string'
|
|
3674
|
+
example: '1172790'
|
|
3675
|
+
name:
|
|
3676
|
+
type: 'string'
|
|
3677
|
+
example: 'string'
|
|
3678
|
+
description:
|
|
3679
|
+
type: 'string'
|
|
3680
|
+
example: 'string'
|
|
3681
|
+
qty:
|
|
3682
|
+
type: 'integer'
|
|
3683
|
+
example: 1
|
|
3684
|
+
unitPrice:
|
|
3685
|
+
type: 'number'
|
|
3686
|
+
example: 1
|
|
3687
|
+
paidPrice:
|
|
3688
|
+
type: 'number'
|
|
3689
|
+
example: 1
|
|
3690
|
+
discount:
|
|
3691
|
+
type: 'number'
|
|
3692
|
+
example: 1
|
|
3693
|
+
shippingFeePaidByCustomer:
|
|
3694
|
+
type: 'number'
|
|
3695
|
+
example: 1
|
|
3696
|
+
refNo1:
|
|
3697
|
+
type: 'string'
|
|
3698
|
+
example: '2206308RFYKUCV (MANDATORY)'
|
|
3699
|
+
required: true
|
|
3700
|
+
refNo2:
|
|
3701
|
+
type: 'string'
|
|
3702
|
+
example: '2206308RFYKUCV'
|
|
3703
|
+
refNo3:
|
|
3704
|
+
type: 'string'
|
|
3705
|
+
example: 'string'
|
|
3706
|
+
issuedOn:
|
|
3707
|
+
type: 'string'
|
|
3708
|
+
example: '2022-12-12T23:33:10.912Z'
|
|
3709
|
+
from:
|
|
3710
|
+
type: 'string'
|
|
3711
|
+
example: 'string'
|
|
3712
|
+
fromContactPhone:
|
|
3713
|
+
type: 'string'
|
|
3714
|
+
example: 'string'
|
|
3715
|
+
fromAddress1:
|
|
3716
|
+
type: 'string'
|
|
3717
|
+
example: 'string'
|
|
3718
|
+
fromAddress2:
|
|
3719
|
+
type: 'string'
|
|
3720
|
+
example: 'string'
|
|
3721
|
+
fromAddress3:
|
|
3722
|
+
type: 'string'
|
|
3723
|
+
example: 'string'
|
|
3724
|
+
fromAddress4:
|
|
3725
|
+
type: 'string'
|
|
3726
|
+
example: 'string'
|
|
3727
|
+
fromAddress5:
|
|
3728
|
+
type: 'string'
|
|
3729
|
+
example: 'string'
|
|
3730
|
+
fromPostcode:
|
|
3731
|
+
type: 'string'
|
|
3732
|
+
example: 'string'
|
|
3733
|
+
fromCity:
|
|
3734
|
+
type: 'string'
|
|
3735
|
+
example: 'string'
|
|
3736
|
+
fromState:
|
|
3737
|
+
type: 'string'
|
|
3738
|
+
example: 'string'
|
|
3739
|
+
fromCountry:
|
|
3740
|
+
type: 'string'
|
|
3741
|
+
example: 'string'
|
|
3742
|
+
deliverTo:
|
|
3743
|
+
type: 'string'
|
|
3744
|
+
example: 'string'
|
|
3745
|
+
deliverToPhone:
|
|
3746
|
+
type: 'string'
|
|
3747
|
+
example: 'string'
|
|
3748
|
+
deliveryAddress1:
|
|
3749
|
+
type: 'string'
|
|
3750
|
+
example: 'string'
|
|
3751
|
+
deliveryAddress2:
|
|
3752
|
+
type: 'string'
|
|
3753
|
+
example: 'string'
|
|
3754
|
+
deliveryAddress3:
|
|
3755
|
+
type: 'string'
|
|
3756
|
+
example: 'string'
|
|
3757
|
+
deliveryAddress4:
|
|
3758
|
+
type: 'string'
|
|
3759
|
+
example: 'string'
|
|
3760
|
+
deliveryAddress5:
|
|
3761
|
+
type: 'string'
|
|
3762
|
+
example: 'string'
|
|
3763
|
+
deliveryPostcode:
|
|
3764
|
+
type: 'string'
|
|
3765
|
+
example: 'string'
|
|
3766
|
+
deliveryCity:
|
|
3767
|
+
type: 'string'
|
|
3768
|
+
example: 'string'
|
|
3769
|
+
deliveryState:
|
|
3770
|
+
type: 'string'
|
|
3771
|
+
example: 'string'
|
|
3772
|
+
deliveryCountry:
|
|
3773
|
+
type: 'string'
|
|
3774
|
+
example: 'string'
|
|
3775
|
+
billTo:
|
|
3776
|
+
type: 'string'
|
|
3777
|
+
example: 'string'
|
|
3778
|
+
billToPhone:
|
|
3779
|
+
type: 'string'
|
|
3780
|
+
example: 'string'
|
|
3781
|
+
billingAddress1:
|
|
3782
|
+
type: 'string'
|
|
3783
|
+
example: 'string'
|
|
3784
|
+
billingAddress2:
|
|
3785
|
+
type: 'string'
|
|
3786
|
+
example: 'string'
|
|
3787
|
+
billingAddress3:
|
|
3788
|
+
type: 'string'
|
|
3789
|
+
example: 'string'
|
|
3790
|
+
billingAddress4:
|
|
3791
|
+
type: 'string'
|
|
3792
|
+
example: 'string'
|
|
3793
|
+
billingAddress5:
|
|
3794
|
+
type: 'string'
|
|
3795
|
+
example: 'string'
|
|
3796
|
+
billingPostcode:
|
|
3797
|
+
type: 'string'
|
|
3798
|
+
example: 'string'
|
|
3799
|
+
billingCity:
|
|
3800
|
+
type: 'string'
|
|
3801
|
+
example: 'string'
|
|
3802
|
+
billingState:
|
|
3803
|
+
type: 'string'
|
|
3804
|
+
example: 'string'
|
|
3805
|
+
billingCountry:
|
|
3806
|
+
type: 'string'
|
|
3807
|
+
example: 'string'
|
|
3808
|
+
responses:
|
|
3809
|
+
'200':
|
|
3810
|
+
description: 'success'
|
|
3811
|
+
content:
|
|
3812
|
+
application/json:
|
|
3813
|
+
schema:
|
|
3814
|
+
type: 'array'
|
|
3815
|
+
items:
|
|
3816
|
+
$ref: '#/definitions/AddSalesInvoice'
|