サンプル
リクエスト
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'uid=xxxxxxxxxxxxxx&state=xxxxxxxxxxxxxx' "https://api.next-engine.org/api_v1_login_company/info"
レスポンス
{
"result":"success",
"count":"1",
"data":[
{
"company_name":"xxxxxxxx",
"company_kana":"xxxxxxxx",
"company_zip_code":"1500013",
"company_address1":"xxxxxxxx",
"company_address2":"",
"company_post_name":null,
"company_pic_name":"xxxxxxxx",
"company_mail_address":"xxxx@xxxx.xxx",
"company_phone":"0361231231",
"company_fax":"",
"company_url":"",
"company_closing_day":null,
"company_last_closing_date":null,
"company_fraction_number_digit":"0",
"company_fraction_id":"1",
"company_fraction_name":"xxxxxxxx",
"company_tax_id":"0",
"company_tax_name":"xxxxxxxx",
"company_temporarily_suspend_flag":"",
"company_available_date":"2016-12-19 14:02:20",
"company_unavailable_date":"0000-00-00 00:00:00",
"company_notice_mail_address":null,
"company_buying_type":"0",
"company_batch_type":"U",
"company_coupon_code":"",
"company_type_id":"",
"company_ip_address":null,
"company_row_order":"0",
"company_now_tax_percent":"8",
"company_hit_syohin_alert_hour":"0",
"company_hit_syohin_alert_quantity":"0",
"company_primary_tax_rate_for_discount":"10",
"company_invoice_registration_number":"T1234567890123",
"company_creation_date":"2017-03-16 19:16:56",
"company_last_modified_date":"2017-03-16 19:16:56",
"company_creator_id":"0",
"company_creator_name":"System",
"company_last_modified_by_id":"0",
"company_last_modified_by_name":"System",
"company_last_modified_null_safe_date":"2017-03-16 19:16:56",
"company_last_modified_by_null_safe_id":"0",
"company_last_modified_by_null_safe_name":"System",
"company_id":"xxxxxxxx",
"company_ne_id":"xxxxxxxx",
"company_host":"xxxxxxxx",
"company_app_header":"xxxxxxxx"
}
],
"access_token":"xxxxxxxx",
"access_token_end_date":"2017-04-13 18:24:53",
"refresh_token":"xxxxxxxx",
"refresh_token_end_date":"2017-04-15 18:24:53"
}