PUT api/Route/Update
Request Information
URI Parameters
None.
Body Parameters
RouteUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| WebSiteID | globally unique identifier |
None. |
|
| RegionID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| ID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"webSiteID": "ba0cd784-cdeb-4aaf-8c51-bb9f33e441a1",
"regionID": "0f61bce0-3fcc-4322-8bd2-23287a3e488b",
"name": "sample string 1",
"id": "e6707e9d-b3b5-4289-a517-65941ed652ad"
}
application/xml, text/xml
Sample:
<RouteUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RS.Core.Service.DTOs"> <ID>e6707e9d-b3b5-4289-a517-65941ed652ad</ID> <Name>sample string 1</Name> <RegionID>0f61bce0-3fcc-4322-8bd2-23287a3e488b</RegionID> <WebSiteID>ba0cd784-cdeb-4aaf-8c51-bb9f33e441a1</WebSiteID> </RouteUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"WebSiteID":"ba0cd784-cdeb-4aaf-8c51-bb9f33e441a1","RegionID":"0f61bce0-3fcc-4322-8bd2-23287a3e488b","Name":"sample string 1","ID":"e6707e9d-b3b5-4289-a517-65941ed652ad"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.