GET /API/v2/Trades/SearchByShortcut/{searchShortcutId}
検索ショートカットを指定して、取引を取得します。 検索ショートカットID(***searchShortcutId***)を指定して、ショートカットとして保存した検索条件に該当する、利用者が所属する組織が参加している取引を全て取得します。 取引に関する詳細については、[取引について]()を参照ください。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| searchShortcutId | 検索ショートカットID |
String |
Required Max length: 36 |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| tradeNo | 取引管理番号 |
String |
Required Max length: 20 |
| tradeName | 取引名 |
String, Null |
None. |
| tradeType | 取引タイプ |
String |
Required Max length: 8 |
| parentTradeNo | 親の取引管理番号 |
String, Null |
None. |
| partnerIdAsOwner | オーナーとなる取引のパートナーID |
String |
Required Max length: 41 |
| tradeStatus | 取引ステータス |
String |
Required Max length: 9 |
| processSummary | 取引内のプロセスサマリ |
Collection, Null of processSummary |
None. |
| uniqueNos | 社内管理番号 |
Collection, Null of uniqueNos |
None. |
| vessel |
Object, Null |
None. |
|
| invoiceNo | インボイス番号 |
String, Null |
Max length: 35 |
| blNo | B/L番号 |
String, Null |
Max length: 30 |
| createdAt | 作成日時 |
String, Null |
Format : date-time |
| updatedAt | 更新日時 |
String, Null |
Format : date-time |