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

Reads a document transfer (TransferHandover) using its ID

Request

URI Parameters

transferHandoverId
integer
Required
Die angeforderte Belegübergabe-Id.

Body Parameters

None.

Response

Resource Description

Es wird der Belegübergabe (TransferHandover) zurückgeliefert.

Model: 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-26T20:44:32.2798427+01:00",
    "CreationUserToken": "sample string 1",
    "ModificationDate": "2024-12-26T20:44:32.2798427+01:00",
    "ModificationUserToken": "sample string 2"
  }
}