<
From version < 5.3 >
edited by Outhman Moustaghfir
on 2022/12/27 11:19
To version < 5.4 >
edited by Outhman Moustaghfir
on 2022/12/27 11:27
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -35,7 +35,7 @@
35 35  
36 36  You will find in this part an example of an input file with the correct format and the output file.
37 37  
38 -=== input File: ===
38 +=== __input File:__ ===
39 39  
40 40  <iXDoc>
41 41  
... ... @@ -55,8 +55,44 @@
55 55  
56 56  </iXDoc>
57 57  
58 -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
59 59  
59 +1. trackingType: it refers to type of tracking wanted. (eg : order , IXEnvironment, baseArticle ...)
60 +1. keys: it can handle 2 values, "trkID" or keys separated by ';' (eg: 'orderNumber;City;Phone')  if the key contains '_' at the first character, it means we look for metadata (_statusTracking, _creationDate ...)
61 +**NB:** all metadata will be explained in detail in another paragraph.
62 +1. values: the values must be ordered the same as 'keys'. if we're searching by 'trkID', 'values' should contain trkIDs separated by space ' '. eg : '121ee 123DD 55evr om432' 
63 +In the other case where we use values depending on keys, they must be separated by ';' as shown below : 
64 +if we take the last example in 'keys' param, 'orderNumber;City;Phone' , 'values' will be by example '1243;Paris;06070706053' .
65 +1. limit: it defines the max number of tracking to retrieve. **it's optional.**
66 +1. order: whether you want to order the list of trackings in a descending way or not by a certain key order. The default value is 'trkID' and it's optional as long as you fill the limit value.
67 +
68 += __output File:__ =
69 +
70 +
71 +<?xml version="1.0" encoding="UTF-8"?>
72 +
73 +<iXDoc>
74 +
75 + <IXEnvironment creationDate="2022-08-05 16:47:08"  envID="iXPath" modificationDate="2022-08-05 16:47:08" statusTracking="Available">
76 +
77 + <parent/>
78 +
79 + <gitRepository/>
80 +
81 + <timezone>GMT</timezone>
82 +
83 + <alias>iXPath</alias>
84 +
85 + <active>true</active>
86 +
87 + <logo/>
88 +
89 + <id>62ec9e0928e4773780f37762</id>
90 +
91 + </IXEnvironment>
92 +
93 +</iXDoc>
94 +
95 +
60 60  = Paragraph 2 =
61 61  
62 62  Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian