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