PageURI_Redirect
#
Description#
This function redirects a URI for a page.
Request Parameters#
Parameter |
Type | Description |
---|---|---|
uri_ids |
Number | The id numbers of the URI’s to be redirected |
destination_type |
String | The type of destination for the redirected URI |
destination |
String | The destination for the redirected URI |
status |
Number | The status response number for the URI |
Response Parameters#
Parameter |
Type | Description |
---|---|---|
success |
Boolean | Boolean value indicating if the API request was successful |
Example Request#
{
"Store_code": "beta",
"Function": "PageURI_Redirect",
"URI_IDs": 149,
"Destination_Type": "page",
"Destination": "ACED",
"Status": 200
}
Example Response#
{
"success": 1
}