Skip to main content

Solved

16564 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

  • Financials expert
    BarbaraPietersen23has earned the badge Financials expert
  • Product guru
    Jeff96has earned the badge Product guru
  • Acumatica expert
    kyle90has earned the badge Acumatica expert
  • Customizations expert
    jknaufhas earned the badge Customizations expert
  • Innovator
    michaelhohas earned the badge Innovator
Show all badges