/TransferHandovers/{transferHandoverId}
Description
Changes the properties of a document transfer (TransferHandover).
Request
URI Parameters
transferHandoverId
integer
Required
Die Id der zu ändernden Belegübergabe (TransferHandover)
Body Parameters
die zu ändernde 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-26T20:45:45.5660401+01:00",
"CreationUserToken": "sample string 1",
"ModificationDate": "2024-12-26T20:45:45.5660401+01:00",
"ModificationUserToken": "sample string 2"
}
}
Response
Resource Description
Der HTTP-Status-Code 204 (No Content) bestätigt die erfolgreiche Änderung.
None.