tripit / api

TripIt's API Documentation and Support Forum
http://www.tripit.com/developer
Other
47 stars 16 forks source link

Invitations #181

Closed iphilgoodtahiti closed 7 years ago

iphilgoodtahiti commented 7 years ago

Hi, Is There somebody who could explain why request Invitation doesn't work? I tried this : `

xxx@gmail.com 99999999 true false true

`

and response is : SimpleXMLElement Object ( [timestamp] => 1483141097 [num_bytes] => 274 [Error] => SimpleXMLElement Object ( [code] => 400 [description] => Attempted to unserialize unknown entity type: Invitation [entity_type] => Invitation [timestamp] => 2016-12-30T15:38:17 )

)

Thanks

hliss commented 7 years ago

Hi @iphilgoodtahiti, try using /v1/invite instead of /v1/create, and I'll make sure we update our documentation!

iphilgoodtahiti commented 7 years ago

Hi @hliss, thanks a lot! I added function in tripit.php... I never found this information in documentation... Happy New Year!