Znode

Build Version:

PUT shippingservicecodes/{shippingServiceCodeId}

Updates an existing shipping service code.

Request Information

» Parameters

Name Description Additional information
shippingServiceCodeId The ID of the shipping service code.

Define this parameter in the request URI.

model The model of the shipping service code.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "Code": "sample string 1",
  "Description": "sample string 2",
  "DisplayOrder": 1,
  "IsActive": true,
  "ShippingServiceCodeId": 4,
  "ShippingType": {
    "$id": "2",
    "ClassName": "sample string 1",
    "Description": "sample string 2",
    "IsActive": true,
    "Name": "sample string 4",
    "ShippingTypeId": 5
  },
  "ShippingTypeId": 5
}