Services88 CRMScript GetCRMScriptByUniqueIdentifier
Some tooltip text!
• 1 minute to read
• 1 minute to read
SOAP request and response examples Remote/Services88/CRMScript.svc
Implemented by the
GetCRMScriptByUniqueIdentifier
WSDL file for Services88/CRMScript
Obtain a ticket from the Services88/SoPrincipal.svc
Application tokens must be specified if calling an Online installation. ApplicationTokens are not checked for on-site installations.
GetCRMScriptByUniqueIdentifier Request
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"
xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:NetServerServices882="http://schemas.microsoft.com/2003/10/Serialization/Arrays"
xmlns:NetServerServices881="http://schemas.microsoft.com/2003/10/Serialization/"
xmlns:CRMScript="http://www.superoffice.net/ws/crm/NetServer/Services88">
<CRMScript:ApplicationToken>1234567-1234-9876</CRMScript:ApplicationToken>
<CRMScript:Credentials>
<CRMScript:Ticket>7T:1234abcxyzExample==</CRMScript:Ticket>
</CRMScript:Credentials>
<SOAP-ENV:Body>
<CRMScript:GetCRMScriptByUniqueIdentifier>
<CRMScript:UniqueIdentifier xsi:type="xsd:string"></CRMScript:UniqueIdentifier>
</CRMScript:GetCRMScriptByUniqueIdentifier>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
GetCRMScriptByUniqueIdentifier Response
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"
xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:NetServerServices882="http://schemas.microsoft.com/2003/10/Serialization/Arrays"
xmlns:NetServerServices881="http://schemas.microsoft.com/2003/10/Serialization/"
xmlns:CRMScript="http://www.superoffice.net/ws/crm/NetServer/Services88">
<SOAP-ENV:Body>
<CRMScript:GetCRMScriptByUniqueIdentifierResponse>
<CRMScript:Response xsi:type="CRMScript:Script">
<CRMScript:UniqueIdentifier xsi:type="xsd:string"></CRMScript:UniqueIdentifier>
<CRMScript:Name xsi:type="xsd:string"></CRMScript:Name>
<CRMScript:Description xsi:type="xsd:string"></CRMScript:Description>
<CRMScript:IncludeId xsi:type="xsd:string"></CRMScript:IncludeId>
<CRMScript:Source xsi:type="xsd:string"></CRMScript:Source>
<CRMScript:Registered xsi:type="xsd:dateTime">2026-05-27T01:23:42Z</CRMScript:Registered>
<CRMScript:RegisteredBy xsi:type="xsd:string"></CRMScript:RegisteredBy>
<CRMScript:Updated xsi:type="xsd:dateTime">2026-05-27T01:23:42Z</CRMScript:Updated>
<CRMScript:UpdatedBy xsi:type="xsd:string"></CRMScript:UpdatedBy>
<CRMScript:Path xsi:type="xsd:string"></CRMScript:Path>
<CRMScript:BlockedVerbs xsi:type="CRMScript:EjScriptVerb">BlockGET</CRMScript:BlockedVerbs>
</CRMScript:Response>
</CRMScript:GetCRMScriptByUniqueIdentifierResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>