Guest User

Untitled

a guest
Dec 15th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. >import requests
  2. >
  3. >data = {'cui': '1234', 'data': '2015-02-14'}
  4. >
  5. >r = requests.post("https://webservicesp.anaf.ro/PlatitorTvaRest/api/v3/ws/tva", json={"cui": '1234', "data": '2015-02-14'})
  6. >
  7. >print(r.status_code)
Add Comment
Please, Sign In to add comment