Tigris Social Api

<back to all web services

ConvertFromReservation

Convert a User reservation to User.
Parameters:
NameParameterData TypeRequiredDescription
ReservationIdbodystringYesThe GUID of the User Reservation. Will be the User's Tigris Id.
FirstNamebodystringYesThe first name of the user.
MiddleNamebodystringNoThe middle name of the user.
LastNamebodystringYesThe last name of the user.
SuffixbodystringNoThe desired suffix for the user, if any (e.g. Mr., Ms., Mrs.)
EmailbodystringNoThe email address of the user.
AboutMebodystringNoA long description describing the user to other Tigris users.
JobTitlebodystringNoThe job title of the user.
CompanyNamebodystringNoThe user's company name.
CompanyAddressbodystringNoThe user's work address.
CompanyCitybodystringNoThe user's city.
CompanyStateProvincebodystringNoThe user's state.
CompanyPostalCodebodystringNoThe user's zip code.
CompanyCountrybodystringNoThe user's country.
TimeZonebodystringNoDEPRECATED: A list of possible preferred time zones for the user. Contnet will be displayed using the preference selected here.
ExperiencesbodystringNoThe user's relevant experience
CertificationsbodystringNoCertifications the user has received
InterestsbodystringNoA User's Interests
CreatedTimebodystringNoThe CreatedTime is the DateTime indicating the time the user was created. If empty uses current system time.
UpdatedTimebodystringNoThe UpdatedTime is the DateTime indicating the last time the user was edited/updated. If empty uses current system time.

To override the Content-type in your clients HTTP Accept Header, append the .soap12 suffix or ?format=soap12

HTTP + SOAP12

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap12 HTTP/1.1 
Host: api.tigris.mymitchell.com 
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<ConvertFromReservation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mi.Sno.Tigris.TigrisApi.ServiceModel.InputModels.Users">
  <AboutMe>String</AboutMe>
  <Certifications xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </Certifications>
  <CompanyAddress>String</CompanyAddress>
  <CompanyCity>String</CompanyCity>
  <CompanyCountry>String</CompanyCountry>
  <CompanyName>String</CompanyName>
  <CompanyPostalCode>String</CompanyPostalCode>
  <CompanyStateProvince>String</CompanyStateProvince>
  <CreatedTime>0001-01-01T00:00:00</CreatedTime>
  <Email>String</Email>
  <Experiences xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </Experiences>
  <FirstName>String</FirstName>
  <Interests xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </Interests>
  <JobTitle>String</JobTitle>
  <LastName>String</LastName>
  <MiddleName>String</MiddleName>
  <ReservationId>00000000-0000-0000-0000-000000000000</ReservationId>
  <Suffix>String</Suffix>
  <TimeZone>String</TimeZone>
  <UpdatedTime>0001-01-01T00:00:00</UpdatedTime>
</ConvertFromReservation>

    </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<UserDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mi.Sno.Tigris.TigrisApi.ServiceModel.Types">
  <AboutMe>String</AboutMe>
  <Certifications xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </Certifications>
  <Cloaked>false</Cloaked>
  <CompanyAddress>String</CompanyAddress>
  <CompanyCity>String</CompanyCity>
  <CompanyCountry>String</CompanyCountry>
  <CompanyName>String</CompanyName>
  <CompanyPostalCode>String</CompanyPostalCode>
  <CompanyStateProvince>String</CompanyStateProvince>
  <Connections>
    <ConnectionDto>
      <FirstName>String</FirstName>
      <Id>00000000-0000-0000-0000-000000000000</Id>
      <IsFavorite>false</IsFavorite>
      <LastName>String</LastName>
      <OwnerId>00000000-0000-0000-0000-000000000000</OwnerId>
      <UserDefaultVenueId>00000000-0000-0000-0000-000000000000</UserDefaultVenueId>
      <UserId>00000000-0000-0000-0000-000000000000</UserId>
    </ConnectionDto>
  </Connections>
  <CreatedTime>0001-01-01T00:00:00</CreatedTime>
  <DefaultVenueId>00000000-0000-0000-0000-000000000000</DefaultVenueId>
  <Email>String</Email>
  <Experiences xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </Experiences>
  <FirstName>String</FirstName>
  <Id>00000000-0000-0000-0000-000000000000</Id>
  <Interests xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </Interests>
  <JobTitle>String</JobTitle>
  <LastName>String</LastName>
  <MiddleName>String</MiddleName>
  <Networks>
    <NetworkSummaryDto>
      <Id>00000000-0000-0000-0000-000000000000</Id>
      <Name>String</Name>
      <NumberOfMembers>0</NumberOfMembers>
      <OwnerId>00000000-0000-0000-0000-000000000000</OwnerId>
    </NetworkSummaryDto>
  </Networks>
  <Subscriptions>
    <SubscriptionDto>
      <SubscribedToExternalName>String</SubscribedToExternalName>
      <SubscribedToId>00000000-0000-0000-0000-000000000000</SubscribedToId>
      <SubscriberId>00000000-0000-0000-0000-000000000000</SubscriberId>
      <SubscriberToDisplayName>String</SubscriberToDisplayName>
    </SubscriptionDto>
  </Subscriptions>
  <Suffix>String</Suffix>
  <TimeZone>String</TimeZone>
  <UpdatedTime>0001-01-01T00:00:00</UpdatedTime>
</UserDto>

    </soap12:Body>
</soap12:Envelope>