# Retrieve single act

URL: https://docs.emergingtravel.com/docs/b2b-api/documents/retrieve-single-act/

Tags: b2b

---


```
https://api.worldota.net/api/b2b/v3/hotel/order/document/single_act/download/
```

The call gets the order act. The act is provided in [PDF](https://en.wikipedia.org/wiki/PDF) format.

## Request example

```shell
curl --user '<KEY_ID>:<API_KEY>' 'https://api.worldota.net/api/b2b/v3/hotel/order/document/single_act/download/?data={%22partner_order_id%22%3A%22asd123%22%2C%22show_b2b2c_price%22%3Atrue%2C%22add_commission%22%3Atrue%2C%22seal%22%3Atrue}'
```

## Parameters



- **add_commission** *(String, Query, optional)*

  <p>Whether the commission information is needed or not.</p>


- **partner_order_id** *(String, Query, required)*

  <p>The external order ID.</p>
  > [!NOTE]
  > * The minimum length is `1` character.


- **seal** *(String, Query, optional)*

  <p>Whether the seal is needed or not.</p>


- **show_b2b2c_price** *(String, Query, optional)*

  <p>Whether the resale price needs to be shown or not. The price is taken instead of the <code>amount_sell</code> field value.</p>





## Errors

The `error` field has the value specified in the headers below.

### `failed_to_generate_document`

The act is in generating. Try to request later.

### `order_not_found`

The order with the `partner_order_id` field value isn’t found.

### `order_not_assigned`

No contract is assigned to the order.

### `single_act_is_not_downloadable`

The act is in processing. Try to request with the following field values in the past or today:

* Amount payable.
* Contract kind.
* Legal entity.
* Checkout date.
