POST /API/v2/Reports/ProformaInvoices/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 |
contentType | コンテンツタイプ |
String |
Required |
fileData | ファイルデータ |
String |
Required |
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
fileId | ファイルID |
String |
Required Max length: 36 |
fileName | ファイル名 |
String |
Required Max length: 244 |
contentType | コンテンツタイプ |
String |
Required |
attachedAt | 添付日時 |
String |
Required Format : date-time |
attachedByAccessiblePartnerId | 添付したパートナーID |
String |
Required Max length: 72 |