Paper


Click here for a complete list of operations.

MovePaper

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
plUsername:
plPassword:
sourcePaperID:
destinationParentID:

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /V2/Paper.asmx/MovePaper?plUsername=string&plPassword=string&sourcePaperID=string&destinationParentID=string HTTP/1.1
Host: ipaper.api.ipapercms.dk
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /V2/Paper.asmx/MovePaper HTTP/1.1
Host: ipaper.api.ipapercms.dk
Content-Type: application/x-www-form-urlencoded
Content-Length: length

plUsername=string&plPassword=string&sourcePaperID=string&destinationParentID=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml