Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. $json = '{"userid":"{{USERNAME}}","password":"{{PASSWORD}}","version":"2.0","mode":"Robot.XML","account":"{{VENDOR_ID}}","queryInput":"[p=Reporter.properties, Sales.getReport, {{VENDOR_ID}},Sales,Summary,Weekly,20170108]"}'
  2.  
  3. CURLOPT_URL => 'https://reportingitc-reporter.apple.com/reportservice/sales/v1',
  4. CURLOPT_HEADER => false,
  5. CURLOPT_HTTPHEADER => array('Accept: text/xml, text/plain', 'Content-Type: text/xml, text/plain'),
  6. CURLOPT_USERAGENT => 'Java/1.8.0_92',
  7. CURLOPT_TIMEOUT => 10,
  8. CURLOPT_SSL_VERIFYPEER => false,
  9. CURLOPT_POST => true,
  10. CURLOPT_POSTFIELDS => $json,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement