Worldspace Document Transfer Web Service v1.40.0.0

<back to all web services

ApplicationDocumentRequest

Requires Authentication
The following routes are available for this service:
GET/./ApplicationDocument
ApplicationDocumentRequest Parameters:
NameParameterData TypeRequiredDescription
ApplicationGuidqueryGuidNo
DocumentGuidqueryGuidNo
ApplicationDocumentData Parameters:
NameParameterData TypeRequiredDescription
Document_GUIDformGuidNo
Document_NameformstringNo
Document_ApplicationGUIDformGuidNo
Document_TemplateIDformintNo
Document_TemplateVersionformintNo
Document_DateCreatedformDateTime?No
Document_DescriptionformstringNo
Document_TypeIDformintNo
Document_Imageformbyte[]No

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

GET /./ApplicationDocument HTTP/1.1 
Host: apply-online-ws-test.worldpay.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Document_GUID":"00000000000000000000000000000000","Document_Name":"String","Document_ApplicationGUID":"00000000000000000000000000000000","Document_TemplateID":0,"Document_TemplateVersion":0,"Document_DateCreated":"0001-01-01T00:00:00.0000000","Document_Description":"String","Document_TypeID":0,"Document_Image":"AA=="}