Table of Contents

Message Type RCV TMS DOCUMENT

General

The RCV TMS Document is to be used when receiving orders in a XML-file from third parties. Processing this message will create TMS-orders.

Json code snippet: RCV TMS ORDER

Copy the following Json-snippet to a text-file and use the action: Import Package on the page: Data Integration Message Type to import the snippet.

{
  "Header": {
    "UserID": "BOLTRICS",
    "ExportDateTime": "2026-05-28T00:00:00.00000000",
    "Database": "TMS Master Data",
    "Company": "TMS Masterdata."
  },
 "Content": {
        "T11191367s": {
            "TableNo": 11191367,
            "TableName": "3PL DI Message Type",
            "Records": [
                {
                    "T11191367": {
                        "Fields": {
                            "F1": "RCV-TMS-DOCUMENT",
                            "F10": "Receive TMS Document",
                            "F15": "2",
                            "F16": "71540383",
                            "F17": "100",
                            "F18": "TMS DI Process Doc Functions",
                            "F19": "Receive TMS DOCUMENT",
                            "F24": "1",
                            "F64": "2",
                            "F68": "1",
                            "F69": "250",
                            "F90": "2025-09-04T06:32:04Z",
                            "F91": "USER_A38187EDFF1843BBB3B54A3ED81CC58E",
                            "F92": "2026-05-11T12:33:07Z",
                            "F93": "USER_A38187EDFF1843BBB3B54A3ED81CC58E"
                        },
                        "ChildRecords": {
                            "T11191372s": {
                                "TableNo": 11191372,
                                "TableName": "3PL DI Message Type Parameter",
                                "Records": [
                                    {
                                        "T11191372": {
                                            "Fields": {
                                                "F1": "RCV-TMS-DOCUMENT",
                                                "F2": "ACTIONIFEXIST",
                                                "F10": "UPDATE",
                                                "F11": "Action:SKIP,DELETE,UPDATE,NEW,ERROR,UPDATELINES",
                                                "F102": "2025-10-21T08:22:23Z",
                                                "F103": "USER_749F3976526D42BCBA251AD39FB187C4"
                                            }
                                        }
                                    },
                                    {
                                        "T11191372": {
                                            "Fields": {
                                                "F1": "RCV-TMS-DOCUMENT",
                                                "F2": "APPLY DUPL.ADDRESS",
                                                "F10": "YES",
                                                "F11": "Apply Duplicate Address Search",
                                                "F102": "2025-09-16T18:29:07Z",
                                                "F103": "USER_A38187EDFF1843BBB3B54A3ED81CC58E"
                                            }
                                        }
                                    },
                                    {
                                        "T11191372": {
                                            "Fields": {
                                                "F1": "RCV-TMS-DOCUMENT",
                                                "F2": "USE ADDRESS CHECKSUM",
                                                "F10": "TRUE",
                                                "F11": "True, False: Use Address Checksum on Address search",
                                                "F102": "2025-09-16T18:29:18Z",
                                                "F103": "USER_A38187EDFF1843BBB3B54A3ED81CC58E"
                                            }
                                        }
                                    }
                                ]
                            }
                        }
                    }
                }
            ]
        }
    }
}

Parameters

The following parameters are applicable on this message.

Name Value Description
ACTIONIFEXIST Options: SKIP, DELETE, UPDATE, NEW, ERROR, UPDATELINES.
APPLY DUPL.ADDRESS Options : YES, NO. See Duplicate Search String Setup.
USE ADDRESS CHECKSUM Options: TRUE, FALSE.