Integration Gateway to Connect with Escapia Vacation Rental Network API

Escapia Vacation rental Network provide the functionality to book rentals online. You can implement ECRN api into your website using XML/Soap api. Here i am describe you to integration with it in Soap api call.

EVRN api is SOAP/XML base api.

Primary prerequisites:

Version: Request schema version. Default value is 1.000
ID: Escapianet username
MessagePassword: Escapianet password
UnitCode : It is the unique code associated with the required property unit.
[sociallocker id=”1175″]

[/sociallocker]
Using this EVRN API partners can use vacation rental units information and facilitate online book it those.

Recommended Posts For You

About Harish

I am professional web developer and blogger. Use this blog to share own api and other web development experience with you. I do accept paid work. Write to me at - [email protected]

View all posts by Harish

6 thoughts on “Integration Gateway to Connect with Escapia Vacation Rental Network API”

  1. Hello Harish ,
    i need get unit user reviews, so i used UnitReviews And SendReviews parameters in UnitDescriptiveInfo function but can’t get user reviews.
    My code is
    $response = $client->UnitDescriptiveInfo(
    array(
    ‘Version’ => “1.030”,
    ‘POS’ => $POS,
    ‘UnitDescriptiveInfos’ =>
    array(
    ‘UnitDescriptiveInfo’ =>
    array(
    ‘UnitCode’ => “1685-271314”,
    “UnitReviews” => array(“SendReviews” => true),
    ),
    ),
    )
    );
    Pleas help me

    1. Hello Imran,

      You did not pass parameter in correct format. Use this format for parameter:

      ‘UnitDescriptiveInfo’ =>
      array(
      ‘UnitCode’ => ‘****-*****’,
      ‘UnitReviews’ => ‘unit review value’,
      ‘SendReviews’ => ‘send review data here’
      )

      If still facing issue please tell me what error you got ? Thanks

Leave a Reply to imran Cancel Reply

Your email address will not be published. Required fields are marked *