Sample Soap Request for Method: listWaitlistRecipients()

Request: Get a filtered National Wait List.

<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>someCTRuser</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:listWaitlistRecipients> <arg0> <localRecipientId>QT-191919</localRecipientId> </arg0> </ctr:listWaitlistRecipients> </soapenv:Body> </soapenv:Envelope>

Response: the CTR recipient filtered National Wait List records

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:listWaitlistRecipientsResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>105</id> <acceptanceCriteria> <id>118</id> <acceptDCD>true</acceptDCD> <acceptHepBCoreAB>false</acceptHepBCoreAB> <acceptHepC>false</acceptHepC> <acceptIncompatibleBloodGroups>false</acceptIncompatibleBloodGroups> <crossMatchRequired>false</crossMatchRequired> <localDonorOnly>false</localDonorOnly> <organRequestId>105</organRequestId> <recipientID>39</recipientID> </acceptanceCriteria> <age> <days>5</days> <negative>false</negative> <weeks>38</weeks> <years>29</years> </age> <bloodGroup>AB</bloodGroup> <bloodGroupLabelEn>AB</bloodGroupLabelEn> <height>165</height> <dwlEligible>true</dwlEligible> <inUtero>false</inUtero> <lastUpdated>2020-10-29T12:46:59.032-04:00</lastUpdated> <listDate>2019-12-20T00:00:00-05:00</listDate> <medicalStatusChangeDate>2020-10-29T06:42:00-04:00</medicalStatusChangeDate> <nationalRecipientId>CTR000039</nationalRecipientId> <opo> <id>23</id> <facilityName>Transplant-Québec</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>QC-TQ</facilityCode> </opo> <organ>HEART</organ> <organCPRA>100</organCPRA> <organId>1</organId> <organLabelEn>Heart</organLabelEn> <organMedicalStatus>HEART_4</organMedicalStatus> <organMedicalStatusId>2</organMedicalStatusId> <organRequestStatus>ACTIVE</organRequestStatus> <organRequestStatusId>2</organRequestStatusId> <province>QC</province> <provinceId>11</provinceId> <provinceLabelEn>Quebec</provinceLabelEn> <recipientId>39</recipientId> <localRecipientId>QT-191919</localRecipientId> <transplantType>SINGLE</transplantType> <transplantTypeId>1</transplantTypeId> <transplantTypeLabelEn>Single</transplantTypeLabelEn> <weight>65</weight> </return> </ns2:listWaitlistRecipientsResponse> </soap:Body> </soap:Envelope>