/TransferHandovers
Description
Creates a document transfer (TransferHandover)
Request
URI Parameters
None.
Body Parameters
Die anzulegende Belegübergabe (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
Request 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:06:26.6737928+01:00",
"CreationUserToken": "sample string 1",
"ModificationDate": "2024-12-26T21:06:26.6737928+01:00",
"ModificationUserToken": "sample string 2"
}
}
Response
Resource Description
Ein HTTP Status Code 201 (Created) bestätigt das erfolgreiche Anlegen. Der Response Location Header enthält die Url des angelegten Transfer-Belegübergabe. Es wird kein Content geliefert.
TransferHandoverId
integer
Dokumentennummer
Response Formats
application/json
Example:
{
"TransferHandoverId": 1
}