POST /API/v1/Deals/CreateInquiryDeal
問合せ専用の取引を作成および取得します。 ## 概要 「問合せ元」と「問合せ先」のみが参加する問合せ専用の取引を作成および取得、また既に存在する場合は取得のみを行います。 ## 指定するパラメタについて ### 問合せ元の組織の組織ID・事業種別ID 問合せ元(=親)の組織ID(***parentOrganizationId***)と事業種別ID(***parentBusinessTypeId***)をセットで指定します。 ### 問合せ先の組織の組織ID・事業種別ID 問合せ先の組織(***organizationId***)と事業種別(***businessTypeId***)をセットで指定します。
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parentBusinessTypeId | 親の事業種別ID |
String |
Required |
| parentOrganizationId | 親の取引参加組織ID |
String |
Required |
| businessTypeId | 事業種別ID |
String |
Required |
| organizationId | 組織ID |
String |
Required |
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| dealNo | 取引管理番号 |
String |
Required |
| dealName | 取引名 |
String, Null |
None. |
| businessPattern | 業務パターン |
String |
Required |
| businessPatternDetail |
Required |
||
| parentDealNo | 親の取引管理番号 |
String, Null |
None. |
| organizations | 取引に参加している組織 |
Collection of organizations |
Required |
| reports | 帳票 |
Collection of reports |
Required |
| isCompleted | 取引完了フラグ |
Boolean |
Required |
| estimatedTimeOfDeparturePolEtd | 積荷港 出港予定日 |
String, Null |
Format : date |
| estimatedTimeOfArrivalPodEta | 荷揚港 入港予定日 |
String, Null |
Format : date |
| portOfLoading | 積荷港 名称 |
String, Null |
None. |
| portOfDischarge | 荷揚港 名称 |
String, Null |
None. |
| bookingNo | ブッキング(船腹予約)番号 |
String, Null |
None. |
| blNumber | B/L番号 |
String, Null |
None. |
| vesselName | 本船名 |
String, Null |
None. |
| scacCode | 船社コード |
String, Null |
None. |
| voyageNo | 航海番号 |
String, Null |
None. |
| createBusinessTypeId | 作成事業種別ID |
String |
Required |
| createOrganizationId | 作成組織ID |
String |
Required |
| createEmployeeId | 作成利用者ID |
String |
Required |
| createDatetime | 作成日時 |
String |
Required Format : date-time |
| updateDatetime | 更新日時 |
String, Null |
Format : date-time |
| partitionNo | パーティション番号 |
Integer |
Required |
| businessProcesses | 業務プロセス |
Collection, Null of businessProcesses |
None. |
| cyCutDate | CYカット日 |
String, Null |
Format : date |
| cfsCutDate | CFSカット日 |
String, Null |
Format : date |
| invoiceNo | インボイス番号 |
String, Null |
None. |
| advanceNoticeDetail |
Object, Null |
None. |