Sample Soap Request for Method: findOfferAttachments (Long offerId, List attachmentLocations)

Request: Get shared offer attachments, for all section.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ctr="http://ctr3ws.cbs.com/"> <soapenv:Header> <wsse:Security soapenv:mustUnderstand="0" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-3" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:Username>QT-JP</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">anypw</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ctr:findOfferAttachments> <!-- offerId --> <arg0>29989</arg0> </ctr:findOfferAttachments> </soapenv:Body> </soapenv:Envelope>

Response: the "findOfferAttachments" results.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <ns2:findOfferAttachmentsResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <attachmentID>70324</attachmentID> <nationalID>CTR038681</nationalID> <attachmentSection> <id>1</id> <bizRef>PATIENT_PERSONAL</bizRef> </attachmentSection> <description>test attachment for offer: side-by-side =true</description> <sideBysideFlag>true</sideBysideFlag> <fileName>testPDF.pdf</fileName> <uploadedBy>bc-jp JPS</uploadedBy> <uploadedDate>2021-07-05T15:27:03-04:00</uploadedDate> </return> <return> <attachmentID>70330</attachmentID> <nationalID>CTD019909</nationalID> <attachmentSection> <id>19</id> <bizRef>ASSESSMENT</bizRef> </attachmentSection> <description>test attachment for offer: side-by-side = true</description> <sideBysideFlag>true</sideBysideFlag> <fileName>WTC_fieldsx.docx</fileName> <uploadedBy>bc-jp JPS</uploadedBy> <uploadedDate>2021-07-05T15:30:41-04:00</uploadedDate> </return> </ns2:findOfferAttachmentsResponse> </soapenv:Body> </soapenv:Envelope> </soapenv:Envelope>