Skip to main content

Solved

16411 Topics
Create and confirm a shipment

I’m trying to create and confirm a shipment all in a single Rest API call. I’m trying to do this in Postman first just to see it work. What am I getting wrong?POST URL: http://accounting/(W(1))/entity/Default/20.200.001/Shipment/ConfirmShipmentStructure:{    "entity": {        "ShipmentNbr": {            "value": ""        },        "Type": {            "value": "Shipment"        },        "Operation": {            "value": "Issue"        },        "ShipmentDate": {            "value": "9/13/2022"        },        "CustomerID": {            "value": "CUST2943"        },        "WarehouseID": {            "value": "XODUS"        },        "ShipVia": {            "value": "UPS NXT DAY AE"        },        "OverrideFreightPrice": {            "value": true        },        "FreightAmount": {            "value": 5.67        },        "Details": [            {                "OrderType": {                    "value": "SO"                },                "OrderNbr": {                    "va

Badge winners

Show all badges