Message Examples
The Message Examples section is where fully populated message examples for both the request and response are located. Select the drop-down option associated with the example you wish to view and the example displays:
Line numbers and syntax highlights are only available in the online version of the guide.
Example

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:tracelink:soap"> <soapenv:Header/> <soapenv:Body> <urn:serialNumbersRequest> <SendingSystem>LineSys11</SendingSystem> <ReceivingSystem>0060354701201</ReceivingSystem> <IdType>CN_SER</IdType> <EncodingType>CN_EDMC</EncodingType> <Size>10</Size> <ObjectKey> <Name>CN_SUBTYPE_LEVEL_RATIO</Name> <Value>1008721001|3|1:5:50></Value> </ObjectKey> <ReferenceDocuments> <PONumber>10043</PONumber> <POLine>2</POLine> <WorkOrderNumber>10043-001<WorkOrderNumber> <ReferenceIdentifier>917902db-1307-4182-ad3d-29eca2d699ae</ReferenceIdentifier> </ReferenceDocuments> </urn:serialNumbersRequest> </soapenv:Body> </soapenv:Envelope>
Copy and Paste Instructions

- Create a blank text file and it save locally.
- Navigate to the message sample within the appropriate API Guide.
- Select the Copy to Clipboard icon (
).
The Copied to Clipboard icon (
) displays for 2 seconds, indicating that the copy is successful.
- Navigate to the first row of the saved text file and select Paste.
The message example's structure is maintained.
Syntax highlights will not reflect unless enabled in the file editor.