Znode

Build Version:

POST urlredirects

Creates a new Url Redirect.

Request Information

» Parameters

Name Description Additional information
model The model of the Url Redirect.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "IsActive": true,
  "NewUrl": "sample string 2",
  "OldUrl": "sample string 3",
  "UrlRedirectId": 4
}