サンプル
リクエスト
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_iotype/info"
レスポンス
{
"result":"success",
"count":"16",
"data":[
{
"io_type_id":"0",
"io_type_name":"出荷"
},
{
"io_type_id":"74",
"io_type_name":"予約在庫出庫"
},
{
"io_type_id":"73",
"io_type_name":"予約在庫入庫"
},
{
"io_type_id":"72",
"io_type_name":"不良品出庫"
},
{
"io_type_id":"71",
"io_type_name":"不良品入庫"
},
{
"io_type_id":"70",
"io_type_name":"不良品への振替"
},
{
"io_type_id":"60",
"io_type_name":"欠品"
},
{
"io_type_id":"50",
"io_type_name":"他勘定入庫"
},
{
"io_type_id":"40",
"io_type_name":"他勘定出庫"
},
{
"io_type_id":"30",
"io_type_name":"仕入返品"
},
{
"io_type_id":"22",
"io_type_name":"仕入修正"
},
{
"io_type_id":"20",
"io_type_name":"仕入"
},
{
"io_type_id":"12",
"io_type_name":"出荷確定戻し"
},
{
"io_type_id":"11",
"io_type_name":"売上返品戻し"
},
{
"io_type_id":"10",
"io_type_name":"売上返品"
},
{
"io_type_id":"99",
"io_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"
}