Thursday, April 13, 2017

Get sales info with API call.

A customer asked how they could get all sales data from Group-Office on to a television screen. I've written this little script to get this info. Group-Office has no real API (yet) but it is possible to get this data.

The client class is used to connect to Group-Office and get's the year report data which they can use to display.

Because this might be useful to others I've written this tiny blog post:


<?php

class Client {

 private $host;
 private $curl;

 public function __construct($host, $username, $password) {
  $this->curl = curl_init();

  $this->host = rtrim($host, '/');

  curl_setopt($this->curl, CURLOPT_USERPWD, $username . ":" . $password);
  curl_setopt($this->curl, CURLOPT_RETURNTRANSFER, TRUE);
 }

 public function request($route, array $data = array()) {

  curl_setopt($this->curl, CURLOPT_URL, $this->host . '/index.php?r=' . $route);
  curl_setopt($this->curl, CURLOPT_POST, 1);
  curl_setopt($this->curl, CURLOPT_POSTFIELDS, http_build_query($data));

  $json = curl_exec($this->curl);

  return json_decode($json);
 }

 public function __destruct() {
  curl_close($this->curl);
 }

}

$client = new Client('https://example.group-office.com', 'apiuser', 'SECRET');

$data = $client->request('billing/report/yearReport', array(
  'start_date' => '01-01-2017',
  'end_date' => '31-12-2017',
  'books' => json_encode(array('2'))
    )
);

var_dump($data);


14 comments:

  1. Nice blog with Amazing information .. love to read about this.
    Awaiting for your new post
    We at Fullassignment.com bring to you the most significant Case Study help writing service at the best cost. With long stretches of understanding we are prepared to give assignment help over the globe.You will be guided here with a portion of the information of Marketing assignment which could assist you in deciding writing a Marketing assignment. Nonetheless, we unequivocally prescribe you to benefit Civil Law Case Study Assignment Help from our specialist to find out about marketing and its scope.We also provide /Mathematics Assignment Help from our experts.

    https://fullassignment.com/

    ReplyDelete
  2. Nice blog with Amazing information .. love to read about this.
    Awaiting for your new post
    Garrett Mitchell Jersey
    Garrett Crochet Jersey
    Daniel Cabrera Jersey

    ReplyDelete
  3. WOW..!! This is really an amazing work, https://hyfytvapk.com/hyfytv-for-pc/

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete
  5. Thanks for this script we are using it for our paper help services and found excellently working. Keep sharing more solutions like this.

    ReplyDelete
  6. This comment has been removed by the author.

    ReplyDelete
  7. Thank you extraessay reviews for the excellent presentation, which I made in the shortest possible time. The theme of the work was space exploration. The author indicated all mandatory moments in the work and used the minimum amount of video resources.

    ReplyDelete
  8. BookMyEssay is the best online[url=https://www.bookmyessay.com/marketing-coursework/]Marketing Coursework Writing Help[/url] provider in the market. The company have the expert writers that help the students to score better grades.

    ReplyDelete
  9. She stole his dog and dyed it key lime green st augustine hearing center

    ReplyDelete
  10. Good article text write content successfully... thanks alot for sharing this sales idea. unilorin courses and cut off mark

    ReplyDelete