Skip to main content

upload attachments to s3 for dealer

upload attachments to s3 for dealer

Path Parameters
    departmentUUID string required
Request Body
    multipartFile binary required

    Multipart file to be uploaded

    contentType string

    Valid contentType of file, e.g. image/png or audio/mpeg etc. If not provided then we'll try to get it from the provided multipart file's properties.

    shortUrl string

    Shorten url for the attachment uploaded

Responses

OK


Schema
    attachmentURL string
    mediaPreviewURL string
    thumbnailURL string
    extension string
    contentType string
    docSize string
    shortUrl string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...