PV API Service

<back to all web services

DocStorageCopyRequest

PUT a previously requested file by it's source token into a new location in DocStorage given a destination token. File tokens must have already been requested, must not be outside of the bounds of the proper request time window, and must be requested by the person who made the original request, for this operation to succeed.

The following routes are available for this service:
PUT/DocStorage/Copy
GET, PUT/DocStorage/Copy/{IsFileMove}/{TokenSource}/{TokenDestination}

To override the Content-type in your clients HTTP Accept Header, append ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/reply/DocStorageCopyRequest HTTP/1.1 
Host: api.practicevelocity.com 
Content-Type: text/csv
Content-Length: length

TokenSource,TokenDestination,IsFileMove
00000000000000000000000000000000,00000000000000000000000000000000,False

HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length