Skip to content

Quotation Contact

Zigaflow Field XML Field Example
- Id 03ef3dcd-cebc-4549-b978-89ea4e2aa8b4
Title Title Sales
First Name FirstName Zynk
Last Name LastName Sales
Position Position Sales
Telephone Telephone 01918201484
Email Email [email protected]
Address 1 Address1 i6 Charlotte Square
Address 2 Address2 6-8 Charlotte Square
Town Town Newcastle upon Tyne
County County Tyne & Wear
Postcode Postcode NE1 4XF
Country Country United Kingdom

Example Contact XML

<Contact>
    <Id>03ef3dcd-cebc-4549-b978-89ea4e2aa8b4</Id>
    <Client>
        <Id>7cbdb9ea-fa4c-4058-804d-3d7c55a6d4b7</Id>
        <Value>Zynk Software Ltd</Value>
    </Client>
    <Title>Sales</Title>
    <FirstName>Zynk</FirstName>
    <LastName>Sales</LastName>
    <Position>Sales</Position>
    <Telephone>01918201484</Telephone>
    <Email>[email protected]</Email>
    <Address1>i6 Charlotte Square</Address1>
    <Address2>6-8 Charlotte Square</Address2>
    <Town>Newcastle upon Tyne</Town>
    <County>Tyne &amp; Wear</County>
    <Postcode>NE1 4X</Postcode>
    <Country>United Kingdom</Country>
</Contact>