Skip to content

Create attachment

POST
/goodsReception/rest/v1/attachments/create

Creates new attachment with file upload

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

multipart/form-data
object
Format"binary"

Responses

Attachment created

application/json
JSON
{
"id": 0,
"filename": "string",
"originalName": "string",
"filePath": "string",
"mimeType": "string",
"size": 0,
"lotNumber": 0,
"description": "string",
"createdAt": "string"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI