Zmiany pomiędzy wersją 7 and wersją 8 dla DeployerGuide/Others/eDokumentyApi/GetContact

Pokaż
Ignoruj:
Data i czas:
12/29/15 15:21:12 (8 years temu)
Autor:
JP (IP: 79.188.124.105)
Komentarz:

--

Legend:

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

    v7 v8  
    5252 
    5353try { 
    54     $data = array( 
    55         'name_1' => 'SOAP TEST '.date('d H:m:s'), 
    56         'name_2' => 'SOAPTEST', 
    57         'nip___' => 1111111111, 
    58         'street' => 'Główna',         
    59     ); 
    60     $contact = $client->createContact($contid, false); 
    61     var_dump($contact); 
     54             
     55    $contact = $client->getContact($contid); 
     56 
    6257 
    6358} catch(SoapFault $fault) {