POST /API/v2/Reports/ContainerDeliveryReceipts/UploadFile
コンテナ貨物受領書にファイルを添付します。 指定されたコンテナ貨物受領書に、ファイルを添付します。 帳票にファイルを添付できるパートナーは、帳票にアクセス可能なパートナー(***/API/v2/Reports/AccessiblePartners***)にて、その帳票にアクセス権限を持つパートナーとして登録されている組織に所属している利用者です。 帳票の添付ファイルに関する詳細については、[帳票の添付ファイルについて]()を参照ください。
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportId | 帳票ID |
String |
Required Max length: 30 |
| attachedByOrganizationId | ファイルを添付するパートナーの組織ID |
String |
Required Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
| fileName | ファイル名 |
String |
Required Max length: 100 |
| fileData | ファイルデータ |
String |
Required |
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| fileId | ファイルID |
String |
Required Max length: 36 |
| fileName | ファイル名 |
String |
Required Max length: 100 |
| contentType | コンテンツタイプ |
String |
Required Max length: 100 |
| attachedAt | 添付日時 |
String |
Required Format : date-time |
| attachedByAccessiblePartnerId | 添付したパートナーID |
String |
Required Max length: 72 |