Example XML
See the example below. It is not required to fill out most of the basic fields. Unique field names added to the system are available via API, and while you are editing fields on the Edit fields page, the normalized field names that are used via API are displayed.
<Projects> <Project Id="123456"> <Name>Name of example opportunity card</Name> <StatusId>In progress</StatusId> <UserId>Colleague’s name</UserId> <CategoryId>3</CategoryId> <Business> <Name>Company name</Name> <Url>http://minicrm-test.local/</Url> <Description>Description</Description> <Region>North West</Region> <Employees>268</Employees> <YearlyRevenue>12</YearlyRevenue> <EUVatNumber>GB12345678</EUVatNumber> <RegistrationNumber>6666-66-666666</RegistrationNumber> <BankAccount>34255345-44325543-15485245</BankAccount> <Swift>34-45432345-342345345-2</Swift> <Emails> <Email><Value>companyname@mc.local</Value><Type>home</Type><Default>0</Default></Email> <Email><Value>Officecompanyname@mc.local</Value><Type>office</Type><Default>1</Default></Email> </Emails> <Phones> <Phone><Value>+441614960654</Value><Type>office</Type><Default>1</Default></Phone> <Phone><Value>+44 161 496 0057</Value><Type>home</Type><Default>0</Default></Phone> </Phones> <Addresses> <Address><PostalCode>0161</PostalCode><City>Budapest</City><Address>50 Thomas Street</Address><Type>HQ</Type></Address> <Address><PostalCode>0161</PostalCode><City>Győr</City><Address>70 Phillips Street</Address><Type>Shop</Type></Address> </Addresses> </Business> <Contacts> <Contact> <FirstName>First name</FirstName> <LastName>Last name</LastName> <Position>CEO;</Position> <Emails> <Email><Value>contact@mc.local</Value></Email> </Emails> <Phones> <Phone><Value>+441614960654</Value></Phone> <Phone><Value>+44 161 496 0057</Value></Phone> </Phones> </Contact> <Contact> <FirstName>First name2</FirstName> <LastName>Last name2</LastName> <Position>Assistant</Position> <Emails> <Email><Value>OfficekontaktB@mc.local</Value><Type>home</Type><Default>0</Default></Email> <Email><Value>kontaktB@mc.local</Value><Type>office</Type><Default>1</Default></Email> </Emails> <Phones> <Phone><Value>06-70-123-4567</Value><Default>1</Default></Phone> <Phone><Value>06-70-123-4568</Value></Phone> </Phones> </Contact> </Contact> </Project> <Project Id="123457"> ... </Project> </Projects>