Services88 Marketing CreateDefaultShipmentMessageBlockEntity
Some tooltip text!
• 1 minute to read
• 1 minute to read
SOAP request and response examples Remote/Services88/Marketing.svc
Implemented by the
CreateDefaultShipmentMessageBlockEntity
WSDL file for Services88/Marketing
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.
CreateDefaultShipmentMessageBlockEntity 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:Marketing="http://www.superoffice.net/ws/crm/NetServer/Services88">
<Marketing:ApplicationToken>1234567-1234-9876</Marketing:ApplicationToken>
<Marketing:Credentials>
<Marketing:Ticket>7T:1234abcxyzExample==</Marketing:Ticket>
</Marketing:Credentials>
<SOAP-ENV:Body>
<Marketing:CreateDefaultShipmentMessageBlockEntity>
</Marketing:CreateDefaultShipmentMessageBlockEntity>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
CreateDefaultShipmentMessageBlockEntity 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:Marketing="http://www.superoffice.net/ws/crm/NetServer/Services88">
<SOAP-ENV:Body>
<Marketing:CreateDefaultShipmentMessageBlockEntityResponse>
<Marketing:Response xsi:type="Marketing:ShipmentMessageBlockEntity">
<Marketing:ShipmentMessageBlockId xsi:type="xsd:int">0</Marketing:ShipmentMessageBlockId>
<Marketing:AssociateId xsi:type="xsd:int">0</Marketing:AssociateId>
<Marketing:Block xsi:type="xsd:string"></Marketing:Block>
<Marketing:Registered xsi:type="xsd:dateTime">2026-05-27T01:24:39Z</Marketing:Registered>
<Marketing:RegisteredAssociateId xsi:type="xsd:int">0</Marketing:RegisteredAssociateId>
<Marketing:Updated xsi:type="xsd:dateTime">2026-05-27T01:24:39Z</Marketing:Updated>
<Marketing:UpdatedAssociateId xsi:type="xsd:int">0</Marketing:UpdatedAssociateId>
<Marketing:UpdatedCount xsi:type="xsd:short">0</Marketing:UpdatedCount>
</Marketing:Response>
</Marketing:CreateDefaultShipmentMessageBlockEntityResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>