Services86 CRMScript CreateDefaultCRMScriptEntity
Some tooltip text!
• 1 minute to read
• 1 minute to read
SOAP request and response examples Remote/Services86/CRMScript.svc
Implemented by the
CreateDefaultCRMScriptEntity
WSDL file for Services86/CRMScript
Obtain a ticket from the Services86/SoPrincipal.svc
Application tokens must be specified if calling an Online installation. ApplicationTokens are not checked for on-site installations.
CreateDefaultCRMScriptEntity 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:NetServerServices861="http://schemas.microsoft.com/2003/10/Serialization/"
xmlns:CRMScript="http://www.superoffice.net/ws/crm/NetServer/Services86">
<CRMScript:ApplicationToken>1234567-1234-9876</CRMScript:ApplicationToken>
<CRMScript:Credentials>
<CRMScript:Ticket>7T:1234abcxyzExample==</CRMScript:Ticket>
</CRMScript:Credentials>
<SOAP-ENV:Body>
<CRMScript:CreateDefaultCRMScriptEntity>
</CRMScript:CreateDefaultCRMScriptEntity>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
CreateDefaultCRMScriptEntity 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:NetServerServices861="http://schemas.microsoft.com/2003/10/Serialization/"
xmlns:CRMScript="http://www.superoffice.net/ws/crm/NetServer/Services86">
<SOAP-ENV:Body>
<CRMScript:CreateDefaultCRMScriptEntityResponse>
<CRMScript:Response xsi:type="CRMScript:CRMScriptEntity">
<CRMScript:EjscriptId xsi:type="xsd:int">0</CRMScript:EjscriptId>
<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:HierarchyId xsi:type="xsd:int">0</CRMScript:HierarchyId>
<CRMScript:Source xsi:type="xsd:string"></CRMScript:Source>
<CRMScript:Registered xsi:type="xsd:dateTime">2023-03-31T13:23:06Z</CRMScript:Registered>
<CRMScript:RegisteredAssociateId xsi:type="xsd:int">0</CRMScript:RegisteredAssociateId>
<CRMScript:Updated xsi:type="xsd:dateTime">2023-03-31T13:23:06Z</CRMScript:Updated>
<CRMScript:UpdatedAssociateId xsi:type="xsd:int">0</CRMScript:UpdatedAssociateId>
</CRMScript:Response>
</CRMScript:CreateDefaultCRMScriptEntityResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>