UpdateDeliveryControllerModel
Details for updating a delivery controller.
Properties
Name | Description | 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 |
Type: Array of String |
|
CustomProperties |
Type: Array of CustomPropertyModel |
Sample
application/json
Sample:
{ "XmlServerRank": 2, "Tags": [ "tag" ], "CustomProperties": [ { "Name": "myProperty", "Value": "myValue" } ] }