File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17914,11 +17914,11 @@ components:
1791417914 Quantity:
1791517915 description: LineItem Quantity
1791617916 type: number
17917- format: double
17917+ format: float
1791817918 UnitAmount:
1791917919 description: LineItem Unit Amount
1792017920 type: number
17921- format: double
17921+ format: float
1792217922 ItemCode:
1792317923 description: See Items
1792417924 type: string
@@ -19254,7 +19254,7 @@ components:
1925419254 QuantityOnHand:
1925519255 description: The quantity of the item on hand
1925619256 type: number
19257- format: double
19257+ format: float
1925819258 UpdatedDateUTC:
1925919259 description: Last modified date in UTC format
1926019260 type: string
@@ -19283,7 +19283,7 @@ components:
1928319283 decimal places. You can use 4 decimal places by adding the unitdp=4
1928419284 querystring parameter to your request.
1928519285 type: number
19286- format: double
19286+ format: float
1928719287 AccountCode:
1928819288 description: Default account code to be used for purchased/sale. Not applicable to the purchase details of tracked items
1928919289 type: string
You can’t perform that action at this time.
0 commit comments