---
title: "SalesProcess"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/484d1e1b-3201-4f8b-800b-867280d5b6a4/schemas/SalesProcess"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/484d1e1b-3201-4f8b-800b-867280d5b6a4.md

# SalesProcess

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.13.0.0
components:
  schemas:
    BusinessObjectState:
      type: integer
    GeneralYesNo:
      type: integer
    SalesProcessType:
      type: integer
    SalesProcess:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        accountManager:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        additionalProperties:
          type:
            - "null"
            - object
        brokerNumber:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        collectionAddress:
          type:
            - "null"
            - string
        comment:
          type:
            - "null"
            - string
        contactID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        contractFooter:
          type:
            - "null"
            - string
        contractHeader:
          type:
            - "null"
            - string
        contractLayout:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        createDate:
          format: date-time
          type: string
        createUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        customerID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        deliveryAddress:
          type:
            - "null"
            - string
        description:
          type:
            - "null"
            - string
        descriptionFooter:
          type:
            - "null"
            - string
        descriptionHeader:
          type:
            - "null"
            - string
        dmsDocID:
          type:
            - "null"
            - string
        edit:
          $ref: "#/components/schemas/GeneralYesNo"
        expireDate:
          format: date
          type: string
        language:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        leaseSchedule:
          type:
            - "null"
            - string
        obsoleteSKZ:
          type:
            - "null"
            - string
        offerDate:
          format: date-time
          type: string
        pickingHints:
          type:
            - "null"
            - string
        provisionDate:
          format: date-time
          type: string
        salesID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        salesType:
          $ref: "#/components/schemas/SalesProcessType"
        scrapSalesPrice:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        selfCollector:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        status:
          type:
            - "null"
            - string
        stockCompany:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        taxRate:
          format: double
          pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
          type:
            - number
            - string
        transportOrderId:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - "null"
            - integer
            - string
        updateDate:
          format: date-time
          type: string
        updateUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        warehouseLocation:
          type:
            - "null"
            - string
        workflowID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
```
