サンプル
リクエスト
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'access_token=xxx&refresh_token=xxx' https://api.next-engine.org/api_v1_system_deliverydate/info
レスポンス
{
"result":"success",
"count":"1",
"data":[
{
"delivery_date_id":"date",
"delivery_date_name":"日付指定(自動更新)",
"delivery_date_days":"",
"delivery_date_note":"指定の日付に応じて、1〜31の納期を自動で適用"
},
{
"delivery_date_id":"1",
"delivery_date_name":"1営業日以内に発送",
"delivery_date_days":"1",
"delivery_date_note":"指定日付まで残り1日もしくは過ぎた場合"
},
{
"delivery_date_id":"2",
"delivery_date_name":"2営業日以内に発送",
"delivery_date_days":"2",
"delivery_date_note":"指定日付まで残り2日"
},
],
"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"
}