shipment creation with DFF values using rest api
Summary:
I am trying to create shipment with EFF attribute. I am refering the below documentation.
I am able to create the shipment without EFF atrribute.
If anyone has created the shipment with EFF attribute. can please provide the payload.
{
"ActionCode": "ShipmentCreate",
"shipments": [
{
"ShipFromOrganizationCode": "M1",
"SoldToCustomerNumber": "1006",
"ShipToPartySiteNumber": "1089",
"Description": "ShipmentCreate from REST",
"InitialShipDate": "2018-09-16T10:35:24-07:00",
"PlannedDeliveryDate": "2018-09-16T11:27:12-07:00",
"GrossWeight": 1000,
"NetWeight": 500,
"WeightUOM": "Pounds",
"Volume": 2000,
"VolumeUOM": "Cubic foot",
"Equipment": "veh-123456",
"EquipmentType": "PLCARGO",
"CarrierNumber": "10003",
"ModeOfTransportCode": "AIR",
"ServiceLevelCode": "2DA",
"Waybill": "Waybill-REST"
}
]
}
Thanks,
Tagged:
0