Type | Namespace | XML Schema |
---|---|---|
director | http://api.crunch.co.uk/rest | api.xsd |
Represents a director of the company
<?xml version="1.0" encoding="UTF-8"?> <director xmlns="http://api.crunch.co.uk/rest" directorId="..." directorEmail="...">...</director>
{ "directorId" : ..., "directorEmail" : "...", "value" : "..." }