-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNetSuite XML SOAP Response.xml
193 lines (192 loc) · 12.4 KB
/
NetSuite XML SOAP Response.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header>
<platformMsgs:documentInfo xmlns:platformMsgs="urn:messages_2018_1.platform.webservices.netsuite.com">
<platformMsgs:nsId>WEBSERVICES_xxx</platformMsgs:nsId>
</platformMsgs:documentInfo>
</soapenv:Header>
<soapenv:Body>
<searchResponse xmlns="urn:core_2018_1.platform.webservices.netsuite.com">
<searchResult>
<status isSuccess="true"/>
<totalRecords>1</totalRecords>
<pageSize>1000</pageSize>
<totalPages>1</totalPages>
<pageIndex>1</pageIndex>
<searchId>WEBSERVICES_xxx</searchId>
<searchRowList>
<searchRow xsi:type="listAcct:ItemSearchRow" xmlns:listAcct="urn:accounting_2018_1.lists.webservices.netsuite.com">
<listAcct:basic xmlns:platformCommon="urn:common_2018_1.platform.webservices.netsuite.com">
<platformCommon:displayName>
<searchValue>Item AAA</searchValue>
</platformCommon:displayName>
<platformCommon:internalId>
<searchValue internalId="161"/>
</platformCommon:internalId>
<platformCommon:itemId>
<searchValue>XXX51113</searchValue>
</platformCommon:itemId>
<platformCommon:saleUnit>
<searchValue internalId="4"/>
</platformCommon:saleUnit>
<platformCommon:type>
<searchValue>_nonInventoryItem</searchValue>
</platformCommon:type>
<platformCommon:weight>
<searchValue>0.0</searchValue>
</platformCommon:weight>
<platformCommon:customFieldList>
<customField internalId="2595" scriptId="custitem_dlt_qct_pack_quantity" xsi:type="ns1:SearchColumnLongCustomField" xmlns:ns1="urn:core_2018_1.platform.webservices.netsuite.com">
<ns1:searchValue>12</ns1:searchValue>
</customField>
</platformCommon:customFieldList>
</listAcct:basic>
<listAcct:customSearchJoin xmlns:platformCommon="urn:common_2018_1.platform.webservices.netsuite.com">
<platformCommon:customizationRef scriptId="custitem_cseg_dlt_qct_neg_cl" internalId="2575"/>
<platformCommon:searchRowBasic xsi:type="platformCommon:CustomRecordSearchRowBasic">
<platformCommon:recType internalId="296"/>
<platformCommon:name>
<searchValue>Item AAA long description</searchValue>
<customLabel>Item Classification</customLabel>
</platformCommon:name>
</platformCommon:searchRowBasic>
</listAcct:customSearchJoin>
<listAcct:customSearchJoin xmlns:platformCommon="urn:common_2018_1.platform.webservices.netsuite.com">
<platformCommon:customizationRef scriptId="custitem_dlt_qct_neg_package_item" internalId="2593"/>
<platformCommon:searchRowBasic xsi:type="platformCommon:CustomRecordSearchRowBasic">
<platformCommon:recType internalId="305"/>
<platformCommon:name>
<searchValue>XXX5011300012</searchValue>
<customLabel>Item Packaging</customLabel>
</platformCommon:name>
</platformCommon:searchRowBasic>
</listAcct:customSearchJoin>
<listAcct:customSearchJoin xmlns:platformCommon="urn:common_2018_1.platform.webservices.netsuite.com">
<platformCommon:customizationRef scriptId="custitem_dlt_qct_neg_bar_code" internalId="2598"/>
<platformCommon:searchRowBasic xsi:type="platformCommon:CustomRecordSearchRowBasic">
<platformCommon:recType internalId="306"/>
<platformCommon:name>
<searchValue>1234567890123</searchValue>
<customLabel>Barcode</customLabel>
</platformCommon:name>
</platformCommon:searchRowBasic>
</listAcct:customSearchJoin>
</searchRow>
<searchRow xsi:type="listAcct:ItemSearchRow" xmlns:listAcct="urn:accounting_2018_1.lists.webservices.netsuite.com">
<listAcct:basic xmlns:platformCommon="urn:common_2018_1.platform.webservices.netsuite.com">
<platformCommon:displayName>
<searchValue>Item BBB</searchValue>
</platformCommon:displayName>
<platformCommon:internalId>
<searchValue internalId="161"/>
</platformCommon:internalId>
<platformCommon:itemId>
<searchValue>XXX51114</searchValue>
</platformCommon:itemId>
<platformCommon:saleUnit>
<searchValue internalId="4"/>
</platformCommon:saleUnit>
<platformCommon:type>
<searchValue>_nonInventoryItem</searchValue>
</platformCommon:type>
<platformCommon:weight>
<searchValue>0.0</searchValue>
</platformCommon:weight>
<platformCommon:customFieldList>
<customField internalId="2595" scriptId="custitem_dlt_qct_pack_quantity" xsi:type="ns1:SearchColumnLongCustomField" xmlns:ns1="urn:core_2018_1.platform.webservices.netsuite.com">
<ns1:searchValue>12</ns1:searchValue>
</customField>
</platformCommon:customFieldList>
</listAcct:basic>
<listAcct:customSearchJoin xmlns:platformCommon="urn:common_2018_1.platform.webservices.netsuite.com">
<platformCommon:customizationRef scriptId="custitem_cseg_dlt_qct_neg_cl" internalId="2575"/>
<platformCommon:searchRowBasic xsi:type="platformCommon:CustomRecordSearchRowBasic">
<platformCommon:recType internalId="296"/>
<platformCommon:name>
<searchValue>Item BBB long description</searchValue>
<customLabel>Item Classification</customLabel>
</platformCommon:name>
</platformCommon:searchRowBasic>
</listAcct:customSearchJoin>
<listAcct:customSearchJoin xmlns:platformCommon="urn:common_2018_1.platform.webservices.netsuite.com">
<platformCommon:customizationRef scriptId="custitem_dlt_qct_neg_package_item" internalId="2593"/>
<platformCommon:searchRowBasic xsi:type="platformCommon:CustomRecordSearchRowBasic">
<platformCommon:recType internalId="306"/>
<platformCommon:name>
<searchValue>XXX5011300013</searchValue>
<customLabel>Item Packaging</customLabel>
</platformCommon:name>
</platformCommon:searchRowBasic>
</listAcct:customSearchJoin>
<listAcct:customSearchJoin xmlns:platformCommon="urn:common_2018_1.platform.webservices.netsuite.com">
<platformCommon:customizationRef scriptId="custitem_dlt_qct_neg_bar_code" internalId="2598"/>
<platformCommon:searchRowBasic xsi:type="platformCommon:CustomRecordSearchRowBasic">
<platformCommon:recType internalId="306"/>
<platformCommon:name>
<searchValue>1234567890124</searchValue>
<customLabel>Barcode</customLabel>
</platformCommon:name>
</platformCommon:searchRowBasic>
</listAcct:customSearchJoin>
</searchRow>
<searchRow xsi:type="listAcct:ItemSearchRow" xmlns:listAcct="urn:accounting_2018_1.lists.webservices.netsuite.com">
<listAcct:basic xmlns:platformCommon="urn:common_2018_1.platform.webservices.netsuite.com">
<platformCommon:displayName>
<searchValue>Item CCC</searchValue>
</platformCommon:displayName>
<platformCommon:internalId>
<searchValue internalId="161"/>
</platformCommon:internalId>
<platformCommon:itemId>
<searchValue>XXX51114</searchValue>
</platformCommon:itemId>
<platformCommon:saleUnit>
<searchValue internalId="4"/>
</platformCommon:saleUnit>
<platformCommon:type>
<searchValue>_nonInventoryItem</searchValue>
</platformCommon:type>
<platformCommon:weight>
<searchValue>0.0</searchValue>
</platformCommon:weight>
<platformCommon:customFieldList>
<customField internalId="2595" scriptId="custitem_dlt_qct_pack_quantity" xsi:type="ns1:SearchColumnLongCustomField" xmlns:ns1="urn:core_2018_1.platform.webservices.netsuite.com">
<ns1:searchValue>12</ns1:searchValue>
</customField>
</platformCommon:customFieldList>
</listAcct:basic>
<listAcct:customSearchJoin xmlns:platformCommon="urn:common_2018_1.platform.webservices.netsuite.com">
<platformCommon:customizationRef scriptId="custitem_cseg_dlt_qct_neg_cl" internalId="2575"/>
<platformCommon:searchRowBasic xsi:type="platformCommon:CustomRecordSearchRowBasic">
<platformCommon:recType internalId="297"/>
<platformCommon:name>
<searchValue>Item CCC long description</searchValue>
<customLabel>Item Classification</customLabel>
</platformCommon:name>
</platformCommon:searchRowBasic>
</listAcct:customSearchJoin>
<listAcct:customSearchJoin xmlns:platformCommon="urn:common_2018_1.platform.webservices.netsuite.com">
<platformCommon:customizationRef scriptId="custitem_dlt_qct_neg_package_item" internalId="2593"/>
<platformCommon:searchRowBasic xsi:type="platformCommon:CustomRecordSearchRowBasic">
<platformCommon:recType internalId="305"/>
<platformCommon:name>
<searchValue>XXX5011300013</searchValue>
<customLabel>Item Packaging</customLabel>
</platformCommon:name>
</platformCommon:searchRowBasic>
</listAcct:customSearchJoin>
<listAcct:customSearchJoin xmlns:platformCommon="urn:common_2018_1.platform.webservices.netsuite.com">
<platformCommon:customizationRef scriptId="custitem_dlt_qct_neg_bar_code" internalId="2598"/>
<platformCommon:searchRowBasic xsi:type="platformCommon:CustomRecordSearchRowBasic">
<platformCommon:recType internalId="306"/>
<platformCommon:name>
<searchValue>1234567890125</searchValue>
<customLabel>Barcode</customLabel>
</platformCommon:name>
</platformCommon:searchRowBasic>
</listAcct:customSearchJoin>
</searchRow>
</searchRowList>
</searchResult>
</searchResponse>
</soapenv:Body>
</soapenv:Envelope>