Guest User

Untitled

a guest
May 27th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $result = $api->sendRequest( "saveSalesDocument", array(
  2.  
  3. "type" => "ORDER",
  4. "warehouseID" => 1,
  5. "currencyCode" => "EUR",
  6. "customerID" => 10,
  7. "paymentStatus" => "PAID",
  8.  
  9. "productID1" => 1884,
  10. "vatrateID1" => 1,
  11. "amount1" => 1.0,
  12. "price1" => 0.0
  13.  
  14. ));
Add Comment
Please, Sign In to add comment