Array
(
    [0] => ShipmentCreationResponse CreateShipments(ShipmentCreationRequest $parameters)
    [1] => LabelPrintingResponse PrintLabel(LabelPrintingRequest $parameters)
    [2] => PickupCreationResponse CreatePickup(PickupCreationRequest $parameters)
    [3] => PickupCancelationResponse CancelPickup(PickupCancelationRequest $parameters)
)
Array
(
    [Pickup] => Array
        (
            [PickupAddress] => Array
                (
                    [Line1] =>   
                    [Line2] => 
                    [Line3] => 
                    [City] => 
                    [StateOrProvinceCode] => 
                    [PostCode] => 
                    [CountryCode] => IN
                )

            [PickupContact] => Array
                (
                    [Department] => IT
                    [PersonName] => 
                    [Title] => 
                    [CompanyName] => 
                    [PhoneNumber1] => 
                    [PhoneNumber1Ext] => 125
                    [PhoneNumber2] => 
                    [PhoneNumber2Ext] => 
                    [FaxNumber] => 
                    [CellPhone] => 
                    [EmailAddress] => 
                    [Type] => 
                )

            [PickupLocation] => Reception
            [PickupDate] => 2025-05-15
            [ReadyTime] => 1747277138
            [LastPickupTime] => 1747283138
            [ClosingTime] => 1747283138
            [ShippingDateTime] => 2025-05-15
            [Comments] => 
            [Reference1] => 
            [Reference2] => 
            [Vehicle] => 
            [Status] => Ready
            [PickupItems] => Array
                (
                    [PickupItemDetail] => Array
                        (
                            [ProductGroup] => DOM
                            [ProductType] => ONP
                            [Payment] => 3
                            [NumberOfShipments] => 1
                            [PackageType] => 
                            [NumberOfPieces] => 1
                            [Comments] => 
                            [ShipmentWeight] => Array
                                (
                                    [Value] => 
                                    [Unit] => Kg
                                )

                            [ShipmentVolume] => Array
                                (
                                    [Value] => 6270.5
                                    [Unit] => Kg
                                )

                            [CashAmount] => Array
                                (
                                    [Value] => 0
                                    [CurrencyCode] => 
                                )

                            [ExtraCharges] => Array
                                (
                                    [Value] => 0
                                    [CurrencyCode] => 
                                )

                            [ShipmentDimensions] => Array
                                (
                                    [Length] => 2420
                                    [Width] => 2314
                                    [Height] => 2380
                                    [Unit] => cm
                                )

                        )

                )

        )

    [ClientInfo] => Array
        (
            [AccountCountryCode] => IN
            [AccountEntity] => BOM
            [AccountNumber] => 36671803
            [AccountPin] => 221321
            [UserName] => vishal@avnbiz.in
            [Password] => Avn@12345
            [Version] => 1.0
        )

    [Transaction] => Array
        (
            [Reference1] => test
            [Reference2] => 
            [Reference3] => 
            [Reference4] => 
            [Reference5] => 
        )

    [LabelInfo] => Array
        (
            [ReportID] => 9201
            [ReportType] => URL
        )

)
Error : The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://ws.aramex.net/ShippingAPI/v1/:Pickup. The InnerException message was 'There was an error deserializing the object of type Corp.ShippingAPI.FrontEnd.Contracts.Pickup. The value '' cannot be parsed as the type 'double'.'.  Please see InnerException for more details.