https://webservices.vin65.com/V300/ListService.cfc?wsdl
https://webservices.aus.vin65.com/V300/ListService.cfc?wsdl
Use the SearchLists() function to get the lists inside Vin65. Required fields are indicated by a '*'
Attribute | Data Type | Default | Description |
---|---|---|---|
WebsiteIDs | UUID List | Available for Enterprise Webservices Comma seperated list of WebsiteIDs in Enterprise Leave blank for all Websites |
|
ListID | UUID | UUID of the Vin65 List | |
ListName | String 50 | ||
DateModifiedFrom | DateTime | ||
DateModifiedTo | DateTime | ||
MaxRows | Integer | 100 | |
Page | Integer | 1 |
<soap:Envelope xmlns:soap="https://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="https://www.w3.org/2001/XMLSchema"> <soap:Body> <SearchLists> <Request> <Security> <Username>//Your Username//</Username> <Password>//Your Password//</Password> </Security> <WebsiteIDs></WebsiteIDs> <ListID></ListID> <ListName></ListName><DateModifiedFrom>2011-01-01T12:21:43</DateModifiedFrom> <DateModifiedTo>2011-09-12T12:21:43</DateModifiedTo> <MaxRows>100</MaxRows> <Page>1</Page> </Request> </SearchLists> </soap:Body> </soap:Envelope>
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="https://schem as.xmlsoap.org/soap/envelope/" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <SearchListsResponse> <SearchListsReturn> <Errors></Errors> <IsSuccessful>true</IsSuccessful> <Lists> <List> <DateAdded>2011-03-02T17:49:32.407Z</DateAdded> <DateModified>2011-03-02T17:49:32.407Z</DateModified> <ListID>acd3e3cf-1cc4-81ae-7514-d559e0de28aa</ListID> <ListName>Pinot Noir Buyers</ListName> <WebsiteID>66272648-1e0b-4e34-f09b-81477a31b25f</WebsiteID> </List> <List> <DateAdded>2011-03-02T17:56:03.487Z</DateAdded> <DateModified>2011-03-02T17:56:03.487Z</DateModified> <ListID>ad1e2a90-0695-d7d6-a684-ba7fec9ca015</ListID> <ListName>Repeat Buyers</ListName> <WebsiteID>66272648-1e0b-4e34-f09b-81477a31b25f</WebsiteID> </List> </Lists> <RecordCount>2</RecordCount> </SearchListsReturn> </SearchListsResponse> </soapenv:Body> </soapenv:Envelope>