fuelsdk 0.1.6 → 0.1.7
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.
- checksums.yaml +15 -0
- data/.travis.yml +4 -0
- data/Gemfile +1 -0
- data/README.md +1 -1
- data/fuelsdk.gemspec +3 -1
- data/lib/fuelsdk/client.rb +8 -7
- data/lib/fuelsdk/soap.rb +20 -15
- data/lib/fuelsdk/version.rb +1 -1
- data/samples/sample_helper.rb +2 -2
- data/spec/client_spec.rb +2 -2
- data/spec/fixtures/webmock/client/endpoint.txt +17 -0
- data/spec/fixtures/webmock/client/tokens.txt +19 -0
- data/spec/fixtures/webmock/client/wsdl.txt +4355 -0
- data/spec/fixtures/webmock/subscriber/created.xml +42 -0
- data/spec/fixtures/webmock/subscriber/deleted.xml +26 -0
- data/spec/fixtures/webmock/subscriber/description.xml +475 -0
- data/spec/fixtures/webmock/subscriber/subscriber.xml +66 -0
- data/spec/fixtures/webmock/subscriber/subscribers.xml +98 -0
- data/spec/fixtures/webmock/subscriber/subscribers_with_all_properties.xml +111 -0
- data/spec/fixtures/webmock/subscriber/updated.xml +40 -0
- data/spec/soap/cud_spec.rb +32 -31
- data/spec/soap/get_spec.rb +12 -9
- data/spec/soap/perform_spec.rb +10 -10
- data/spec/soap/soap_spec.rb +26 -18
- data/spec/spec_helper.rb +16 -0
- data/spec/subscriber_spec.rb +322 -0
- metadata +60 -29
@@ -0,0 +1,42 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:wsa='http://schemas.xmlsoap.org/ws/2004/08/addressing' xmlns:wsse='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd' xmlns:wsu='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd'>
|
3
|
+
<soap:Header>
|
4
|
+
<wsa:Action>CreateResponse</wsa:Action>
|
5
|
+
<wsa:MessageID>urn:uuid:13681da3-f69b-4e30-a12e-b699a8f0add7</wsa:MessageID>
|
6
|
+
<wsa:RelatesTo>urn:uuid:67c7bba3-217c-4708-a258-e43238d542d5</wsa:RelatesTo>
|
7
|
+
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
|
8
|
+
</wsa:To>
|
9
|
+
<wsse:Security>
|
10
|
+
<wsu:Timestamp wsu:Id='Timestamp-dbfd6153-216b-43a1-96fd-4d9d05c0f065'>
|
11
|
+
<wsu:Created>2014-03-13T14:39:20Z</wsu:Created>
|
12
|
+
<wsu:Expires>2014-03-13T14:44:20Z</wsu:Expires>
|
13
|
+
</wsu:Timestamp>
|
14
|
+
</wsse:Security>
|
15
|
+
</soap:Header>
|
16
|
+
<soap:Body>
|
17
|
+
<CreateResponse xmlns='http://exacttarget.com/wsdl/partnerAPI'>
|
18
|
+
<Results>
|
19
|
+
<StatusCode>OK</StatusCode>
|
20
|
+
<StatusMessage>Created Subscriber.</StatusMessage>
|
21
|
+
<OrdinalID>0</OrdinalID>
|
22
|
+
<NewID>37576181</NewID>
|
23
|
+
<Object xsi:type='Subscriber'>
|
24
|
+
<PartnerKey xsi:nil='true'/>
|
25
|
+
<ID>37576181</ID>
|
26
|
+
<ObjectID xsi:nil='true'/>
|
27
|
+
<EmailAddress>1394721559RubySDKExample@jb.kevy.com</EmailAddress>
|
28
|
+
<Attributes>
|
29
|
+
<Name>Gender</Name>
|
30
|
+
<Value>M</Value>
|
31
|
+
</Attributes>
|
32
|
+
<Attributes>
|
33
|
+
<Name>Available Weekends</Name>
|
34
|
+
<Value>true</Value>
|
35
|
+
</Attributes>
|
36
|
+
</Object>
|
37
|
+
</Results>
|
38
|
+
<RequestID>9a926121-f498-4d01-9584-6cfeef22d51d</RequestID>
|
39
|
+
<OverallStatus>OK</OverallStatus>
|
40
|
+
</CreateResponse>
|
41
|
+
</soap:Body>
|
42
|
+
</soap:Envelope>
|
@@ -0,0 +1,26 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:wsa='http://schemas.xmlsoap.org/ws/2004/08/addressing' xmlns:wsse='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd' xmlns:wsu='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd'>
|
3
|
+
<soap:Header>
|
4
|
+
<wsa:Action>DeleteResponse</wsa:Action>
|
5
|
+
<wsa:MessageID>urn:uuid:40f27063-e03c-4edb-90b5-c143e18f2ebd</wsa:MessageID>
|
6
|
+
<wsa:RelatesTo>urn:uuid:f12c8f9a-4fbb-4f21-a793-b41c6708c16e</wsa:RelatesTo>
|
7
|
+
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
|
8
|
+
<wsse:Security>
|
9
|
+
<wsu:Timestamp wsu:Id='Timestamp-6f7659dd-dbe8-4256-8b11-35d4644fb3b9'>
|
10
|
+
<wsu:Created>2014-03-13T17:32:15Z</wsu:Created>
|
11
|
+
<wsu:Expires>2014-03-13T17:37:15Z</wsu:Expires>
|
12
|
+
</wsu:Timestamp>
|
13
|
+
</wsse:Security>
|
14
|
+
</soap:Header>
|
15
|
+
<soap:Body>
|
16
|
+
<DeleteResponse xmlns='http://exacttarget.com/wsdl/partnerAPI'>
|
17
|
+
<Results>
|
18
|
+
<StatusCode>OK</StatusCode>
|
19
|
+
<StatusMessage>Subscriber deleted</StatusMessage>
|
20
|
+
<OrdinalID>0</OrdinalID>
|
21
|
+
</Results>
|
22
|
+
<RequestID>f951f5ad-0906-4b8d-a876-1040e8093ab6</RequestID>
|
23
|
+
<OverallStatus>OK</OverallStatus>
|
24
|
+
</DeleteResponse>
|
25
|
+
</soap:Body>
|
26
|
+
</soap:Envelope>
|
@@ -0,0 +1,475 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:wsa='http://schemas.xmlsoap.org/ws/2004/08/addressing' xmlns:wsse='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd' xmlns:wsu='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd'>
|
3
|
+
<soap:Header>
|
4
|
+
<wsa:Action>DescribeResponse</wsa:Action>
|
5
|
+
<wsa:MessageID>urn:uuid:9e9e86e4-ca36-4b70-a68b-cab4799d2729</wsa:MessageID>
|
6
|
+
<wsa:RelatesTo>urn:uuid:02a23a73-b564-471a-a53e-ad8cc984bc75</wsa:RelatesTo>
|
7
|
+
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
|
8
|
+
<wsse:Security>
|
9
|
+
<wsu:Timestamp wsu:Id='Timestamp-e962122e-73f9-440f-993f-99c6431720cb'>
|
10
|
+
<wsu:Created>2014-03-13T13:05:24Z</wsu:Created>
|
11
|
+
<wsu:Expires>2014-03-13T13:10:24Z</wsu:Expires>
|
12
|
+
</wsu:Timestamp>
|
13
|
+
</wsse:Security>
|
14
|
+
</soap:Header>
|
15
|
+
<soap:Body>
|
16
|
+
<DefinitionResponseMsg xmlns='http://exacttarget.com/wsdl/partnerAPI'>
|
17
|
+
<ObjectDefinition>
|
18
|
+
<ObjectType>Subscriber</ObjectType>
|
19
|
+
<Properties>
|
20
|
+
<PartnerKey xsi:nil='true'/>
|
21
|
+
<ObjectID xsi:nil='true'/>
|
22
|
+
<Name>ID</Name>
|
23
|
+
<DataType>Int32</DataType>
|
24
|
+
<IsUpdatable>true</IsUpdatable>
|
25
|
+
<IsRetrievable>true</IsRetrievable>
|
26
|
+
<IsRequired>true</IsRequired>
|
27
|
+
</Properties>
|
28
|
+
<Properties>
|
29
|
+
<PartnerKey xsi:nil='true'/>
|
30
|
+
<ObjectID xsi:nil='true'/>
|
31
|
+
<Name>PartnerKey</Name>
|
32
|
+
<DataType>String</DataType>
|
33
|
+
<IsUpdatable>true</IsUpdatable>
|
34
|
+
<IsRetrievable>true</IsRetrievable>
|
35
|
+
<MaxLength>64</MaxLength>
|
36
|
+
<IsRequired>false</IsRequired>
|
37
|
+
</Properties>
|
38
|
+
<Properties>
|
39
|
+
<PartnerKey xsi:nil='true'/>
|
40
|
+
<ObjectID xsi:nil='true'/>
|
41
|
+
<Name>CreatedDate</Name>
|
42
|
+
<DataType>DateTime</DataType>
|
43
|
+
<IsUpdatable>true</IsUpdatable>
|
44
|
+
<IsRetrievable>true</IsRetrievable>
|
45
|
+
<IsRequired>false</IsRequired>
|
46
|
+
</Properties>
|
47
|
+
<Properties>
|
48
|
+
<PartnerKey xsi:nil='true'/>
|
49
|
+
<ObjectID xsi:nil='true'/>
|
50
|
+
<Name>Client.ID</Name>
|
51
|
+
<DataType>Int32</DataType>
|
52
|
+
<IsUpdatable>true</IsUpdatable>
|
53
|
+
<IsRetrievable>true</IsRetrievable>
|
54
|
+
<IsRequired>true</IsRequired>
|
55
|
+
</Properties>
|
56
|
+
<Properties>
|
57
|
+
<PartnerKey xsi:nil='true'/>
|
58
|
+
<ObjectID xsi:nil='true'/>
|
59
|
+
<Name>Client.PartnerClientKey</Name>
|
60
|
+
<DataType>String</DataType>
|
61
|
+
<IsUpdatable>true</IsUpdatable>
|
62
|
+
<IsRetrievable>true</IsRetrievable>
|
63
|
+
<MaxLength>64</MaxLength>
|
64
|
+
<IsRequired>false</IsRequired>
|
65
|
+
</Properties>
|
66
|
+
<Properties>
|
67
|
+
<PartnerKey xsi:nil='true'/>
|
68
|
+
<ObjectID xsi:nil='true'/>
|
69
|
+
<Name>EmailAddress</Name>
|
70
|
+
<DataType>String</DataType>
|
71
|
+
<IsUpdatable>true</IsUpdatable>
|
72
|
+
<IsRetrievable>true</IsRetrievable>
|
73
|
+
<MaxLength>254</MaxLength>
|
74
|
+
<IsRequired>true</IsRequired>
|
75
|
+
</Properties>
|
76
|
+
<Properties>
|
77
|
+
<PartnerKey xsi:nil='true'/>
|
78
|
+
<ObjectID xsi:nil='true'/>
|
79
|
+
<Name>SubscriberKey</Name>
|
80
|
+
<DataType>String</DataType>
|
81
|
+
<IsUpdatable>true</IsUpdatable>
|
82
|
+
<IsRetrievable>true</IsRetrievable>
|
83
|
+
<MaxLength>254</MaxLength>
|
84
|
+
<IsRequired>true</IsRequired>
|
85
|
+
</Properties>
|
86
|
+
<Properties>
|
87
|
+
<PartnerKey xsi:nil='true'/>
|
88
|
+
<ObjectID xsi:nil='true'/>
|
89
|
+
<Name>UnsubscribedDate</Name>
|
90
|
+
<DataType>DateTime</DataType>
|
91
|
+
<IsUpdatable>true</IsUpdatable>
|
92
|
+
<IsRetrievable>true</IsRetrievable>
|
93
|
+
<IsRequired>false</IsRequired>
|
94
|
+
</Properties>
|
95
|
+
<Properties>
|
96
|
+
<PartnerKey xsi:nil='true'/>
|
97
|
+
<ObjectID xsi:nil='true'/>
|
98
|
+
<Name>Status</Name>
|
99
|
+
<DataType>SubscriberStatus</DataType>
|
100
|
+
<IsUpdatable>true</IsUpdatable>
|
101
|
+
<IsRetrievable>true</IsRetrievable>
|
102
|
+
<IsRequired>true</IsRequired>
|
103
|
+
</Properties>
|
104
|
+
<Properties>
|
105
|
+
<PartnerKey xsi:nil='true'/>
|
106
|
+
<ObjectID xsi:nil='true'/>
|
107
|
+
<Name>EmailTypePreference</Name>
|
108
|
+
<DataType>EmailType</DataType>
|
109
|
+
<IsUpdatable>true</IsUpdatable>
|
110
|
+
<IsRetrievable>true</IsRetrievable>
|
111
|
+
<IsRequired>true</IsRequired>
|
112
|
+
</Properties>
|
113
|
+
<Properties>
|
114
|
+
<PartnerKey xsi:nil='true'/>
|
115
|
+
<ObjectID xsi:nil='true'/>
|
116
|
+
<Name>Attributes</Name>
|
117
|
+
<DataType>Attribute[]</DataType>
|
118
|
+
<IsUpdatable>true</IsUpdatable>
|
119
|
+
<IsRetrievable>false</IsRetrievable>
|
120
|
+
</Properties>
|
121
|
+
<Properties>
|
122
|
+
<PartnerKey xsi:nil='true'/>
|
123
|
+
<ObjectID xsi:nil='true'/>
|
124
|
+
<Name>PartnerType</Name>
|
125
|
+
<DataType>String</DataType>
|
126
|
+
<IsUpdatable>true</IsUpdatable>
|
127
|
+
<IsRetrievable>false</IsRetrievable>
|
128
|
+
</Properties>
|
129
|
+
<Properties>
|
130
|
+
<PartnerKey xsi:nil='true'/>
|
131
|
+
<ObjectID xsi:nil='true'/>
|
132
|
+
<Name>Lists</Name>
|
133
|
+
<DataType>SubscriberList[]</DataType>
|
134
|
+
<IsUpdatable>true</IsUpdatable>
|
135
|
+
<IsRetrievable>false</IsRetrievable>
|
136
|
+
</Properties>
|
137
|
+
<Properties>
|
138
|
+
<PartnerKey xsi:nil='true'/>
|
139
|
+
<ObjectID xsi:nil='true'/>
|
140
|
+
<Name>GlobalUnsubscribeCategory</Name>
|
141
|
+
<DataType>GlobalUnsubscribeCategory</DataType>
|
142
|
+
<IsUpdatable>true</IsUpdatable>
|
143
|
+
<IsRetrievable>false</IsRetrievable>
|
144
|
+
</Properties>
|
145
|
+
<Properties>
|
146
|
+
<PartnerKey xsi:nil='true'/>
|
147
|
+
<ObjectID xsi:nil='true'/>
|
148
|
+
<Name>SubscriberTypeDefinition</Name>
|
149
|
+
<DataType>SubscriberTypeDefinition</DataType>
|
150
|
+
<IsUpdatable>true</IsUpdatable>
|
151
|
+
<IsRetrievable>false</IsRetrievable>
|
152
|
+
</Properties>
|
153
|
+
<Properties>
|
154
|
+
<PartnerKey xsi:nil='true'/>
|
155
|
+
<ObjectID xsi:nil='true'/>
|
156
|
+
<Name>Addresses</Name>
|
157
|
+
<DataType>SubscriberAddress[]</DataType>
|
158
|
+
<IsUpdatable>true</IsUpdatable>
|
159
|
+
<IsRetrievable>false</IsRetrievable>
|
160
|
+
</Properties>
|
161
|
+
<Properties>
|
162
|
+
<PartnerKey xsi:nil='true'/>
|
163
|
+
<ObjectID xsi:nil='true'/>
|
164
|
+
<Name>PrimarySMSAddress</Name>
|
165
|
+
<DataType>SMSAddress</DataType>
|
166
|
+
<IsUpdatable>true</IsUpdatable>
|
167
|
+
<IsRetrievable>false</IsRetrievable>
|
168
|
+
</Properties>
|
169
|
+
<Properties>
|
170
|
+
<PartnerKey xsi:nil='true'/>
|
171
|
+
<ObjectID xsi:nil='true'/>
|
172
|
+
<Name>PrimarySMSPublicationStatus</Name>
|
173
|
+
<DataType>SubscriberAddressStatus</DataType>
|
174
|
+
<IsUpdatable>true</IsUpdatable>
|
175
|
+
<IsRetrievable>false</IsRetrievable>
|
176
|
+
</Properties>
|
177
|
+
<Properties>
|
178
|
+
<PartnerKey xsi:nil='true'/>
|
179
|
+
<ObjectID xsi:nil='true'/>
|
180
|
+
<Name>PrimaryEmailAddress</Name>
|
181
|
+
<DataType>EmailAddress</DataType>
|
182
|
+
<IsUpdatable>true</IsUpdatable>
|
183
|
+
<IsRetrievable>false</IsRetrievable>
|
184
|
+
</Properties>
|
185
|
+
<Properties>
|
186
|
+
<PartnerKey xsi:nil='true'/>
|
187
|
+
<ObjectID xsi:nil='true'/>
|
188
|
+
<Name>Locale</Name>
|
189
|
+
<DataType>Locale</DataType>
|
190
|
+
<IsUpdatable>true</IsUpdatable>
|
191
|
+
<IsRetrievable>false</IsRetrievable>
|
192
|
+
</Properties>
|
193
|
+
<Properties>
|
194
|
+
<PartnerKey xsi:nil='true'/>
|
195
|
+
<ObjectID xsi:nil='true'/>
|
196
|
+
<Name>Client</Name>
|
197
|
+
<DataType>ClientID</DataType>
|
198
|
+
<IsUpdatable>true</IsUpdatable>
|
199
|
+
<IsRetrievable>false</IsRetrievable>
|
200
|
+
</Properties>
|
201
|
+
<Properties>
|
202
|
+
<PartnerKey xsi:nil='true'/>
|
203
|
+
<ObjectID xsi:nil='true'/>
|
204
|
+
<Name>PartnerProperties</Name>
|
205
|
+
<DataType>APIProperty[]</DataType>
|
206
|
+
<IsUpdatable>true</IsUpdatable>
|
207
|
+
<IsRetrievable>false</IsRetrievable>
|
208
|
+
</Properties>
|
209
|
+
<Properties>
|
210
|
+
<PartnerKey xsi:nil='true'/>
|
211
|
+
<ObjectID xsi:nil='true'/>
|
212
|
+
<Name>ModifiedDate</Name>
|
213
|
+
<DataType>DateTime</DataType>
|
214
|
+
<IsUpdatable>true</IsUpdatable>
|
215
|
+
<IsRetrievable>false</IsRetrievable>
|
216
|
+
</Properties>
|
217
|
+
<Properties>
|
218
|
+
<PartnerKey xsi:nil='true'/>
|
219
|
+
<ObjectID xsi:nil='true'/>
|
220
|
+
<Name>ObjectID</Name>
|
221
|
+
<DataType>String</DataType>
|
222
|
+
<IsUpdatable>true</IsUpdatable>
|
223
|
+
<IsRetrievable>false</IsRetrievable>
|
224
|
+
</Properties>
|
225
|
+
<Properties>
|
226
|
+
<PartnerKey xsi:nil='true'/>
|
227
|
+
<ObjectID xsi:nil='true'/>
|
228
|
+
<Name>CustomerKey</Name>
|
229
|
+
<DataType>String</DataType>
|
230
|
+
<IsUpdatable>true</IsUpdatable>
|
231
|
+
<IsRetrievable>false</IsRetrievable>
|
232
|
+
</Properties>
|
233
|
+
<Properties>
|
234
|
+
<PartnerKey xsi:nil='true'/>
|
235
|
+
<ObjectID xsi:nil='true'/>
|
236
|
+
<Name>Owner</Name>
|
237
|
+
<DataType>Owner</DataType>
|
238
|
+
<IsUpdatable>true</IsUpdatable>
|
239
|
+
<IsRetrievable>false</IsRetrievable>
|
240
|
+
</Properties>
|
241
|
+
<Properties>
|
242
|
+
<PartnerKey xsi:nil='true'/>
|
243
|
+
<ObjectID xsi:nil='true'/>
|
244
|
+
<Name>CorrelationID</Name>
|
245
|
+
<DataType>String</DataType>
|
246
|
+
<IsUpdatable>true</IsUpdatable>
|
247
|
+
<IsRetrievable>false</IsRetrievable>
|
248
|
+
</Properties>
|
249
|
+
<Properties>
|
250
|
+
<PartnerKey xsi:nil='true'/>
|
251
|
+
<ObjectID xsi:nil='true'/>
|
252
|
+
<Name>ObjectState</Name>
|
253
|
+
<DataType>String</DataType>
|
254
|
+
<IsUpdatable>true</IsUpdatable>
|
255
|
+
<IsRetrievable>false</IsRetrievable>
|
256
|
+
</Properties>
|
257
|
+
<Properties>
|
258
|
+
<PartnerKey xsi:nil='true'/>
|
259
|
+
<ObjectID xsi:nil='true'/>
|
260
|
+
<Name>IsPlatformObject</Name>
|
261
|
+
<DataType>Boolean</DataType>
|
262
|
+
<IsUpdatable>true</IsUpdatable>
|
263
|
+
<IsRetrievable>false</IsRetrievable>
|
264
|
+
</Properties>
|
265
|
+
<ExtendedProperties>
|
266
|
+
<ExtendedProperty>
|
267
|
+
<PartnerKey xsi:nil='true'/>
|
268
|
+
<ID>1109</ID>
|
269
|
+
<ObjectID xsi:nil='true'/>
|
270
|
+
<Name>Gender</Name>
|
271
|
+
<DataType>text</DataType>
|
272
|
+
<PropertyType>string</PropertyType>
|
273
|
+
<IsAccountProperty>false</IsAccountProperty>
|
274
|
+
<Label>a</Label>
|
275
|
+
<Description/>
|
276
|
+
<IsRequired>false</IsRequired>
|
277
|
+
<IsViewable>true</IsViewable>
|
278
|
+
<IsEditable>true</IsEditable>
|
279
|
+
<IsRestrictedPicklist>false</IsRestrictedPicklist>
|
280
|
+
<IsSendTime>false</IsSendTime>
|
281
|
+
<DisplayOrder>3</DisplayOrder>
|
282
|
+
</ExtendedProperty>
|
283
|
+
<ExtendedProperty>
|
284
|
+
<PartnerKey xsi:nil='true'/>
|
285
|
+
<ID>1110</ID>
|
286
|
+
<ObjectID xsi:nil='true'/>
|
287
|
+
<Name>Birthday</Name>
|
288
|
+
<DataType>date</DataType>
|
289
|
+
<PropertyType>datetime</PropertyType>
|
290
|
+
<IsAccountProperty>false</IsAccountProperty>
|
291
|
+
<Label>a</Label>
|
292
|
+
<Description/>
|
293
|
+
<IsRequired>false</IsRequired>
|
294
|
+
<IsViewable>true</IsViewable>
|
295
|
+
<IsEditable>true</IsEditable>
|
296
|
+
<IsRestrictedPicklist>false</IsRestrictedPicklist>
|
297
|
+
<IsSendTime>false</IsSendTime>
|
298
|
+
<DisplayOrder>4</DisplayOrder>
|
299
|
+
</ExtendedProperty>
|
300
|
+
<ExtendedProperty>
|
301
|
+
<PartnerKey xsi:nil='true'/>
|
302
|
+
<ID>1111</ID>
|
303
|
+
<ObjectID xsi:nil='true'/>
|
304
|
+
<Name>Available Weekends</Name>
|
305
|
+
<DataType>boolean</DataType>
|
306
|
+
<PropertyType>boolean</PropertyType>
|
307
|
+
<IsAccountProperty>false</IsAccountProperty>
|
308
|
+
<Label>a</Label>
|
309
|
+
<Description/>
|
310
|
+
<DefaultValue>false</DefaultValue>
|
311
|
+
<IsRequired>false</IsRequired>
|
312
|
+
<IsViewable>true</IsViewable>
|
313
|
+
<IsEditable>true</IsEditable>
|
314
|
+
<IsRestrictedPicklist>false</IsRestrictedPicklist>
|
315
|
+
<IsSendTime>false</IsSendTime>
|
316
|
+
<DisplayOrder>5</DisplayOrder>
|
317
|
+
</ExtendedProperty>
|
318
|
+
<ExtendedProperty>
|
319
|
+
<PartnerKey xsi:nil='true'/>
|
320
|
+
<ID>1279</ID>
|
321
|
+
<ObjectID xsi:nil='true'/>
|
322
|
+
<Name>First Name</Name>
|
323
|
+
<DataType>text</DataType>
|
324
|
+
<PropertyType>string</PropertyType>
|
325
|
+
<IsAccountProperty>false</IsAccountProperty>
|
326
|
+
<Label>a</Label>
|
327
|
+
<Description/>
|
328
|
+
<IsRequired>false</IsRequired>
|
329
|
+
<IsViewable>true</IsViewable>
|
330
|
+
<IsEditable>true</IsEditable>
|
331
|
+
<IsRestrictedPicklist>false</IsRestrictedPicklist>
|
332
|
+
<IsSendTime>false</IsSendTime>
|
333
|
+
<DisplayOrder>7</DisplayOrder>
|
334
|
+
</ExtendedProperty>
|
335
|
+
<ExtendedProperty>
|
336
|
+
<PartnerKey xsi:nil='true'/>
|
337
|
+
<ID>1280</ID>
|
338
|
+
<ObjectID xsi:nil='true'/>
|
339
|
+
<Name>Last Name</Name>
|
340
|
+
<DataType>text</DataType>
|
341
|
+
<PropertyType>string</PropertyType>
|
342
|
+
<IsAccountProperty>false</IsAccountProperty>
|
343
|
+
<Label>a</Label>
|
344
|
+
<Description/>
|
345
|
+
<IsRequired>false</IsRequired>
|
346
|
+
<IsViewable>true</IsViewable>
|
347
|
+
<IsEditable>true</IsEditable>
|
348
|
+
<IsRestrictedPicklist>false</IsRestrictedPicklist>
|
349
|
+
<IsSendTime>false</IsSendTime>
|
350
|
+
<DisplayOrder>8</DisplayOrder>
|
351
|
+
</ExtendedProperty>
|
352
|
+
<ExtendedProperty>
|
353
|
+
<PartnerKey xsi:nil='true'/>
|
354
|
+
<ID>2198</ID>
|
355
|
+
<ObjectID xsi:nil='true'/>
|
356
|
+
<Name>Company</Name>
|
357
|
+
<DataType>text</DataType>
|
358
|
+
<PropertyType>string</PropertyType>
|
359
|
+
<IsAccountProperty>false</IsAccountProperty>
|
360
|
+
<Label>a</Label>
|
361
|
+
<Description/>
|
362
|
+
<IsRequired>false</IsRequired>
|
363
|
+
<IsViewable>true</IsViewable>
|
364
|
+
<IsEditable>true</IsEditable>
|
365
|
+
<IsRestrictedPicklist>false</IsRestrictedPicklist>
|
366
|
+
<IsSendTime>false</IsSendTime>
|
367
|
+
<DisplayOrder>9</DisplayOrder>
|
368
|
+
</ExtendedProperty>
|
369
|
+
<ExtendedProperty>
|
370
|
+
<PartnerKey xsi:nil='true'/>
|
371
|
+
<ID>2199</ID>
|
372
|
+
<ObjectID xsi:nil='true'/>
|
373
|
+
<Name>Phone Number</Name>
|
374
|
+
<DataType>text</DataType>
|
375
|
+
<PropertyType>string</PropertyType>
|
376
|
+
<IsAccountProperty>false</IsAccountProperty>
|
377
|
+
<Label>a</Label>
|
378
|
+
<Description/>
|
379
|
+
<IsRequired>false</IsRequired>
|
380
|
+
<IsViewable>true</IsViewable>
|
381
|
+
<IsEditable>true</IsEditable>
|
382
|
+
<IsRestrictedPicklist>false</IsRestrictedPicklist>
|
383
|
+
<IsSendTime>false</IsSendTime>
|
384
|
+
<DisplayOrder>10</DisplayOrder>
|
385
|
+
</ExtendedProperty>
|
386
|
+
</ExtendedProperties>
|
387
|
+
<ChildObjects>
|
388
|
+
<Name>Attributes</Name>
|
389
|
+
<Properties>
|
390
|
+
<PartnerKey xsi:nil='true'/>
|
391
|
+
<ID>1109</ID>
|
392
|
+
<ObjectID xsi:nil='true'/>
|
393
|
+
<Name>Gender</Name>
|
394
|
+
<DataType>text</DataType>
|
395
|
+
<Markups>
|
396
|
+
<Name>SubstitutionString</Name>
|
397
|
+
<Value>%%Gender%%</Value>
|
398
|
+
</Markups>
|
399
|
+
</Properties>
|
400
|
+
</ChildObjects>
|
401
|
+
<ChildObjects>
|
402
|
+
<Name>Attributes</Name>
|
403
|
+
<Properties>
|
404
|
+
<PartnerKey xsi:nil='true'/>
|
405
|
+
<ID>1110</ID>
|
406
|
+
<ObjectID xsi:nil='true'/>
|
407
|
+
<Name>Birthday</Name>
|
408
|
+
<DataType>date</DataType>
|
409
|
+
<Markups>
|
410
|
+
<Name>SubstitutionString</Name>
|
411
|
+
<Value>%%Birthday%%</Value>
|
412
|
+
</Markups>
|
413
|
+
</Properties>
|
414
|
+
</ChildObjects>
|
415
|
+
<ChildObjects>
|
416
|
+
<Name>Attributes</Name>
|
417
|
+
<Properties>
|
418
|
+
<PartnerKey xsi:nil='true'/>
|
419
|
+
<ID>1279</ID>
|
420
|
+
<ObjectID xsi:nil='true'/>
|
421
|
+
<Name>First Name</Name>
|
422
|
+
<DataType>text</DataType>
|
423
|
+
<Markups>
|
424
|
+
<Name>SubstitutionString</Name>
|
425
|
+
<Value>%%First Name%%</Value>
|
426
|
+
</Markups>
|
427
|
+
</Properties>
|
428
|
+
</ChildObjects>
|
429
|
+
<ChildObjects>
|
430
|
+
<Name>Attributes</Name>
|
431
|
+
<Properties>
|
432
|
+
<PartnerKey xsi:nil='true'/>
|
433
|
+
<ID>1280</ID>
|
434
|
+
<ObjectID xsi:nil='true'/>
|
435
|
+
<Name>Last Name</Name>
|
436
|
+
<DataType>text</DataType>
|
437
|
+
<Markups>
|
438
|
+
<Name>SubstitutionString</Name>
|
439
|
+
<Value>%%Last Name%%</Value>
|
440
|
+
</Markups>
|
441
|
+
</Properties>
|
442
|
+
</ChildObjects>
|
443
|
+
<ChildObjects>
|
444
|
+
<Name>Attributes</Name>
|
445
|
+
<Properties>
|
446
|
+
<PartnerKey xsi:nil='true'/>
|
447
|
+
<ID>2198</ID>
|
448
|
+
<ObjectID xsi:nil='true'/>
|
449
|
+
<Name>Company</Name>
|
450
|
+
<DataType>text</DataType>
|
451
|
+
<Markups>
|
452
|
+
<Name>SubstitutionString</Name>
|
453
|
+
<Value>%%Company%%</Value>
|
454
|
+
</Markups>
|
455
|
+
</Properties>
|
456
|
+
</ChildObjects>
|
457
|
+
<ChildObjects>
|
458
|
+
<Name>Attributes</Name>
|
459
|
+
<Properties>
|
460
|
+
<PartnerKey xsi:nil='true'/>
|
461
|
+
<ID>2199</ID>
|
462
|
+
<ObjectID xsi:nil='true'/>
|
463
|
+
<Name>Phone Number</Name>
|
464
|
+
<DataType>text</DataType>
|
465
|
+
<Markups>
|
466
|
+
<Name>SubstitutionString</Name>
|
467
|
+
<Value>%%Phone Number%%</Value>
|
468
|
+
</Markups>
|
469
|
+
</Properties>
|
470
|
+
</ChildObjects>
|
471
|
+
</ObjectDefinition>
|
472
|
+
<RequestID>548d7cf3-3581-47e7-8c26-5c06fbdee4ac</RequestID>
|
473
|
+
</DefinitionResponseMsg>
|
474
|
+
</soap:Body>
|
475
|
+
</soap:Envelope>
|