Skip to content

Profile

Alex Hedley edited this page Jan 20, 2019 · 1 revision

http://supportapi.lenovo.com/Documentation/Profile.html

Profile

Service Providers

Usage

URL

/Version/profile?Type=ProfileType Information

This API will return the Profile Object by the Type Provided. The type provided must include the fully qualified name of the Type, including the Assembly. Here is an example request URL for the Profile Type eSupport.Domain.Profile+Personal using Web API V2.5

http://host/v2.5/Profile?Type=eSupport.Domain.Profile%2BPersonal,%20eSupport.Domain

Fields returned are for this example are:

Email FirstName LastName Gender Address1 Address2 City State Zip Country Language IsSubscriber HomePhone MobilePhone WorkPhone BillingAddress1 BillingAddress2 BillingCity BillingState BillingZip BillingHomePhone BillingMobilePhone EmailUpdateMethod SMSUpdateMethod SameAddressAsShipping RealmSource

Clone this wiki locally