Type | Namespace | XML Schema |
---|---|---|
contact | http://api.crunch.co.uk/rest | api.xsd |
Represents a customer contact element.
<?xml version="1.0" encoding="UTF-8"?> <contact xmlns="http://api.crunch.co.uk/rest" includeInEmail="..." primaryContact="..."> <name>...</name> <email>...</email> <telephone>...</telephone> <role>...</role> </contact>
{ "includeInEmail" : false, "primaryContact" : false, "name" : "...", "email" : "...", "telephone" : "...", "role" : "..." }