Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

shipment creation with DFF values using rest api

edited Feb 9, 2024 3:32PM in Inventory Management 1 comment

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,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!