Zmiany pomiędzy wersją 1 and wersją 2 dla DeployerGuide/Others/eDokumentyApi/GetDocument
- Data i czas:
- 12/16/14 12:57:55 (10 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Others/eDokumentyApi/GetDocument
v1 v2 52 52 53 53 54 $ contact = array();54 $document = null; 55 55 56 56 try { 57 $d ata = 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); 62 62 63 63 } catch(SoapFault $fault) {