-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update: improve method names; include separate methods for generators
- Loading branch information
1 parent
7367b50
commit c18472a
Showing
5 changed files
with
232 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
{ | ||
"d": [ | ||
{ | ||
"__metadata": { | ||
"uri": "https://start.exactonline.be/api/v1/123456/logistics/Items(guid'00000000-0000-0000-0000-000000000000')", | ||
"type": "Exact.Web.Api.Models.Item" | ||
}, | ||
"ID": "00000000-0000-0000-0000-000000000000", | ||
"IsSerialNumberItem": null, | ||
"IsBatchNumberItem": 0, | ||
"Class_01": null, | ||
"Class_02": null, | ||
"Class_03": null, | ||
"Class_04": null, | ||
"Class_05": null, | ||
"Class_06": null, | ||
"Class_07": null, | ||
"Class_08": null, | ||
"Class_09": null, | ||
"Class_10": null, | ||
"Code": "12345678", | ||
"CopyRemarks": 0, | ||
"CostPriceCurrency": "EUR", | ||
"CostPriceNew": null, | ||
"CostPriceStandard": 6, | ||
"AverageCost": null, | ||
"Created": "/Date(1641034800000)/", | ||
"CreatorFullName": null, | ||
"Creator": "00000000-0000-0000-0000-000000000000", | ||
"Description": "Grenen Balk 10 x 10 x 200", | ||
"Division": 123456, | ||
"EndDate": "/Date(1641034800000)/", | ||
"ExtraDescription": "Pijl rechts", | ||
"Barcode": null, | ||
"FreeBoolField_01": false, | ||
"FreeBoolField_02": false, | ||
"FreeBoolField_03": false, | ||
"FreeBoolField_04": false, | ||
"FreeBoolField_05": false, | ||
"FreeDateField_01": null, | ||
"FreeDateField_02": null, | ||
"FreeDateField_03": null, | ||
"FreeDateField_04": null, | ||
"FreeDateField_05": null, | ||
"FreeNumberField_01": null, | ||
"FreeNumberField_02": null, | ||
"FreeNumberField_03": null, | ||
"FreeNumberField_04": null, | ||
"FreeNumberField_05": null, | ||
"FreeNumberField_06": null, | ||
"FreeNumberField_07": null, | ||
"FreeNumberField_08": null, | ||
"FreeTextField_01": null, | ||
"FreeTextField_02": null, | ||
"FreeTextField_03": null, | ||
"FreeTextField_04": null, | ||
"FreeTextField_05": null, | ||
"FreeTextField_06": null, | ||
"FreeTextField_07": null, | ||
"FreeTextField_08": null, | ||
"FreeTextField_09": null, | ||
"FreeTextField_10": null, | ||
"GLCostsCode": null, | ||
"GLCostsDescription": null, | ||
"GLCosts": null, | ||
"GLRevenueCode": null, | ||
"GLRevenueDescription": null, | ||
"GLRevenue": null, | ||
"GLStockCode": null, | ||
"GLStockDescription": null, | ||
"GLStock": null, | ||
"IsBatchItem": 0, | ||
"IsFractionAllowedItem": true, | ||
"IsMakeItem": 0, | ||
"IsNewContract": 0, | ||
"IsOnDemandItem": 1, | ||
"IsPackageItem": false, | ||
"IsPurchaseItem": true, | ||
"IsRegistrationCodeItem": 0, | ||
"IsSalesItem": false, | ||
"IsSerialItem": false, | ||
"IsStockItem": true, | ||
"IsSubcontractedItem": false, | ||
"IsTaxableItem": null, | ||
"IsTime": 0, | ||
"IsWebshopItem": 0, | ||
"ItemGroupCode": "GROND", | ||
"ItemGroupDescription": "Grondstoffen", | ||
"ItemGroup": "00000000-0000-0000-0000-000000000000", | ||
"Modified": "/Date(1641034800000)/", | ||
"ModifierFullName": null, | ||
"Modifier": "00000000-0000-0000-0000-000000000000", | ||
"GrossWeight": null, | ||
"NetWeight": null, | ||
"NetWeightUnit": null, | ||
"Notes": null, | ||
"PictureName": "250x250 Grenen.jpg", | ||
"PictureUrl": "https://start.exactonline.be/docs/SysImage.aspx?Table=Items&ID=00000000-0000-0000-0000-000000000000&ThumbSize=500&NoCache=1&OptimizeForWeb=1&_Division_=123456", | ||
"PictureThumbnailUrl": "https://start.exactonline.be/docs/SysImage.aspx?Table=Items&ID=00000000-0000-0000-0000-000000000000&ThumbSize=100&NoCache=1&OptimizeForWeb=1&_Division_=123456", | ||
"SalesVatCodeDescription": "Binnenland exclusief 21%", | ||
"SalesVatCode": "5 ", | ||
"SearchCode": null, | ||
"SecurityLevel": 10, | ||
"StartDate": "/Date(1641034800000)/", | ||
"Stock": 0, | ||
"Unit": "stuk ", | ||
"UnitDescription": "pi\u00e8ce", | ||
"UnitType": "O" | ||
} | ||
] | ||
} |