Upload Item Media
POST/api/items/uploadmedia
Tier: Public — stable, supported for third-party integration.
Uploads one or more media files (e.g. photos) and attaches them to an item.
This endpoint has no authorization attribute. An anonymous (unauthenticated) call raises an unhandled exception (HTTP 500) rather than a 401, because the organisation/user context it relies on is null. Callers must still present a valid JWT. The request body is multipart form content containing the media file(s) and the owning item id.
Responses
- 200
- 400
- 500
true on success.
The upload failed (see service response codes).
The caller is unauthenticated (see remarks).