Data that can transmit to Xero
The below data can transmit to Xero. The Xero Reference is optional and the Xero Contacts Data, Xero Invoice Data, and Xero Payment Data all carry across with the connector.
Xero Reference:
<Claim No.> or <Client Name> or <None>
Xero Contacts Data
<Contact>
<Name></Name>
<FirstName></FirstName>
<LastName></LastName>
<EmailAddress></EmailAddress>
<Addresses>
<Address>
<AddressType>POBOX</AddressType>
<AddressLine1></AddressLine1>
<Country></Country>
<City></City>
<PostalCode></PostalCode>
<Region></Region>
</Address>
</Addresses>
<Phones>
<Phone>
<PhoneType>DEFAULT</PhoneType>
<PhoneNumber></PhoneNumber>
</Phone>
<Phone>
<PhoneType>MOBILE</PhoneType>
<PhoneNumber></PhoneNumber>
</Phone>
<Phone>
<PhoneType>FAX</PhoneType>
<PhoneNumber></PhoneNumber>
</Phone>
</Phones>
</Contact>
Xero Invoice Data
<Invoice>
<Type></Type>
<Contact></Contact>
<Date></Date>
<DueDate></DueDate>
<InvoiceNumber></InvoiceNumber>
<Reference></Reference>
<Status>SUBMITTED</Status>
<SubTotal></SubTotal>
<TotalTax></TotalTax>
<Total></Total>
<Items></Items>
</Invoice>
Xero Payments Data
<Payment>
<Invoice>
<InvoiceID></InvoiceID>
</Invoice>
<Account>
<AccountID></AccountID>
</Account>
<Date></Date>
<Amount></Amount>
</Payment>