Get Asset Transfer Entries

Allows the user to get the list of Asset Transfer Entries.

Uri

GET api/dynaway/eam/v1.0/companies({{Company_ID}})/assetTransferEntries

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "c646f340-744b-ec11-9f08-000d3a8d926e",
            "entryNo": 45,
            "postingDate": "2021-11-22",
            "documentNo": "A_TRNS_SHIPM_00004",
            "assetNo": "A000001",
            "assetDescription": "UV Lamps at Main Hall 1",
            "assetLocationCode": "H1.MH",
            "directTransfer": false,
            "entryType": "Shipment",
            "documentType": "Transfer Shipment",
            "currentBillToCustomerNo": "",
            "newBillToCustomerNo": ""
        },
...
]
}

Copyright Dynaway A/S

Privacy Policy