---
title: "When a booking it's completed the delivery send a picture that should save in the booking"
method: PUT
path: "/booking/addProofOfDelivery"
tags: ["booking"]
---

# When a booking it's completed the delivery send a picture that should save in the booking

`PUT /booking/addProofOfDelivery`

## Headers

- `authorization` string, required
- `content-language` string, required

## Request body

- Model16
  - `bookingID` string, required — ID of the booking to add.
  - `proofOfDelivery` string, required — URL or code of the photo

## Response `default`

Successful

---

[API](https://skmtc.net/pickerexpress/apis/picker-production-documentation.md) · [All operations](https://skmtc.net/pickerexpress/apis/picker-production-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pickerexpress/picker-production-documentation/versions/ecdb0aa8c487/schema)
