POST /API/v1/Report/ContainerLists/Register
帳票:コンテナリストを保存します。 ## 概要 帳票を保存するには、その帳票を格納する取引を作成、または参加している組織(と事業種別)に所属するユーザであり、かつ、その帳票に対してWrite権限が必要です。 また、取引内の帳票はルートドキュメントにより、他の帳票と項目を共有しているので、事業者の更新が上書きされないよう帳票毎にバージョン識別子(***_etag***)がつけられています。 このバージョン識別子(***_etag***)は、帳票の保存(Register)が行われると、違う値に更新されます。帳票の保存(Register)のときに、このバージョン識別子(***_etag***)が異なると、排他エラー(***409:Conflict***)が発生します。 Registerメソッドで指定するJSONデータは、GetもしくはCreateでのレスポンスデータを編集し、指定するようにしてください。
Request Information
URI Parameters
None.
Body Parameters
ContainerLists
Name | Description | Type | Additional information |
---|---|---|---|
_etag | etag |
String |
Required |
businessTypeId | 事業種別ID |
String |
Required Format : Protect Pattern : ^(?!.*(\?|\$|#|&|,|=)).*$ |
callSign | コールサイン |
String, Null |
Format : ForeignKey /API/v1/Master/BusinessCodes?$filter=categoryCode eq '029' and businessCode eq '{value}' |
containerDetails |
Collection, Null of containerDetails |
None. |
|
containerTotalGrossWeight | コンテナ総グロス重量 |
Number, Null |
Format : Number(10,3) Maximum : 9999999.999 Minimum : 0 |
containerTotalGrossWeightUnitCode | コンテナ総グロス重量単位コード |
String, Null |
None. |
customId | カスタムID |
String, Null |
Format : Protect |
dealReportId | 取引・帳票ID |
String |
Required |
note1 | 備考1 |
String, Null |
Min length: 0 Max length: 140 |
note2 | 備考2 |
String, Null |
None. |
note3 | 備考3 |
String, Null |
None. |
oceanCarrierCompanyName | 運送人(海運)_会社名 |
String, Null |
None. |
organizationId | 組織ID |
String |
Required Format : Protect Pattern : ^(?!.*(\?|\$|#|&|,|=)).*$ |
partitionNo | パーティション番号 |
Integer, Null |
Format : Protect |
printedDate | 書類発行日 |
String, Null |
Format : date |
publisherCompanyName | 書類発行者_会社名 |
String, Null |
None. |
scacCode | 船社コード |
String, Null |
Format : ForeignKey /API/v1/Master/BusinessCodes?$filter=categoryCode eq '021' and businessCode eq '{value}' |
totalNumberOfContainers | コンテナ総本数 |
Number, Null |
Format : Number(8,0) Maximum : 99999999 Minimum : 0 |
vesselCode | 本船コード |
String, Null |
Format : ForeignKey /API/v1/Master/BusinessCodes?$filter=categoryCode eq '029' and businessCode eq '{value}' |
vesselIMONo | IMO船舶識別番号 |
String, Null |
None. |
vesselName | 本船名 |
String, Null |
Min length: 0 Max length: 35 |
voyageNo | 航海番号 |
String, Null |
Min length: 0 Max length: 10 |
Response Information
Resource Description
None.