サンプル
リクエスト
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \ -d 'access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1' \ "https://api.next-engine.org/api_v1_system_goodstype/info"
レスポンス
{
"result":"success",
"count":"3",
"data":[
{
"goods_type_id":"10",
"goods_type_name":"予約"
},
{
"goods_type_id":"20",
"goods_type_name":"受注発注"
},
{
"goods_type_id":"0",
"goods_type_name":"通常"
}
],
"access_token":"xxxxxxxxxxx",
"access_token_end_date":"2017-04-13 18:24:53",
"refresh_token":"xxxxxxxxxxx",
"refresh_token_end_date":"2017-04-15 18:24:53"
}