Skip to main content
PATCH
/
seller
/
cases
/
{id}
/
attachments
Finalize attachment
curl --request PATCH \
  --url https://api.managem.co.uk/seller/cases/{id}/attachments \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{
  "url": "<string>",
  "party": "SELLER",
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Case ID

Body

application/json

Image identifier to finalize upload

id
string
required

Image identifier

Response

Attachment saved

url
string<uri>
required
party
enum<string>
required
Available options:
SELLER,
BUYER,
SYSTEM
createdAt
required