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> <dwlEligible>true</dwlEligible> <organRequestStatuses> <id>2</id> <bizRef>ACTIVE</bizRef> </organRequestStatuses> <organs> <id>5</id> <bizRef>KIDNEY</bizRef> </organs> <opos> <id>23</id> </opos> </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>103</id> <acceptanceCriteria> <id>116</id> <acceptDCD>true</acceptDCD> <acceptHepBCoreAB>false</acceptHepBCoreAB> <acceptHepC>false</acceptHepC> <acceptIncompatibleBloodGroups>false</acceptIncompatibleBloodGroups> <crossMatchRequired>false</crossMatchRequired> <localDonorOnly>false</localDonorOnly> <organRequestId>103</organRequestId> <recipientID>37</recipientID> </acceptanceCriteria> <age> <days>4</days> <negative>false</negative> <weeks>38</weeks> <years>29</years> </age> <bloodGroup>AB</bloodGroup> <bloodGroupLabelEn>AB</bloodGroupLabelEn> <height>155</height> <dwlEligible>true</dwlEligible> <inUtero>false</inUtero> <lastUpdated>2020-10-28T16:34:13.938-04:00</lastUpdated> <listDate>2019-11-20T00:00:00-05:00</listDate> <medicalStatusChangeDate>2019-11-20T00:00:00-05:00</medicalStatusChangeDate> <nationalRecipientId>CTR000037</nationalRecipientId> <opo> <id>23</id> <facilityName>Transplant-Québec</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>QC-TQ</facilityCode> </opo> <organ>KIDNEY</organ> <organCPRA>100</organCPRA> <organId>5</organId> <organLabelEn>Kidney</organLabelEn> <organMedicalStatus>KIDNEY_1</organMedicalStatus> <organMedicalStatusId>27</organMedicalStatusId> <organRequestStatus>ACTIVE</organRequestStatus> <organRequestStatusId>2</organRequestStatusId> <province>QC</province> <provinceId>11</provinceId> <provinceLabelEn>Quebec</provinceLabelEn> <recipientId>37</recipientId> <transplantType>SINGLE</transplantType> <transplantTypeId>1</transplantTypeId> <transplantTypeLabelEn>Single</transplantTypeLabelEn> <weight>88</weight> </return> <return> <id>104</id> <acceptanceCriteria> <id>117</id> <acceptDCD>true</acceptDCD> <acceptHepBCoreAB>false</acceptHepBCoreAB> <acceptHepC>false</acceptHepC> <acceptIncompatibleBloodGroups>false</acceptIncompatibleBloodGroups> <crossMatchRequired>false</crossMatchRequired> <localDonorOnly>false</localDonorOnly> <organRequestId>104</organRequestId> <recipientID>38</recipientID> </acceptanceCriteria> <age> <days>4</days> <negative>false</negative> <weeks>38</weeks> <years>29</years> </age> <bloodGroup>AB</bloodGroup> <bloodGroupLabelEn>AB</bloodGroupLabelEn> <height>155</height> <dwlEligible>true</dwlEligible> <inUtero>false</inUtero> <lastUpdated>2020-10-28T16:45:58.069-04:00</lastUpdated> <listDate>2019-11-20T00:00:00-05:00</listDate> <medicalStatusChangeDate>2020-10-28T16:41:00-04:00</medicalStatusChangeDate> <nationalRecipientId>CTR000038</nationalRecipientId> <opo> <id>23</id> <facilityName>Transplant-Québec</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>QC-TQ</facilityCode> </opo> <organ>KIDNEY</organ> <organCPRA>100</organCPRA> <organId>5</organId> <organLabelEn>Kidney</organLabelEn> <organMedicalStatus>KIDNEY_1</organMedicalStatus> <organMedicalStatusId>27</organMedicalStatusId> <organRequestStatus>ACTIVE</organRequestStatus> <organRequestStatusId>2</organRequestStatusId> <province>QC</province> <provinceId>11</provinceId> <provinceLabelEn>Quebec</provinceLabelEn> <recipientId>38</recipientId> <transplantType>SINGLE</transplantType> <transplantTypeId>1</transplantTypeId> <transplantTypeLabelEn>Single</transplantTypeLabelEn> <weight>88</weight> </return> </ns2:listWaitlistRecipientsResponse> </soap:Body> </soap:Envelope>