<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ms-0200:CompanyDetail xmlns:ms-0200="http://www.modeldev.restauranttechnologynetwork.com/models/v2"> <ms-0200:CompanyID>Example String Value</ms-0200:CompanyID> <ms-0200:CompanyName>IBM</ms-0200:CompanyName> <ms-0200:Address> <ms-0200:StreetAddress>100 Main Avenue</ms-0200:StreetAddress> <ms-0200:CityName>Rochester</ms-0200:CityName> <ms-0200:PostalCode>14604</ms-0200:PostalCode> <ms-0200:Country>United States</ms-0200:Country> <ms-0200:CountryCode>US</ms-0200:CountryCode> <ms-0200:StateOrTerritory>NY</ms-0200:StateOrTerritory> <ms-0200:AddressType>Business</ms-0200:AddressType> </ms-0200:Address> <ms-0200:Phone primaryInd="true"> <ms-0200:PhoneNumber>555-555-5555</ms-0200:PhoneNumber> <ms-0200:Type>Home</ms-0200:Type> <ms-0200:Capabilities>Multimedia</ms-0200:Capabilities> </ms-0200:Phone> <ms-0200:ContactDetail birthday="2000-11-30"> <ms-0200:PersonName language="en-us" primaryInd="true"> <ms-0200:First>John</ms-0200:First> <ms-0200:Last>Smith</ms-0200:Last> <ms-0200:Middle>Jacob</ms-0200:Middle> <ms-0200:Prefix>Mr.</ms-0200:Prefix> <ms-0200:Suffix>Jr.</ms-0200:Suffix> <ms-0200:NameType>Alias</ms-0200:NameType> <ms-0200:Title>M.D.</ms-0200:Title> <ms-0200:LastNamePrefix>Von de</ms-0200:LastNamePrefix> </ms-0200:PersonName> <ms-0200:Email primaryInd="true"> <ms-0200:EmailAddress>john.dough@gmail.com</ms-0200:EmailAddress> <ms-0200:EmailType>Personal</ms-0200:EmailType> </ms-0200:Email> <ms-0200:Phone primaryInd="true"> <ms-0200:PhoneNumber>555-555-5555</ms-0200:PhoneNumber> <ms-0200:Type>Business</ms-0200:Type> <ms-0200:Capabilities>Text</ms-0200:Capabilities> </ms-0200:Phone> <ms-0200:Address> <ms-0200:StreetAddress>100 Main Avenue</ms-0200:StreetAddress> <ms-0200:CityName>Rochester</ms-0200:CityName> <ms-0200:PostalCode>14604</ms-0200:PostalCode> <ms-0200:Country>United States</ms-0200:Country> <ms-0200:CountryCode>US</ms-0200:CountryCode> <ms-0200:StateOrTerritory>NY</ms-0200:StateOrTerritory> <ms-0200:AddressType>Business</ms-0200:AddressType> </ms-0200:Address> <ms-0200:SocialMedia> <ms-0200:URL>https://www.instagram.com/</ms-0200:URL> <ms-0200:Platform>Instagram</ms-0200:Platform> <ms-0200:Handle>@RTN</ms-0200:Handle> <ms-0200:UserName>John.Dough</ms-0200:UserName> </ms-0200:SocialMedia> <ms-0200:CommunicationMethod primaryInd="true"> <ms-0200:CommunicationMethod>Phone</ms-0200:CommunicationMethod> <ms-0200:PreferredLanguage>en</ms-0200:PreferredLanguage> </ms-0200:CommunicationMethod> <ms-0200:Verification> <ms-0200:VerificationCategory>Age</ms-0200:VerificationCategory> <ms-0200:VerificationType>Passport</ms-0200:VerificationType> <ms-0200:VerifiedBy>Fred Flintstone</ms-0200:VerifiedBy> <ms-0200:VerificationSystem>Mitek Systems</ms-0200:VerificationSystem> <ms-0200:Description>Mitek verifies age data from scan of drivers license.</ms-0200:Description> <ms-0200:VerifiedInd>true</ms-0200:VerifiedInd> </ms-0200:Verification> <ms-0200:ThirdPartySystem> <ms-0200:ThirdPartySystemID>Example String Value</ms-0200:ThirdPartySystemID> <ms-0200:Type>Loyalty</ms-0200:Type> <ms-0200:SystemName>Paytronix</ms-0200:SystemName> <ms-0200:CustomerID>58688464525</ms-0200:CustomerID> <ms-0200:ProgramID>A8V7</ms-0200:ProgramID> </ms-0200:ThirdPartySystem> <ms-0200:Gender>Male</ms-0200:Gender> <ms-0200:PreferredPronoun>He/Him</ms-0200:PreferredPronoun> <ms-0200:SignificantDate> <ms-0200:Date>May 1</ms-0200:Date> <ms-0200:Description>The person's anniversary date.</ms-0200:Description> <ms-0200:DateType>Birthday</ms-0200:DateType> </ms-0200:SignificantDate> <ms-0200:Description>VIP</ms-0200:Description> </ms-0200:ContactDetail> <ms-0200:Description>Typewriter division</ms-0200:Description> <ms-0200:WebsiteURL>https://www.ibm.com/</ms-0200:WebsiteURL> <ms-0200:TimeZone>Eastern</ms-0200:TimeZone> <ms-0200:IndustryClassificationName>Computer related services</ms-0200:IndustryClassificationName> <ms-0200:IndustryClassificationCode>7379</ms-0200:IndustryClassificationCode> <ms-0200:IndustryClassificationStandard>SIC</ms-0200:IndustryClassificationStandard> </ms-0200:CompanyDetail>
{ "CompanyDetail" : { "CompanyID" : "Example String Value", "CompanyName" : "IBM", "Address" : [ { "@type" : "Address", "StreetAddress" : "100 Main Avenue", "CityName" : "Rochester", "PostalCode" : "14604", "Country" : "United States", "CountryCode" : "US", "StateOrTerritory" : "NY", "AddressType" : { "value" : "Business" } } ], "Phone" : [ { "@type" : "Phone", "primaryInd" : true, "PhoneNumber" : "555-555-5555", "Type" : { "value" : "Home" }, "Capabilities" : [ { "value" : "Multimedia" }, { "value" : "Multimedia" } ] } ], "Contact" : [ { "@type" : "ContactDetail", "birthday" : "2000-11-30", "PersonName" : [ { "@type" : "PersonName", "language" : "en-us", "primaryInd" : true, "First" : "John", "Last" : "Smith", "Middle" : "Jacob", "Prefix" : "Mr.", "Suffix" : "Jr.", "NameType" : { "value" : "Alias" }, "Title" : "M.D.", "LastNamePrefix" : "Von de" } ], "Email" : [ { "@type" : "Email", "primaryInd" : true, "EmailAddress" : "john.dough@gmail.com", "EmailType" : { "value" : "Personal" } } ], "Phone" : [ { "@type" : "Phone", "primaryInd" : true, "PhoneNumber" : "555-555-5555", "Type" : { "value" : "Business" }, "Capabilities" : [ { "value" : "Text" }, { "value" : "Text" } ] } ], "Address" : [ { "@type" : "Address", "StreetAddress" : "100 Main Avenue", "CityName" : "Rochester", "PostalCode" : "14604", "Country" : "United States", "CountryCode" : "US", "StateOrTerritory" : "NY", "AddressType" : { "value" : "Business" } } ], "SocialMedia" : [ { "@type" : "SocialMedia", "URL" : "https://www.instagram.com/", "Platform" : "Instagram", "Handle" : "@RTN", "UserName" : "John.Dough" } ], "CommunicationMethod" : [ { "@type" : "CommunicationMethod", "primaryInd" : true, "CommunicationMethod" : { "value" : "Phone" }, "PreferredLanguage" : "en" } ], "Verification" : [ { "@type" : "Verification", "VerificationCategory" : { "value" : "Age" }, "VerificationType" : { "value" : "Passport" }, "VerifiedBy" : "Fred Flintstone", "VerificationSystem" : "Mitek Systems", "Description" : "Mitek verifies age data from scan of drivers license.", "VerifiedInd" : true } ], "ThirdPartySystem" : [ { "@type" : "ThirdPartySystem", "ThirdPartySystemID" : "Example String Value", "Type" : { "value" : "Loyalty" }, "SystemName" : "Paytronix", "CustomerID" : "58688464525", "ProgramID" : "A8V7" } ], "Gender" : "Male", "PreferredPronoun" : { "value" : "He/Him" }, "Company" : [ ], "SignificantDate" : [ { "@type" : "SignificantDate", "Date" : "May 1", "Description" : "The person's anniversary date.", "DateType" : { "value" : "Birthday" } } ], "Description" : "VIP" } ], "Description" : "Typewriter division", "WebsiteURL" : "https://www.ibm.com/", "TimeZone" : "Eastern", "IndustryClassificationName" : "Computer related services", "IndustryClassificationCode" : "7379", "IndustryClassificationStandard" : "SIC" } }
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
IndustryClassificationName |
Specifies the industry segment for the company.
|
||||||||||||
|
|||||||||||||
IndustryClassificationCode |
Industry standard for classification (e.g. SIC, NAIC).
|
||||||||||||
|
|||||||||||||
IndustryClassificationStandard |
Specifies the standard in which the industry classification code is found (e.g. SIC, NAIC).
|
||||||||||||
|