Stock media objects
Create a new stock media object
Adds a new stock media object record to the database.
Adds a new stock media object record to the database.
AuthorizationBearer <token>
In: header
Request Body
application/json
The new StockMediaObject resource
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://api.skalasuite.com/api/stock_media_objects" \ -H "Content-Type: application/json" \ -d '{}'{
"id": 0,
"stock": "/entity/1",
"mediaObject": {
"id": 0,
"contentUrl": "string",
"file": "string",
"filePath": "string"
},
"showInWorkOrder": true,
"variant": {
"id": 0,
"name": "string"
},
"description": "string"
}Empty
Empty
