POST /API/v1/Report/TerminalPayment/Create
帳票:ターミナル支払申込兼入金通知書を作成します。 ## 概要 帳票を作成するには、その帳票を格納する取引を作成、または参加している組織(と事業種別)に所属するユーザであり、かつ、その帳票に対して、Write権限が必要です。 ## 指定するパラメタについて ### 取引管理番号 帳票を作成する取引の取引管理番号(***dealNo***)を指定します。 ### 帳票を作成する組織の組織ID・事業種別ID 帳票を作成する権限のある組織の組織ID(***organizationId***)と事業種別ID(***businessTypeId***)のセットで指定します。 ### ターミナル問合せの取引・帳票ID 作成されるターミナル支払申込兼入金通知書にデータを引き継ぐ元となる、ターミナル問合せの取引・帳票ID(***terminalInquiryDealReportId***)を指定します。 ### デマレージ支払申込対象の明細番号 ターミナル支払申込兼入金通知書にデータを引き継ぐ際に、支払申込の対象とするターミナル問合せのコンテナ明細の明細番号(インデックス)を配列で指定します。(***demurragePaymentTarget***) このパラメータは必須ではありません。指定されなかった場合は、引継ぎ元のターミナル問合せのコンテナ明細すべてが引き継がれます。 また、引継ぎ元の問合せ項目(***inquiryItem***)がデマレージ(***demurrage***)以外の場合、このパラメータは指定できません。
Request Information
URI Parameters
None.
Body Parameters
CreateTerminalPaymentRequest
Name | Description | Type | Additional information |
---|---|---|---|
businessTypeId | 事業種別ID |
String |
Required |
dealNo | 取引管理番号 |
String |
Required |
demurragePaymentTarget | デマレージ支払申込対象の明細番号 |
Collection, Null of Integer, Null |
None. |
organizationId | 組織ID |
String |
Required |
terminalInquiryDealReportId | 問合せ帳票の取引帳票ID |
String |
Required |
Response Information
Resource Description
TerminalPayment
Name | Description | Type | Additional information |
---|---|---|---|
_etag | etag |
String |
Required |
amountBilled | 請求金額 |
Number, Null |
Format : Number(9,0) |
applicationDate | 申込日付 |
String, Null |
None. |
bankAccountNo | 銀行 口座番号 |
String, Null |
None. |
bankBranchCode | 銀行 支店コード |
String, Null |
None. |
bankBranchName | 銀行 支店名 |
String, Null |
None. |
bankCode | 銀行コード |
String, Null |
None. |
bankName | 銀行名 |
String, Null |
None. |
bankNameOfAccount | 銀行 口座名義 |
String, Null |
None. |
businessTypeId | 事業種別ID |
String |
Required Format : Protect Pattern : ^(?!.*(\?|\$|#|&|,|=)).*$ |
containerDetails |
Collection, Null of containerDetails |
None. |
|
customId | カスタムID |
String, Null |
Format : Protect |
dealInformation |
Required |
||
dealReportId | 取引・帳票ID |
String |
Required |
inquiryItem | 問合せ項目 |
String, Null |
None. |
inspectionDate | 検査日付 |
String, Null |
None. |
inspectionTime | 検査時刻 |
String, Null |
None. |
inspectionType | 検査種別 |
String, Null |
None. |
invoiceNumber | 請求書番号 |
String, Null |
None. |
note1 | 備考1 |
String, Null |
None. |
note2 | 備考2 |
String, Null |
None. |
note3 | 備考3 |
String, Null |
None. |
organizationId | 組織ID |
String |
Required Format : Protect Pattern : ^(?!.*(\?|\$|#|&|,|=)).*$ |
partitionNo | パーティション番号 |
Integer, Null |
Format : Protect |
payeeCompanyName | 支払先_会社名 |
String, Null |
None. |
payeeEmail | 支払先_メールアドレス |
String, Null |
None. |
payeePersonInCharge | 支払先_担当者 |
String, Null |
None. |
payeeTel | 支払先_電話番号 |
String, Null |
None. |
paymentAmount | 支払金額 |
Number, Null |
Format : Number(9,0) Maximum : 999999999 Minimum : 0 |
paySourceCompanyName | 支払元_会社名 |
String, Null |
None. |
paySourceEmail | 支払元_メールアドレス |
String, Null |
None. |
paySourcePersonInCharge | 支払元_担当者 |
String, Null |
None. |
paySourceTel | 支払元_電話番号 |
String, Null |
None. |
remarks | 摘要 |
String, Null |
None. |
status | ステータス |
String, Null |
None. |
transferAmount | 振込金額 |
Number, Null |
Format : Number(9,0) Maximum : 999999999 Minimum : 0 |
transferDate | 振込日付 |
String, Null |
None. |
transferGuidance | 振込先案内 |
String, Null |
None. |
transferNote | 振込備考 |
String, Null |
None. |