UploadReceipt
MoneyForwardExpense からOAuth アクセストークンを取得します。
Input
Name | Type | Accepts Input Streams | Description |
OfficeId | String | False | 事業所のId。 |
OfficeMemberId | String | False | 事業所メンバーのId。 |
FileLocation | String | False | ファイルをアップロードする場所。 |
FileName | String | False | アップロード後のファイルの名前。 |
MIMEType | String | False | ファイルのMIME タイプ。 |
ProcessType | Integer | False | アップロードされたファイルの処理方法を示します。0はなにもしない、1は演算子入力用、2はOCR 処理用です。
使用できる値は次のとおりです。0, 1, 2 デフォルト値は0です。 |
SplitPdf | Boolean | False | PDF ファイルの場合に、ファイルをページに分割します。
デフォルト値はfalseです。 |
Content | String | True | The content as InputStream to be uploading when FileLocation is not specified. |
Result Set Columns
Name | Type | Description |
Id | String | ファイルのId。 |
Name | String | ファイル名。 |
ByteSize | String | ファイルサイズ(バイト単位)。 |
ContentType | String | ファイルのコンテンツタイプ。 |
CreatedAt | Datetime | ファイルの作成日。 |
UpdatedAt | Datetime | ファイルの最終更新日。 |