サンプル
リクエスト
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'access_token=xxxxx&refresh_token=xxxxx&wait_flag=1&supply_order_last_modified_null_safe_date-gt=2018-01-23 13:53:52' https://api.next-engine.org/api_v1_supplyorder_base/count
レスポンス
{
"result": "success"
"count": "xxx",
"access_token":"xxxxxxxxxx",
"access_token_end_date":"2018-02-24 12:13:16",
"refresh_token":"xxxxxxxxxx",
"refresh_token_end_date":"2018-02-24 13:54:35"
}