添付ファイル管理API:CreateFile
- 更新日 2024-10-21
概要
API名称
AttachFile
説明
添付ファイルの管理を行います。
データの更新頻度
ー
カテゴリー
添付ファイル
ー
リクエスト
URL
https://api.wagri.net/API/AttachFile/CreateFile
説明
添付ファイルの情報を作成します。
HTTPメソッド
POST
パラメータ
リクエストデータ定義
CreateFileViewModel
名称 | 型 | サイズ | 値の説明 |
---|---|---|---|
FileName | ファイル名 | string | Required |
Key | 設定を行えばファイルを取得する際にこのキーが必要になる | string, null | |
ContentType | Content-Type | string | Required |
FileLength | ファイルサイズ | integer | Required |
IsDrm | DRMの有無 | boolean | Required |
DrmType | Drmのタイプ | string, null | |
DrmKey | Drmのキー | string, null | |
MetaList | メタのリスト | array, null of MetaList |
リクエスト説明
POST API/AttachFile/CreateFile Request
呼出例
ー
レスポンス
レイアウト
レスポンスデータ定義
ファイルID
名称 | 型 | サイズ | 値の説明 |
---|---|---|---|
FileId | ファイルID | string, null |
レスポンス説明
POST API/AttachFile/CreateFile Response
レスポンス例
ー
ステータスコード
コード | 名称 | 値の説明 |
---|---|---|
201 | Created | 作成しました。 |
400 | Bad Request | リクエストが不正です。 |
401 | Unauthorized | 認証情報が不正です。 |
403 | Forbidden | リソースのアクセスが禁止されています。 |
500 | Internal Server Error | サーバー内部でエラーが発生しました。 |
サンプルソースコード
ソースコード
ー