• Register

Send Delivery Infos

This API allows SAP to send delivery information to Logicall to support warehouse and transport activities

Request URI

Request Structure

Field Type Mandatory Description
item(1...∞)
    transmissionDateTime datetime Y Transmission timestamp
    scenario string Y Operational scenario
    expedition string Y Expedition ID
    plant string Y Plant identifier
    dateExpedition date Y Expedition date
    invoiceReference string Y Invoice reference
    invoiceDate date Y Invoice date
    orderReference string N Order reference
    client object Y Client details
        reference string Y Client reference
        code string Y Client code
        name string Y Client name
        address object Y Client address
            address1 string Y Street address
            address2 string N Additional address info
            postalCode string Y Postal code
            city string Y City
            country string Y Country ISO code
            excise string Y Excise number
        vat string Y VAT number
        currency string Y Currency code
    delivery object Y Delivery destination
        name string Y Recipient name
        number string Y Delivery number
        address object Y Destination address
            address1 string Y Street address
            address2 string N Additional address info
            postalCode string Y Postal code
            city string Y City
            country string Y Country ISO code
            excise string Y Excise number
    carrier object Y Carrier details
        code string Y Carrier code
        name string Y Carrier name
        vat string Y Carrier VAT
        numberPlate string Y Vehicle plate
        transportDuration integer Y Transport duration
        transportCode string Y Transport code
    product object Y Product info
        code string Y Product code
        nomenclature string Y HS/CN nomenclature
        excise string Y Product excise category
        commercialQuality string Y Quality description
        packingBy decimal Y Packing factor
        contenance decimal Y Volume capacity
    packageQuantity decimal Y Package count
    bottleQuantity decimal Y Bottle count
    volume decimal Y Total volume
    degree decimal Y Alcohol degree
    pureAlcohol decimal Y Pure alcohol volume
    grossWeight decimal Y Gross weight
    netWeight decimal Y Net weight
    grossAmount decimal Y Gross amount
    netAmount decimal Y Net amount
    listOfSeals string N Transport seals list

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