コンテンツにスキップ

受注伝票オプション検索

POST
/api_v1_receiveorder_option/search
curl -X POST -H 'content-type: application/x-www-form-urlencoded' \ -d 'access_token=xxx&refresh_token=xxx8&wait_flag=1&fields=xxx&receive_order_option_receive_order_id-eq=xxx&offset=0&limit=10' \ https://api.next-engine.org/api_v1_receiveorder_option/search
Media type application/x-www-form-urlencoded
object
access_token
required

OAuth2 アクセストークン (必須)

string
refresh_token

OAuth2 リフレッシュトークン (access_token 期限切れ時の自動更新に使用)

string
wait_flag

同期実行フラグ。“1” 指定で処理完了を待つ

string
Allowed values: 0 1
fields

取得するフィールドをカンマ区切りで指定 (search 系のみ)

string
offset

検索開始位置 (search 系のみ)

integer
limit

取得件数 (search 系のみ)

integer
>= 1

実行結果 (result が success / error / redirect のいずれか)

Media type application/json
object
result
required

実行結果ステータス

string
Allowed values: success error redirect
code

エラー時のエラーコード

string
message
One of:
string
access_token

更新後のアクセストークン

string
access_token_end_date

アクセストークン有効期限 (YYYY-MM-DD HH:MM:SS)

string
refresh_token

更新後のリフレッシュトークン

string
refresh_token_end_date

リフレッシュトークン有効期限

string
data

エンドポイント固有のレスポンスデータ

count

Count/search 系のヒット件数 (form-urlencoded レスポンスでは文字列で返ることがある)

integer | string
data
Array<object>
object
receive_order_option_receive_order_id

伝票番号 / 数値型 / ネクストエンジン内で一意に付与される番号

string | integer | number | boolean | null
receive_order_option_single_word_memo

一言メモ / 文字列型

string | integer | number | boolean | null
receive_order_option_message

メッセージ / 文字列型

string | integer | number | boolean | null
receive_order_option_noshi

のし / 文字列型

string | integer | number | boolean | null
receive_order_option_rapping

ラッピング / 文字列型

string | integer | number | boolean | null
receive_order_option_1

オプション1 / 文字列型

string | integer | number | boolean | null
receive_order_option_2

オプション2 / 文字列型

string | integer | number | boolean | null
receive_order_option_3

オプション3 / 文字列型

string | integer | number | boolean | null
receive_order_option_4

オプション4 / 文字列型

string | integer | number | boolean | null
receive_order_option_5

オプション5 / 文字列型

string | integer | number | boolean | null
receive_order_option_6

オプション6 / 文字列型

string | integer | number | boolean | null
receive_order_option_7

オプション7 / 文字列型

string | integer | number | boolean | null
receive_order_option_8

オプション8 / 文字列型

string | integer | number | boolean | null
receive_order_option_9

オプション9 / 文字列型

string | integer | number | boolean | null
receive_order_option_10

オプション10 / 文字列型

string | integer | number | boolean | null
receive_order_option_received_time_shop_coupon

受注時店舗原資クーポン / 数値型 / 楽天とYahoo!に対応しています。

string | integer | number | boolean | null
receive_order_option_received_time_mall_coupon

受注時モール原資クーポン / 数値型 / 楽天とYahoo!に対応しています。

string | integer | number | boolean | null
receive_order_option_creation_date

作成日 / 日時型

string | integer | number | boolean | null
receive_order_option_last_modified_date

最終更新日 / 日時型

string | integer | number | boolean | null
receive_order_option_last_modified_null_safe_date

最終更新日 / 日時型 / NULLの場合作成日

string | integer | number | boolean | null
receive_order_option_creator_id

作成担当者ID / 数値型

string | integer | number | boolean | null
receive_order_option_creator_name

作成担当者名 / 文字列型

string | integer | number | boolean | null
receive_order_option_last_modified_by_id

最終更新者ID / 数値型

string | integer | number | boolean | null
receive_order_option_last_modified_by_null_safe_id

最終更新者ID / 数値型 / NULLの場合作成者ID

string | integer | number | boolean | null
receive_order_option_last_modified_by_name

最終更新者名 / 文字列型

string | integer | number | boolean | null
receive_order_option_last_modified_by_null_safe_name

最終更新者名 / 文字列型 / NULLの場合作成者名

string | integer | number | boolean | null
key
additional properties
any
Example
{
"result": "success",
"count": "1",
"data": [
{
"receive_order_option_receive_order_id": "1",
"receive_order_option_single_word_memo": "",
"receive_order_option_message": "",
"receive_order_option_noshi": "",
"receive_order_option_rapping": "",
"receive_order_option_1": "",
"receive_order_option_2": "",
"receive_order_option_3": "",
"receive_order_option_4": "",
"receive_order_option_5": "",
"receive_order_option_6": "",
"receive_order_option_7": "",
"receive_order_option_8": "",
"receive_order_option_9": "",
"receive_order_option_10": "",
"receive_order_option_received_time_shop_coupon": "0.00",
"receive_order_option_received_time_mall_coupon": "0.00",
"receive_order_option_deleted_flag": "0",
"receive_order_option_creation_date": "2017-01-19 12:55:38",
"receive_order_option_last_modified_date": "2017-04-14 16:24:36",
"receive_order_option_last_modified_null_safe_date": "2017-04-14 16:24:36",
"receive_order_option_creator_id": "10002",
"receive_order_option_creator_name": "xxx",
"receive_order_option_last_modified_by_id": "10003",
"receive_order_option_last_modified_by_null_safe_id": "10003",
"receive_order_option_last_modified_by_name": "xxx",
"receive_order_option_last_modified_by_null_safe_name": "xxx"
}
],
"access_token": "xxx",
"access_token_end_date": "2017-04-18 11:19:26",
"refresh_token": "xxx",
"refresh_token_end_date": "2017-04-20 11:19:26"
}

クライアントエラー (HTTP ステータス自体は 200 + result=error で返ることが多い)

Media type application/json
object
result
required

実行結果ステータス

string
Allowed values: success error redirect
code

エラー時のエラーコード

string
message
One of:
string
access_token

更新後のアクセストークン

string
access_token_end_date

アクセストークン有効期限 (YYYY-MM-DD HH:MM:SS)

string
refresh_token

更新後のリフレッシュトークン

string
refresh_token_end_date

リフレッシュトークン有効期限

string
data

エンドポイント固有のレスポンスデータ

count

Count/search 系のヒット件数 (form-urlencoded レスポンスでは文字列で返ることがある)

integer | string
Example
{
"result": "success"
}