InsideService20
Click here for a complete list of operations.
SetPrevStep
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /InsideService20.asmx HTTP/1.1
Host: app-old.idiligo.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.idiligo.com/SetPrevStep"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SetPrevStep xmlns="http://www.idiligo.com/">
<token>string</token>
<callId>long</callId>
</SetPrevStep>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SetPrevStepResponse xmlns="http://www.idiligo.com/">
<SetPrevStepResult>
<Node id="string" type="Choice or Template or File or Form or Email or ScreenShare or Scrnshare or Sign or Upload or Download" visible="boolean" clientActive="boolean" allowControlSwitch="boolean" home="boolean">
<name>string</name>
<title>string</title>
<text>string</text>
<options>
<option xsi:nil="true" />
<option xsi:nil="true" />
</options>
<fields>
<field xsi:nil="true" />
<field xsi:nil="true" />
</fields>
<attachments>
<attachment xsi:nil="true" />
<attachment xsi:nil="true" />
</attachments>
<signs>
<sign xsi:nil="true" />
<sign xsi:nil="true" />
</signs>
<uploads>
<upload xsi:nil="true" />
<upload xsi:nil="true" />
</uploads>
<goals>
<goal xsi:nil="true" />
<goal xsi:nil="true" />
</goals>
<actions>
<action xsi:nil="true" />
<action xsi:nil="true" />
</actions>
<templateCode>string</templateCode>
<pdfTemplateCode>string</pdfTemplateCode>
<bestandCode>string</bestandCode>
<browserId>long</browserId>
<command>string</command>
<qsValuesNodeCode>string</qsValuesNodeCode>
<goto>string</goto>
<Scrnshare>
<AgentUrl>string</AgentUrl>
<ClientUrl>string</ClientUrl>
<ValidUntil>dateTime</ValidUntil>
</Scrnshare>
</Node>
<Command>string</Command>
<Title>string</Title>
<Html>string</Html>
<Values>
<string>string</string>
<string>string</string>
</Values>
<DocumentType>string</DocumentType>
<DocumentUrl>string</DocumentUrl>
<DocumentExtension>string</DocumentExtension>
<First>boolean</First>
<Last>boolean</Last>
<DocumentId>long</DocumentId>
<Page>int</Page>
<Zoom>int</Zoom>
<ViewerWrap>string</ViewerWrap>
<Attachments>
<AttachmentDTO>
<Id>long</Id>
<Description>string</Description>
<Url>string</Url>
<Preview>string</Preview>
<Attach>boolean</Attach>
<Size>string</Size>
<Date>string</Date>
<SignUrl>string</SignUrl>
<SignStatus>int</SignStatus>
</AttachmentDTO>
<AttachmentDTO>
<Id>long</Id>
<Description>string</Description>
<Url>string</Url>
<Preview>string</Preview>
<Attach>boolean</Attach>
<Size>string</Size>
<Date>string</Date>
<SignUrl>string</SignUrl>
<SignStatus>int</SignStatus>
</AttachmentDTO>
</Attachments>
<Signs>
<Sign fileCode="string" templateCode="string" uploadId="string" externalFileId="string" signUrl="string" statusCode="int" statusName="string" signButtonText="string">
<position xsi:nil="true" />
<position xsi:nil="true" />
<signedDocumentObjectId>long</signedDocumentObjectId>
</Sign>
<Sign fileCode="string" templateCode="string" uploadId="string" externalFileId="string" signUrl="string" statusCode="int" statusName="string" signButtonText="string">
<position xsi:nil="true" />
<position xsi:nil="true" />
<signedDocumentObjectId>long</signedDocumentObjectId>
</Sign>
</Signs>
<Uploads>
<Upload name="string" fileTypes="string" mandatory="boolean" />
<Upload name="string" fileTypes="string" mandatory="boolean" />
</Uploads>
<TotalPages>int</TotalPages>
</SetPrevStepResult>
</SetPrevStepResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /InsideService20.asmx HTTP/1.1
Host: app-old.idiligo.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<SetPrevStep xmlns="http://www.idiligo.com/">
<token>string</token>
<callId>long</callId>
</SetPrevStep>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<SetPrevStepResponse xmlns="http://www.idiligo.com/">
<SetPrevStepResult>
<Node id="string" type="Choice or Template or File or Form or Email or ScreenShare or Scrnshare or Sign or Upload or Download" visible="boolean" clientActive="boolean" allowControlSwitch="boolean" home="boolean">
<name>string</name>
<title>string</title>
<text>string</text>
<options>
<option xsi:nil="true" />
<option xsi:nil="true" />
</options>
<fields>
<field xsi:nil="true" />
<field xsi:nil="true" />
</fields>
<attachments>
<attachment xsi:nil="true" />
<attachment xsi:nil="true" />
</attachments>
<signs>
<sign xsi:nil="true" />
<sign xsi:nil="true" />
</signs>
<uploads>
<upload xsi:nil="true" />
<upload xsi:nil="true" />
</uploads>
<goals>
<goal xsi:nil="true" />
<goal xsi:nil="true" />
</goals>
<actions>
<action xsi:nil="true" />
<action xsi:nil="true" />
</actions>
<templateCode>string</templateCode>
<pdfTemplateCode>string</pdfTemplateCode>
<bestandCode>string</bestandCode>
<browserId>long</browserId>
<command>string</command>
<qsValuesNodeCode>string</qsValuesNodeCode>
<goto>string</goto>
<Scrnshare>
<AgentUrl>string</AgentUrl>
<ClientUrl>string</ClientUrl>
<ValidUntil>dateTime</ValidUntil>
</Scrnshare>
</Node>
<Command>string</Command>
<Title>string</Title>
<Html>string</Html>
<Values>
<string>string</string>
<string>string</string>
</Values>
<DocumentType>string</DocumentType>
<DocumentUrl>string</DocumentUrl>
<DocumentExtension>string</DocumentExtension>
<First>boolean</First>
<Last>boolean</Last>
<DocumentId>long</DocumentId>
<Page>int</Page>
<Zoom>int</Zoom>
<ViewerWrap>string</ViewerWrap>
<Attachments>
<AttachmentDTO>
<Id>long</Id>
<Description>string</Description>
<Url>string</Url>
<Preview>string</Preview>
<Attach>boolean</Attach>
<Size>string</Size>
<Date>string</Date>
<SignUrl>string</SignUrl>
<SignStatus>int</SignStatus>
</AttachmentDTO>
<AttachmentDTO>
<Id>long</Id>
<Description>string</Description>
<Url>string</Url>
<Preview>string</Preview>
<Attach>boolean</Attach>
<Size>string</Size>
<Date>string</Date>
<SignUrl>string</SignUrl>
<SignStatus>int</SignStatus>
</AttachmentDTO>
</Attachments>
<Signs>
<Sign fileCode="string" templateCode="string" uploadId="string" externalFileId="string" signUrl="string" statusCode="int" statusName="string" signButtonText="string">
<position xsi:nil="true" />
<position xsi:nil="true" />
<signedDocumentObjectId>long</signedDocumentObjectId>
</Sign>
<Sign fileCode="string" templateCode="string" uploadId="string" externalFileId="string" signUrl="string" statusCode="int" statusName="string" signButtonText="string">
<position xsi:nil="true" />
<position xsi:nil="true" />
<signedDocumentObjectId>long</signedDocumentObjectId>
</Sign>
</Signs>
<Uploads>
<Upload name="string" fileTypes="string" mandatory="boolean" />
<Upload name="string" fileTypes="string" mandatory="boolean" />
</Uploads>
<TotalPages>int</TotalPages>
</SetPrevStepResult>
</SetPrevStepResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /InsideService20.asmx/SetPrevStep?token=string&callId=string HTTP/1.1 Host: app-old.idiligo.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<StapDTO xmlns="http://www.idiligo.com/">
<Node id="string" type="Choice or Template or File or Form or Email or ScreenShare or Scrnshare or Sign or Upload or Download" visible="boolean" clientActive="boolean" allowControlSwitch="boolean" home="boolean">
<name>string</name>
<title>string</title>
<text>string</text>
<options>
<option value="string">
<text>string</text>
<goto>string</goto>
</option>
<option value="string">
<text>string</text>
<goto>string</goto>
</option>
</options>
<fields>
<field name="string" text="string" mandatory="boolean" linkedField="string" width="int" cols="int" rows="int" type="string">
<options d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</field>
<field name="string" text="string" mandatory="boolean" linkedField="string" width="int" cols="int" rows="int" type="string">
<options d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</field>
</fields>
<attachments>
<attachment fileCode="string" templateCode="string" attach="boolean" uploadId="string" />
<attachment fileCode="string" templateCode="string" attach="boolean" uploadId="string" />
</attachments>
<signs>
<sign fileCode="string" templateCode="string" uploadId="string" externalFileId="string" signUrl="string" statusCode="int" statusName="string" signButtonText="string">
<position d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<position d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<signedDocumentObjectId>long</signedDocumentObjectId>
</sign>
<sign fileCode="string" templateCode="string" uploadId="string" externalFileId="string" signUrl="string" statusCode="int" statusName="string" signButtonText="string">
<position d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<position d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<signedDocumentObjectId>long</signedDocumentObjectId>
</sign>
</signs>
<uploads>
<upload name="string" fileTypes="string" mandatory="boolean" />
<upload name="string" fileTypes="string" mandatory="boolean" />
</uploads>
<goals>
<goal type="Conversion" reached="boolean" description="string" />
<goal type="Conversion" reached="boolean" description="string" />
</goals>
<actions>
<action type="Alert or Mail or ClientReady" trigger="Load or Unload or Previous or Next" fireOnce="boolean" text="string" email="string">
<FireCount>int</FireCount>
</action>
<action type="Alert or Mail or ClientReady" trigger="Load or Unload or Previous or Next" fireOnce="boolean" text="string" email="string">
<FireCount>int</FireCount>
</action>
</actions>
<templateCode>string</templateCode>
<pdfTemplateCode>string</pdfTemplateCode>
<bestandCode>string</bestandCode>
<browserId>long</browserId>
<command>string</command>
<qsValuesNodeCode>string</qsValuesNodeCode>
<goto>string</goto>
<Scrnshare>
<AgentUrl>string</AgentUrl>
<ClientUrl>string</ClientUrl>
<ValidUntil>dateTime</ValidUntil>
</Scrnshare>
</Node>
<Command>string</Command>
<Title>string</Title>
<Html>string</Html>
<Values>
<string>string</string>
<string>string</string>
</Values>
<DocumentType>string</DocumentType>
<DocumentUrl>string</DocumentUrl>
<DocumentExtension>string</DocumentExtension>
<First>boolean</First>
<Last>boolean</Last>
<DocumentId>long</DocumentId>
<Page>int</Page>
<Zoom>int</Zoom>
<ViewerWrap>string</ViewerWrap>
<Attachments>
<AttachmentDTO>
<Id>long</Id>
<Description>string</Description>
<Url>string</Url>
<Preview>string</Preview>
<Attach>boolean</Attach>
<Size>string</Size>
<Date>string</Date>
<SignUrl>string</SignUrl>
<SignStatus>int</SignStatus>
</AttachmentDTO>
<AttachmentDTO>
<Id>long</Id>
<Description>string</Description>
<Url>string</Url>
<Preview>string</Preview>
<Attach>boolean</Attach>
<Size>string</Size>
<Date>string</Date>
<SignUrl>string</SignUrl>
<SignStatus>int</SignStatus>
</AttachmentDTO>
</Attachments>
<Signs>
<Sign fileCode="string" templateCode="string" uploadId="string" externalFileId="string" signUrl="string" statusCode="int" statusName="string" signButtonText="string">
<position page="int" left="int" top="int" />
<position page="int" left="int" top="int" />
<signedDocumentObjectId>long</signedDocumentObjectId>
</Sign>
<Sign fileCode="string" templateCode="string" uploadId="string" externalFileId="string" signUrl="string" statusCode="int" statusName="string" signButtonText="string">
<position page="int" left="int" top="int" />
<position page="int" left="int" top="int" />
<signedDocumentObjectId>long</signedDocumentObjectId>
</Sign>
</Signs>
<Uploads>
<Upload name="string" fileTypes="string" mandatory="boolean" />
<Upload name="string" fileTypes="string" mandatory="boolean" />
</Uploads>
<TotalPages>int</TotalPages>
</StapDTO>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /InsideService20.asmx/SetPrevStep HTTP/1.1 Host: app-old.idiligo.com Content-Type: application/x-www-form-urlencoded Content-Length: length token=string&callId=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<StapDTO xmlns="http://www.idiligo.com/">
<Node id="string" type="Choice or Template or File or Form or Email or ScreenShare or Scrnshare or Sign or Upload or Download" visible="boolean" clientActive="boolean" allowControlSwitch="boolean" home="boolean">
<name>string</name>
<title>string</title>
<text>string</text>
<options>
<option value="string">
<text>string</text>
<goto>string</goto>
</option>
<option value="string">
<text>string</text>
<goto>string</goto>
</option>
</options>
<fields>
<field name="string" text="string" mandatory="boolean" linkedField="string" width="int" cols="int" rows="int" type="string">
<options d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</field>
<field name="string" text="string" mandatory="boolean" linkedField="string" width="int" cols="int" rows="int" type="string">
<options d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</field>
</fields>
<attachments>
<attachment fileCode="string" templateCode="string" attach="boolean" uploadId="string" />
<attachment fileCode="string" templateCode="string" attach="boolean" uploadId="string" />
</attachments>
<signs>
<sign fileCode="string" templateCode="string" uploadId="string" externalFileId="string" signUrl="string" statusCode="int" statusName="string" signButtonText="string">
<position d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<position d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<signedDocumentObjectId>long</signedDocumentObjectId>
</sign>
<sign fileCode="string" templateCode="string" uploadId="string" externalFileId="string" signUrl="string" statusCode="int" statusName="string" signButtonText="string">
<position d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<position d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<signedDocumentObjectId>long</signedDocumentObjectId>
</sign>
</signs>
<uploads>
<upload name="string" fileTypes="string" mandatory="boolean" />
<upload name="string" fileTypes="string" mandatory="boolean" />
</uploads>
<goals>
<goal type="Conversion" reached="boolean" description="string" />
<goal type="Conversion" reached="boolean" description="string" />
</goals>
<actions>
<action type="Alert or Mail or ClientReady" trigger="Load or Unload or Previous or Next" fireOnce="boolean" text="string" email="string">
<FireCount>int</FireCount>
</action>
<action type="Alert or Mail or ClientReady" trigger="Load or Unload or Previous or Next" fireOnce="boolean" text="string" email="string">
<FireCount>int</FireCount>
</action>
</actions>
<templateCode>string</templateCode>
<pdfTemplateCode>string</pdfTemplateCode>
<bestandCode>string</bestandCode>
<browserId>long</browserId>
<command>string</command>
<qsValuesNodeCode>string</qsValuesNodeCode>
<goto>string</goto>
<Scrnshare>
<AgentUrl>string</AgentUrl>
<ClientUrl>string</ClientUrl>
<ValidUntil>dateTime</ValidUntil>
</Scrnshare>
</Node>
<Command>string</Command>
<Title>string</Title>
<Html>string</Html>
<Values>
<string>string</string>
<string>string</string>
</Values>
<DocumentType>string</DocumentType>
<DocumentUrl>string</DocumentUrl>
<DocumentExtension>string</DocumentExtension>
<First>boolean</First>
<Last>boolean</Last>
<DocumentId>long</DocumentId>
<Page>int</Page>
<Zoom>int</Zoom>
<ViewerWrap>string</ViewerWrap>
<Attachments>
<AttachmentDTO>
<Id>long</Id>
<Description>string</Description>
<Url>string</Url>
<Preview>string</Preview>
<Attach>boolean</Attach>
<Size>string</Size>
<Date>string</Date>
<SignUrl>string</SignUrl>
<SignStatus>int</SignStatus>
</AttachmentDTO>
<AttachmentDTO>
<Id>long</Id>
<Description>string</Description>
<Url>string</Url>
<Preview>string</Preview>
<Attach>boolean</Attach>
<Size>string</Size>
<Date>string</Date>
<SignUrl>string</SignUrl>
<SignStatus>int</SignStatus>
</AttachmentDTO>
</Attachments>
<Signs>
<Sign fileCode="string" templateCode="string" uploadId="string" externalFileId="string" signUrl="string" statusCode="int" statusName="string" signButtonText="string">
<position page="int" left="int" top="int" />
<position page="int" left="int" top="int" />
<signedDocumentObjectId>long</signedDocumentObjectId>
</Sign>
<Sign fileCode="string" templateCode="string" uploadId="string" externalFileId="string" signUrl="string" statusCode="int" statusName="string" signButtonText="string">
<position page="int" left="int" top="int" />
<position page="int" left="int" top="int" />
<signedDocumentObjectId>long</signedDocumentObjectId>
</Sign>
</Signs>
<Uploads>
<Upload name="string" fileTypes="string" mandatory="boolean" />
<Upload name="string" fileTypes="string" mandatory="boolean" />
</Uploads>
<TotalPages>int</TotalPages>
</StapDTO>