Help for this page

Select Code to Download


  1. or download this
    def default_params
          default_params = {
    ...
            'Version'          => self.api_version,
          }
          default_params.merge!('SecurityToken' => self.security_token) if
    + self.security_token
    
  2. or download this
    $req->header('Content-Type' => 'application/json; charset=UTF-8');