• Register

Send Material and Inventory Movements

This API allows SAP to send material and inventory movement information to Logicall to keep stock levels aligned.

Request URI

Request Structure

Field Type Mandatory Description
frequency String Y Frequency of the request
movements Object Y
    movement(0...∞) Array Y
        transmissionDateTime DateTime Y Transmission timestamp
        externalCompany String Y External company name
        externalReference String Y External system reference
        movementPostingDate Date Y Posting date
        movementPostingTime String N Posting time
        activity String Y Activity type
        movementType String Y Type of movement
        movementDrmType String N DRM movement type
        storageLocation String Y Storage location code
        documentType Integer Y Document type ID
        batch String Y Batch number
        volume Decimal Y Liquid volume
        degree Decimal N Alcohol percentage
        pureAlcohol Decimal N Pure alcohol amount
        exciseNumber String N Excise identifier
        deliveryOrder String N Delivery order ref
        craDaeNumber String N CRA/DAE number
        externalProduct String N External product code
        namingCode String N Naming identifier
        distillationYear Integer N Year of distillation
        agingAccount String N Aging account info
        sender Object Y Sender information
            code String Y Sender code
            name String Y Sender name
        recipient Object Y Recipient information
            code String Y Recipient code
            name String Y Recipient name
        address Object Y Address details
            lineAddress1 String Y Address line 1
            lineAddress2 String N Address line 2
            city String Y City
            postalCode String Y Postal code
            country String Y Country ISO code

Request Example JSON

Request Example XML

Response Structure

Field Type Mandatory
status String N
message String N

Response Example JSON

Response Example XML

Docs Navigation