UpdateDeliveryControllerModel

Details for updating a delivery controller.

Properties

NameDescription Additional information
XmlServerRank

XML server rank. This determines the order in which StoreFront will contact the delivery controllers in the delivery site. If this is 0, StoreFront will not contact this delivery controller.

Type: Number

Tags

See Tags and Custom Properties.

Type: Array of String

CustomProperties

See Tags and Custom Properties.

Type: Array of CustomPropertyModel

Sample

application/json

Sample:
{
  "XmlServerRank": 2,
  "Tags": [
    "tag"
  ],
  "CustomProperties": [
    {
      "Name": "myProperty",
      "Value": "myValue"
    }
  ]
}