Zmiany pomiędzy wersją 1 and wersją 2 dla DeployerGuide/Others/eDokumentyApi/GetDocument

Pokaż
Ignoruj:
Data i czas:
12/16/14 12:57:55 (9 years temu)
Autor:
WN (IP: 213.227.67.33)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Others/eDokumentyApi/GetDocument

    v1 v2  
    5252 
    5353 
    54 $contact = array(); 
     54$document = null; 
    5555 
    5656try { 
    57     $data = array( 
    58         'doc_id' => 666, 
    59     ); 
    60     $processes = $client->searchDocuments($data); 
    61     var_dump($processes ); 
     57    $doc_id = 123; 
     58    $return_json = false; 
     59 
     60    $document = $client->searchDocuments($doc_id, $return_json); 
     61    var_dump($document); 
    6262 
    6363} catch(SoapFault $fault) {