Zmiany pomiędzy wersją 2 and wersją 3 dla DeployerGuide/Others/eDokumentyApi/GetProduct
- Data i czas:
- 02/02/15 12:54:09 (10 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Others/eDokumentyApi/GetProduct
v2 v3 20 20 * @throws Exception - SoapFault 21 21 */ 22 Array getProduct s(Int depoid, Boolean return_json = false)22 Array getProduct(Int depoid, Boolean return_json = false) 23 23 24 24 ?> … … 57 57 try { 58 58 59 $product = $client-> searchDocuments($depoid, false);59 $product = $client->getProduct($depoid, false); 60 60 var_dump($product); 61 61