---
title: "Uploads a liability waiver for a consumer.
Expects a file of type pdf,jpg,jpeg,tif,tiff,png,doc,docx,bmp,txt,rtf,xlsx,xls,gif,zip,ppt,pptx, or mov and size of less than 4194304 bytes. The name of the file is irrelevant."
method: POST
path: "/Documents/LiabilityRelease"
tags: ["Rest"]
---

# Uploads a liability waiver for a consumer.
Expects a file of type pdf,jpg,jpeg,tif,tiff,png,doc,docx,bmp,txt,rtf,xlsx,xls,gif,zip,ppt,pptx, or mov and size of less than 4194304 bytes. The name of the file is irrelevant.

`POST /Documents/LiabilityRelease`

## Query parameters

- `consumerId` string

## Headers

- `Authorization` string, required
- `SiteId` integer, required

## Response `201`

Created

- MindbodyRestApiDtoModelsDocumentsUploadLiabilityReleaseResponse — Response of upload liability release.
  - `ResponseContext` MindbodyRestApiDtoModelsDocumentsResponseContext
    - `Messages` MindbodyRestApiDtoModelsDocumentsResponseMessage[] — A set of messages which compose the response information
      - `Code` string
      - `SubCode` string
      - `Detail` string
      - `Level` 'Error' | 'Warning' | 'Info'
    - `IsSuccessful` boolean — A calculated field based on an error being present in the response messages
  - `ConsumerDocumentFileName` string — File name of the uploaded document

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `415` — UnsupportedMediaType

---

[API](https://skmtc.net/mindbodyonline/apis/rest-api.md) · [All operations](https://skmtc.net/mindbodyonline/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mindbodyonline/rest-api/revisions/dc2736850e42/schema)
