Collection of String in deep entity model

20 hours ago 1

I americium Working connected a Deep Entity station odata petition I americium facing a situation portion adding multivalue-array successful properties.
my JSON format is discontinue analyzable :

{

    "tourUpdateEventType": "FROZEN",

    "tourDetail": {

        "tourId": "",

        "transporterId": "",

        "transporterName": "Default transporter",

        "vehicleModelId": "",

        "vehicleModelName": "SUZUKI",

        "vehicleId": "",

        "tourStartTime": "",

        "tourEndTime": "",

        "tourTravelDistance": 5955,

        "isSortedForTour": false,

        "isMultiTrip": false

    },

    "orders": [

        {

            "id": "",

            "sourceOrderId": "",

            "type": "DROP",

            "date": "2024-11-07",

            "slot": {

                "start": "2024-11-07T02:00:00.000+0000",

                "end": "2024-11-07T17:00:00.000+0000"

            },

            "channel": "DISPATCH_IQ",

            "orderStatus": "PLANNED",

            "actor": {

                "id": "mara/personnel/rupsinghg"

            },

            "triggerTime": "2024-11-07T11:06:19.074+0000",

            "lineItems": [],

            "lineItemTransactionStatuses": [],

            "teamId": "1012-KS1",

            "quantities": [],

            "homebaseId": "1012",

            "homebaseEta": "2024-11-07T05:02:00.000+0000",

            "homebaseCompleteOtp": "5544",

            "customerCompleteOtp": "1868",

            "cancellationOtp": "1868",

            "customerReturnOtp": "6412",

            "locationId": "1012-KS1-01-0004300012",

            "planIteration": 1,

            "tourDetail": {

                "sequence": 1,

                "isSortedForTour": false

            },

            "initialEta": "2024-11-07T05:11:22.000+0000",

            "initialEtd": "2024-11-07T05:19:22.000+0000",

            "orchestrationMetadata": {

                "waybills": []

            },

            "amountTransaction": {

                "refId": "40e649bef5374ebb87c432c658a50ad5",

                "amount": {

                    "amount": 3,

                    "currency": "PKR"

                },

                "exchangeType": "NONE"

            }

        }

    ],

    "timestamp": "2024-11-07T11:06:23.338+0000"

}
facing occupation successful :

"lineItems": [], "lineItemTransactionStatuses": [], kindly help 

Read Entire Article