Znode

Build Version:

PUT shippingboxes/{shippingBoxId}

No documentation available.

Request Information

» Parameters

Name Description Additional information
shippingBoxId No documentation available.

Define this parameter in the request URI.

model No documentation available.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "ShippingBoxId": 1,
  "ProfileId": 1,
  "DisplayName": "sample string 2",
  "Length": 3.0,
  "Width": 4.0,
  "Depth": 5.0,
  "BoxWeight": 6.0,
  "MaxWeightCapacity": 7.0,
  "FluteDirection": 8,
  "Active": true,
  "ProfileName": "sample string 10"
}