Zmiany pomiędzy wersją 2 and wersją 3 dla DeployerGuide/Others/eDokumentyApi/GetProduct

Pokaż
Ignoruj:
Data i czas:
02/02/15 12:54:09 (9 years temu)
Autor:
TS (IP: 79.188.124.105)
Komentarz:

--

Legend:

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

    v2 v3  
    2020 *  @throws Exception - SoapFault 
    2121 */ 
    22 Array getProducts(Int depoid, Boolean return_json = false) 
     22Array getProduct(Int depoid, Boolean return_json = false) 
    2323 
    2424?> 
     
    5757try { 
    5858     
    59     $product = $client->searchDocuments($depoid, false); 
     59    $product = $client->getProduct($depoid, false); 
    6060    var_dump($product); 
    6161