info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/TransferHandovers
Description

Reads a list of document transfer entries

Request

URI Parameters

DocumentKind
string
Filters the list according to the document type

StateKind
Filters the list according to the transfer status. If the transfer status has not been restricted, all transfer statuses are taken into account.

Page
integer
Page number for paging | Default: 0

Items
integer
Sets the number of entries per page | Default: 10 | All: 0

SearchTerm
string
Filter for words

SearchIn
string
Properties in which to search. The separator between these properties is "|".

OrderBy
string
Properties to be sorted by. An exclamation mark ! at the end indicates downward sorting. To sort by several properties, they must be separated by a "|".

Filter
string
A filter can be defined to limit the result set. For example: (Property EQ Value OR Property2 GT Value2) AND (Property3 CT 'String') See the description for the FilterQueryLanguage for more information.

Body Parameters

None.

Response

Resource Description

Model: Collection of TransferHandover
SourceDocumentNumber
string
Document number of the document to be transferred XML structure: SLMTransfer/transfer/sourcedocumentnumber

SourceDocumentKind
string
Document type character of the document to be transferred XML structure: SLMTransfer/transfer/sourceDocumentType

Id
integer
Nur lesen
Primary index field database: [SLM_TRANSFER].[SLM_TRANSFER_ID].

DocumentKind
string
Erforderlich
Länge: einschließlich zwischen 0 und 10
Specifies the target document type character Database: [SLM_TRANSFER].[DataSubType].

StateKind
Erforderlich
Indicates the current processing status of the transfer is mapped from database: [SLM_TRANSFER].[Status].

ExternalComment
string
Comment of the SelectLine Mobile user when creating the record. Database: [SLM_TRANSFER].[CommentExternal].

InternalComment
string
Nur lesen
Comment e.g. of the office staff on the Wawi page. Database: [SLM_TRANSFER].[CommentInternal].

DestinationId
integer
Nur lesen
Reference to the record created after the transfer (table name + "_ID"). Database: [SLM_TRANSFER].[TargetID]

DestinationNumber
string
Länge: einschließlich zwischen 0 und 100
Nur lesen
Reference to the record created after the transfer. For documents, this is the content of the document number field. Database: [SLM_TRANSFER].[TargetNumber].

MetaData
Clients for the data rate

Response Formats
application/json
Example:
    [
  {
    "SourceDocumentNumber": "sample string 1",
    "SourceDocumentKind": "sample string 2",
    "Id": 3,
    "DocumentKind": "sample string 4",
    "StateKind": "Open",
    "ExternalComment": "sample string 5",
    "InternalComment": "sample string 6",
    "DestinationId": 1,
    "DestinationNumber": "sample string 7",
    "MetaData": {
      "CreationDate": "2024-12-26T21:07:11.930134+01:00",
      "CreationUserToken": "sample string 1",
      "ModificationDate": "2024-12-26T21:07:11.930134+01:00",
      "ModificationUserToken": "sample string 2"
    }
  },
  {
    "SourceDocumentNumber": "sample string 1",
    "SourceDocumentKind": "sample string 2",
    "Id": 3,
    "DocumentKind": "sample string 4",
    "StateKind": "Open",
    "ExternalComment": "sample string 5",
    "InternalComment": "sample string 6",
    "DestinationId": 1,
    "DestinationNumber": "sample string 7",
    "MetaData": {
      "CreationDate": "2024-12-26T21:07:11.930134+01:00",
      "CreationUserToken": "sample string 1",
      "ModificationDate": "2024-12-26T21:07:11.930134+01:00",
      "ModificationUserToken": "sample string 2"
    }
  }
]