|
|
(2 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| {{Template:XFRACAS.XML.Import.Doc.Class|Import Types|Import Types}}
| | #REDIRECT[[XFRACAS_XML_Import_Documentation]] |
| | |
| The Company element includes information about a company within XFRACAS. Information may include the company name, location, phone number, sales region, fax number, and warranty information.
| |
| | |
| | |
| ===XML Elements===
| |
| *[[Company Element|Company]]
| |
| **[[Company.CompanyName|CompanyName]]
| |
| **[[Company.Categories|Categories]]
| |
| | |
| | |
| ===Company Sample===
| |
| {{Template:XFRACAS.Black|<?xml version}}={{Template:XFRACAS.Black|"1.0" encoding}}={{Template:XFRACAS.Black|"utf-8"?>}}
| |
| {{Template:XFRACAS.Black|<!DOCTYPE Companies SYSTEM "Company.dtd"[]>}}
| |
| {{Template:XFRACAS.Black|<Companies xmlns:xsi}}={{Template:XFRACAS.Black|"http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd}}={{Template:XFRACAS.Black|"http://www.w3.org/2001/XMLSchema">}}
| |
| {{Template:XFRACAS.Blue|<ExportData>}}
| |
| {{Template:XFRACAS.Blue|<ReportGenerated>}}{{Template:XFRACAS.Black|09/17/2013 05:01 PM}}{{Template:XFRACAS.Blue|</ReportGenerated>}}
| |
| {{Template:XFRACAS.Blue|<GeneratedBy>}}
| |
| {{Template:XFRACAS.Blue|<FirstName>}}{{Template:XFRACAS.Black|Joe}}{{Template:XFRACAS.Blue|</FirstName>}}
| |
| {{Template:XFRACAS.Blue|<LastName>}}{{Template:XFRACAS.Black|User}}{{Template:XFRACAS.Blue|</LastName>}}
| |
| {{Template:XFRACAS.Blue|<Login>}}{{Template:XFRACAS.Black|JUSER}}{{Template:XFRACAS.Blue|</Login>}}
| |
| {{Template:XFRACAS.Blue|</GeneratedBy>}}
| |
| {{Template:XFRACAS.Blue|<GMTOffset>}}{{Template:XFRACAS.Black|-7}}{{Template:XFRACAS.Blue|</GMTOffset>}}
| |
| {{Template:XFRACAS.Blue|</ExportData>}}
| |
| {{Template:XFRACAS.Blue|<[[Company Element|Company]]>}}
| |
| <font color=blue><!—</font>{{APIComment|If no CompanyID is given, a new CompanyID will be assigned. If an existing CompanyID is given then Company may be updated. Integer.}}
| |
| {{Template:XFRACAS.Blue|<[[Company.CompanyName|'''CompanyName''']]>}}{{Template:XFRACAS.Black|ReliaSoft Corporation}}{{Template:XFRACAS.Blue|</CompanyName>}}
| |
| <font color=blue><!—</font>{{APIComment|Phone is optional String. 22 characters maximum.}}
| |
| {{Template:XFRACAS.Blue|<Phone>}}{{Template:XFRACAS.Black|520-555-5555}}{{Template:XFRACAS.Blue|</Phone>}}
| |
| <font color=blue><!—</font>{{APIComment|Phone2 is optional. String. 22 characters maximum.}}
| |
| {{Template:XFRACAS.Blue|<Phone2 />}}
| |
| <font color=blue><!—</font>{{APIComment|Fax is optional. String. 22 characters maximum.}}
| |
| {{Template:XFRACAS.Blue|<Fax />}}
| |
| <font color=blue><!—</font>{{APIComment|SalesRegion (Integer) is optional, and if present, must contain an existing issue with an IssueTypeID equal to 33 (Company Sales Region)}}
| |
| {{Template:XFRACAS.Blue|<SalesRegion />}}
| |
| <font color=blue><!—</font>{{APIComment|WarrantyMonthShip (Integer) is required. Months must be in integer form and may contain the values including to and between 1 and 12}}
| |
| {{Template:XFRACAS.Blue|<WarrantyMonthShip>}}{{Template:XFRACAS.Black|15}}{{Template:XFRACAS.Blue|</WarrantyMonthShip>}}
| |
| <font color=blue><!—</font>{{APIComment|WarrantyMonthCommission (Integer) is required. Months must be in integer form and may contain the values including to and between 1 and 12.}}
| |
| {{Template:XFRACAS.Blue|<WarrantyMonthCommission>}}{{Template:XFRACAS.Black|12}}{{Template:XFRACAS.Blue|</WarrantyMonthCommission>}}
| |
| <font color=blue><!—</font>{{APIComment|WarrantyCalcMethod (Integer) is optional.}}
| |
| {{Template:XFRACAS.Blue|<WarrantyCalcMethod>}}{{Template:XFRACAS.Black|1}}{{Template:XFRACAS.Blue|</WarrantyCalcMethod>}}
| |
| {{Template:XFRACAS.Blue|<Entity>}}
| |
| {{Template:XFRACAS.Blue|<EntityID>}}{{Template:XFRACAS.Black|1}}{{Template:XFRACAS.Blue|</EntityID>}}
| |
| <font color=blue><!—</font>{{APIComment|*****************}}
| |
| {{Template:XFRACAS.Blue|<EntityName>}}{{Template:XFRACAS.Black|XFRACAS Software}}{{Template:XFRACAS.Blue|</EntityName>}}
| |
| {{Template:XFRACAS.Blue|</Entity>}}
| |
| <font color=blue><!—</font>{{APIComment|Addresses are optional and, if present, must contain a Location element that matches an existing address location. Must be a valid address.}}
| |
| {{Template:XFRACAS.Blue|<Addresses>}}
| |
| {{Template:XFRACAS.Blue|<Address>}}
| |
| {{Template:XFRACAS.Blue|<AddressLine1>}}{{Template:XFRACAS.Black|1450 S. Eastside Loop}}{{Template:XFRACAS.Blue|</AddressLine1>}}
| |
| {{Template:XFRACAS.Blue|<AddressLine2 />}}
| |
| {{Template:XFRACAS.Blue|<City>}}{{Template:XFRACAS.Black|Tucson}}{{Template:XFRACAS.Blue|</City>}}
| |
| {{Template:XFRACAS.Blue|<State>}}{{Template:XFRACAS.Black|Arizona}}{{Template:XFRACAS.Blue|</State>}}
| |
| {{Template:XFRACAS.Blue|<Country>}}{{Template:XFRACAS.Black|United States}}{{Template:XFRACAS.Blue|</Country>}}
| |
| {{Template:XFRACAS.Blue|<ZipCode>}}{{Template:XFRACAS.Black|85710}}{{Template:XFRACAS.Blue|</ZipCode>}}
| |
| {{Template:XFRACAS.Blue|<Location>}}{{Template:XFRACAS.Black|ReliaSoft Corporate}}{{Template:XFRACAS.Blue|</Location>}}
| |
| {{Template:XFRACAS.Blue|</Address>}}
| |
| {{Template:XFRACAS.Blue|</Addresses>}}
| |
| <font color=blue><!—</font>{{APIComment|Categories are required and must contain one or more of the Category element.}}
| |
| {{Template:XFRACAS.Blue|<[[Company.Categories|'''Categories''']]>}}
| |
| {{Template:XFRACAS.Blue|<Category>}}
| |
| <font color=blue><!—</font>{{APIComment|The Category element must contain a CategoryName element whose value matches an existing company category.}}
| |
| {{Template:XFRACAS.Blue|<CategoryID>}}{{Template:XFRACAS.Black|6}}{{Template:XFRACAS.Blue|</CategoryID>}}
| |
| <font color=blue><!—</font>{{APIComment|String. 20 characters maximum.}}
| |
| {{Template:XFRACAS.Blue|<CategoryName>}}{{Template:XFRACAS.Black|Owner}}{{Template:XFRACAS.Blue|</CategoryName>}}
| |
| {{Template:XFRACAS.Blue|</Category>}}
| |
| {{Template:XFRACAS.Blue|<Category>}}
| |
| {{Template:XFRACAS.Blue|<CategoryID>}}{{Template:XFRACAS.Black|9}}{{Template:XFRACAS.Blue|</CategoryID>}}
| |
| <font color=blue><!—</font>{{APIComment|String. 20 characters maximum.}}
| |
| {{Template:XFRACAS.Blue|<CategoryName>}}{{Template:XFRACAS.Black|Authorized Service Provider}}{{Template:XFRACAS.Blue|</CategoryName>}}
| |
| <font color=blue><!—</font>{{APIComment|The Category element must contain a CategoryName element whose value matches an existing company category.}}
| |
| {{Template:XFRACAS.Blue|</Category>}}
| |
| <font color=blue><!—</font>{{APIComment|The Category element must contain a CategoryName element whose value matches an existing company category.}}
| |
| {{Template:XFRACAS.Blue|<Category>}}
| |
| {{Template:XFRACAS.Blue|<CategoryID>}}{{Template:XFRACAS.Black|14}}{{Template:XFRACAS.Blue|</CategoryID>}}
| |
| <font color=blue><!—</font>{{APIComment|String. 20 characters maximum.}}
| |
| {{Template:XFRACAS.Blue|<CategoryName>}}{{Template:XFRACAS.Black|Distributor}}{{Template:XFRACAS.Blue|</CategoryName>}}
| |
| {{Template:XFRACAS.Blue|</Category>}}
| |
| {{Template:XFRACAS.Blue|</[[Company.Categories|'''Categories''']]>}}
| |
| {{Template:XFRACAS.Blue|<Details />}}
| |
| {{Template:XFRACAS.Blue|</[[Company Element|Company]]>}}
| |
| {{Template:XFRACAS.Blue|</Companies>}}
| |