DMWS
Click here for a complete list of operations.
AddAddress
Add an address.
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /TestAPI2/DMWS.asmx HTTP/1.1
Host: www.cfhdocmail.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://www.cfhdocmail.com/LiveAutoAPI/AddAddress"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<AddAddress xmlns="https://www.cfhdocmail.com/LiveAutoAPI/">
<Username>string</Username>
<Password>string</Password>
<MailingGUID>guid</MailingGUID>
<Address1>string</Address1>
<Address2>string</Address2>
<Address3>string</Address3>
<Address4>string</Address4>
<Address5>string</Address5>
<Address6>string</Address6>
<UseForProof>boolean</UseForProof>
<Title>string</Title>
<FirstName>string</FirstName>
<Surname>string</Surname>
<Fullname>string</Fullname>
<JobTitle>string</JobTitle>
<CompanyName>string</CompanyName>
<Email>string</Email>
<Telephone>string</Telephone>
<DirectLine>string</DirectLine>
<Mobile>string</Mobile>
<Facsimile>string</Facsimile>
<ExtraInfo>string</ExtraInfo>
<Notes>string</Notes>
<CustomerAddressID>string</CustomerAddressID>
<CustomerImportID>string</CustomerImportID>
<StreamPages1>int</StreamPages1>
<StreamPages2>int</StreamPages2>
<StreamPages3>int</StreamPages3>
<Custom1>string</Custom1>
<Custom2>string</Custom2>
<Custom3>string</Custom3>
<Custom4>string</Custom4>
<Custom5>string</Custom5>
<Custom6>string</Custom6>
<Custom7>string</Custom7>
<Custom8>string</Custom8>
<Custom9>string</Custom9>
<Custom10>string</Custom10>
<ReturnFormat>string</ReturnFormat>
</AddAddress>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<AddAddressResponse xmlns="https://www.cfhdocmail.com/LiveAutoAPI/">
<AddAddressResult>string</AddAddressResult>
</AddAddressResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /TestAPI2/DMWS.asmx HTTP/1.1
Host: www.cfhdocmail.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<AddAddress xmlns="https://www.cfhdocmail.com/LiveAutoAPI/">
<Username>string</Username>
<Password>string</Password>
<MailingGUID>guid</MailingGUID>
<Address1>string</Address1>
<Address2>string</Address2>
<Address3>string</Address3>
<Address4>string</Address4>
<Address5>string</Address5>
<Address6>string</Address6>
<UseForProof>boolean</UseForProof>
<Title>string</Title>
<FirstName>string</FirstName>
<Surname>string</Surname>
<Fullname>string</Fullname>
<JobTitle>string</JobTitle>
<CompanyName>string</CompanyName>
<Email>string</Email>
<Telephone>string</Telephone>
<DirectLine>string</DirectLine>
<Mobile>string</Mobile>
<Facsimile>string</Facsimile>
<ExtraInfo>string</ExtraInfo>
<Notes>string</Notes>
<CustomerAddressID>string</CustomerAddressID>
<CustomerImportID>string</CustomerImportID>
<StreamPages1>int</StreamPages1>
<StreamPages2>int</StreamPages2>
<StreamPages3>int</StreamPages3>
<Custom1>string</Custom1>
<Custom2>string</Custom2>
<Custom3>string</Custom3>
<Custom4>string</Custom4>
<Custom5>string</Custom5>
<Custom6>string</Custom6>
<Custom7>string</Custom7>
<Custom8>string</Custom8>
<Custom9>string</Custom9>
<Custom10>string</Custom10>
<ReturnFormat>string</ReturnFormat>
</AddAddress>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<AddAddressResponse xmlns="https://www.cfhdocmail.com/LiveAutoAPI/">
<AddAddressResult>string</AddAddressResult>
</AddAddressResponse>
</soap12:Body>
</soap12:Envelope>