PUT api/content/v4/updateSequenceTourLocations
Request Information
URI Parameters
None.
Body Parameters
APIUpdateSequenceTourLocationsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| UniqueId | globally unique identifier |
None. |
|
| UserUniqueId | integer |
None. |
|
| oldRowId | integer |
None. |
|
| newRowId | integer |
None. |
|
| LocationId | integer |
None. |
|
| TourId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"UniqueId": "e4714746-5019-4fd4-a98a-967b34bc5a5f",
"UserUniqueId": 3,
"oldRowId": 4,
"newRowId": 5,
"LocationId": 6,
"TourId": 7
}
application/xml, text/xml
Sample:
<APIUpdateSequenceTourLocationsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <CustomerId>1</CustomerId> <LocationId>6</LocationId> <TourId>7</TourId> <UniqueId>e4714746-5019-4fd4-a98a-967b34bc5a5f</UniqueId> <UserUniqueId>3</UserUniqueId> <newRowId>5</newRowId> <oldRowId>4</oldRowId> </APIUpdateSequenceTourLocationsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APICommonWrapperOfAPIUpdateTourLocationsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | HttpStatusCode |
None. |
|
| Message | string |
None. |
|
| Data | APIUpdateTourLocationsResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 100,
"Message": "sample string 1",
"Data": {
"Status": true,
"Message": "sample string 2"
}
}
application/xml, text/xml
Sample:
<APICommonWrapperOfAPIUpdateTourLocationsResponseZdSfSp5S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
<Data>
<Message>sample string 2</Message>
<Status>true</Status>
</Data>
<Message>sample string 1</Message>
<Status>Continue</Status>
</APICommonWrapperOfAPIUpdateTourLocationsResponseZdSfSp5S>