---
title: "PalletCaptureRequestModel"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/ac182d00-3e05-4762-88ca-0482eaa838d5/schemas/PalletCaptureRequestModel"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/ac182d00-3e05-4762-88ca-0482eaa838d5.md

# PalletCaptureRequestModel

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.10.0.0
components:
  schemas:
    InventoryAssetType:
      type: integer
    PalletCaptureRequestModel:
      properties:
        clientName:
          type:
            - "null"
            - string
        rebookPallet:
          type: boolean
        shouldRebookPallet:
          type: boolean
        stockCompany:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        stockyardId:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        type:
          $ref: "#/components/schemas/InventoryAssetType"
      type: object
```
