MyAllocator PMS PHP SDK
  • Namespace
  • Class
  • Tree

Namespaces

  • MyAllocator
    • phpsdk
      • src
        • Api
        • Exception
        • Object
        • Util
  • PHP

Classes

  • AmenityList
  • ARIRulesList
  • ARIRulesUpdate
  • ARIUpdate
  • ARIUpdateStatus
  • AssociatePropertyToPMS
  • AssociateUserToPMS
  • BookingAction
  • BookingList
  • BookingPaymentDownload
  • BookingPaymentPasswordValidate
  • ChannelList
  • HelloUser
  • HelloVendor
  • HelloVendorUser
  • HelloWorld
  • LoopARIList
  • LoopBookingAction
  • LoopBookingCreate
  • LoopBookingList
  • MaApi
  • NotificationEmailsList
  • PropertyBillingList
  • PropertyChannelList
  • PropertyCreate
  • PropertyImageCreate
  • PropertyImageList
  • PropertyImageRemove
  • PropertyList
  • PropertyModify
  • RoomAvailabilityList
  • RoomCreate
  • RoomImageCreate
  • RoomImageList
  • RoomImageRemove
  • RoomList
  • RoomRemove
  • RoomUpdate
  • UserCreate
  • UserExists
  • VendorSet

Class ARIUpdateStatus

Query the update status of an asynchronous ARIUpdate. ARIUpdates are asynchronous by default and return an UpdateId for successful requests.

MyAllocator\phpsdk\src\MaBaseClass
Extended by MyAllocator\phpsdk\src\Api\MaApi
Extended by MyAllocator\phpsdk\src\Api\ARIUpdateStatus
Namespace: MyAllocator\phpsdk\src\Api
Located at Api/ARIUpdateStatus.php

Methods summary

Methods inherited from MyAllocator\phpsdk\src\Api\MaApi

__construct(), callApi(), callApiWithParams(), getAuth(), getLastApiResponse(), isEnabled(), setAuth(), setParams()

Methods inherited from MyAllocator\phpsdk\src\MaBaseClass

debug(), debug_echo(), debug_print_r(), debug_var_dump(), getConfig(), setConfig()

Magic methods summary

Properties summary

protected string $id

The api to call.

The api to call.

# 'ARIUpdateStatus'
protected array $keys

Array of required and optional authentication and argument keys (string) for API method.

Array of required and optional authentication and argument keys (string) for API method.

# array( 'auth' => array( 'req' => array( 'Auth/VendorId', 'Auth/VendorPassword', 'Auth/PropertyId', 'UserCredentials' => array( 'Auth/UserId', 'Auth/UserPassword' ), 'UserToken' => array( 'Auth/UserToken' ) ), 'opt' => array() ), 'args' => array( 'req' => array( 'UpdateId' ), 'opt' => array() ) )

Properties inherited from MyAllocator\phpsdk\src\Api\MaApi

$enabled

Properties inherited from MyAllocator\phpsdk\src\MaBaseClass

$config

MyAllocator PMS PHP SDK API documentation generated by ApiGen