Sample Soap Request for Method: listWaitlistRecipients( String nationalId )

Request: Get the DWL waitlist organ requests that have been added or updated since a given date/time - "2022-06-01T00:00:00.000-04:00" and belong to ODOs {13, 17}.

<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>aUser</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> <lastUpdatedFrom>2022-06-01T00:00:00.000-04:00</lastUpdatedFrom> <opos> <id>17</id> </opos> <opos> <id>23</id> </opos> </arg0> </ctr:listWaitlistRecipients> </soapenv:Body> </soapenv:Envelope>

Response: The DWL waitlist organ requests that match the search criteria..

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <ns2:listWaitlistRecipientsResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>150727</id> <acceptanceCriteria> <id>145062</id> <acceptDCD>true</acceptDCD> <acceptHepBCoreAB>true</acceptHepBCoreAB> <acceptHepC>true</acceptHepC> <acceptIncompatibleBloodGroups>false</acceptIncompatibleBloodGroups> <crossMatchRequired>false</crossMatchRequired> <localDonorOnly>false</localDonorOnly> <organRequestId>150727</organRequestId> <recipientID>43421</recipientID> </acceptanceCriteria> <age> <days>3</days> <negative>false</negative> <weeks>5</weeks> <years>68</years> </age> <bloodGroup>A</bloodGroup> <bloodGroupLabelEn>A</bloodGroupLabelEn> <height>163</height> <dwlEligible>false</dwlEligible> <inUtero>false</inUtero> <lastUpdated>2022-06-15T13:08:57.193-04:00</lastUpdated> <listDate>2020-11-11T12:20:00-05:00</listDate> <medicalStatusChangeDate>2022-03-11T11:25:00-05:00</medicalStatusChangeDate> <nationalRecipientId>CTR043421</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>97</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>43421</recipientId> <localRecipientId>13772</localRecipientId> <transplantType>SINGLE</transplantType> <transplantTypeId>1</transplantTypeId> <transplantTypeLabelEn>Single</transplantTypeLabelEn> <weight>87</weight> </return> <return> <id>150855</id> <acceptanceCriteria> <id>145210</id> <acceptDCD>true</acceptDCD> <acceptHepBCoreAB>false</acceptHepBCoreAB> <acceptHepC>false</acceptHepC> <acceptIncompatibleBloodGroups>false</acceptIncompatibleBloodGroups> <crossMatchRequired>false</crossMatchRequired> <localDonorOnly>false</localDonorOnly> <organRequestId>150855</organRequestId> <recipientID>43549</recipientID> </acceptanceCriteria> <age> <days>3</days> <negative>false</negative> <weeks>9</weeks> <years>50</years> </age> <bloodGroup>A</bloodGroup> <bloodGroupLabelEn>A</bloodGroupLabelEn> <height>99</height> <dwlEligible>false</dwlEligible> <inUtero>false</inUtero> <lastUpdated>2022-06-14T17:02:17.111-04:00</lastUpdated> <listDate>2022-01-14T03:00:00-05:00</listDate> <medicalStatusChangeDate>2022-06-08T14:49:28-04:00</medicalStatusChangeDate> <nationalRecipientId>CTR043549</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>6</organCPRA> <organId>5</organId> <organLabelEn>Kidney</organLabelEn> <organMedicalStatus>KIDNEY_1</organMedicalStatus> <organMedicalStatusId>27</organMedicalStatusId> <organRequestStatus>ACTIVE</organRequestStatus> <organRequestStatusId>2</organRequestStatusId> <province>BC</province> <provinceId>2</provinceId> <provinceLabelEn>British Columbia</provinceLabelEn> <recipientId>43549</recipientId> <transplantType>SINGLE</transplantType> <transplantTypeId>1</transplantTypeId> <transplantTypeLabelEn>Single</transplantTypeLabelEn> <weight>16</weight> </return> </ns2:listWaitlistRecipientsResponse> </soapenv:Body> </soapenv:Envelope>