Sample Soap Request for Method: updateRecipientByNationalRecipientId( )

Update an existing recipient, update fields to: OnDialysis = true, mostRecentDialysisStartDate = valid date
note: recipient current field values : OnDialysis = null, mostRecentDialysisStartDate = null and Pre-Emptive = null

<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:updateRecipientByNationalRecipientId> <arg0>CTR044370</arg0> <arg1> <onDialysis>true</onDialysis> <mostRecentDialysisStartDate>2022-08-13-04:00</mostRecentDialysisStartDate> </arg1> </ctr:updateRecipientByNationalRecipientId> </soapenv:Body> </soapenv:Envelope>

Response: the CTR recipient records

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updateRecipientByNationalRecipientIdResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>44370</id> <age> <days>0</days> <negative>false</negative> <weeks>3</weeks> <years>48</years> </age> <bloodGroup> <id>2</id> <bizRef>B</bizRef> </bloodGroup> <bmi>36.2</bmi> <deathInHospital>false</deathInHospital> <suddenDeath>false</suddenDeath> <city>Montreal</city> <confirmBloodType>TRUE</confirmBloodType> <confirmRh>TRUE</confirmRh> <consentReceivedByCbs>false</consentReceivedByCbs> <dateOfBirth>1974-09-02T00:00:00-04:00</dateOfBirth> <firstName>Fn-16639489746</firstName> <gender> <id>3</id> <bizRef>OTHER</bizRef> </gender> <height>172</height> <hlaLab> <id>93</id> <facilityName>Transplant-Québec</facilityName> <facilityType> <id>2</id> <bizRef>HLA_LAB</bizRef> </facilityType> <facilityCode>QC-TQ-HLA</facilityCode> <corrCode>40000</corrCode> </hlaLab> <InUtero>false</InUtero> <isOffListDuplicate>false</isOffListDuplicate> <isOffListWithdrewConsent>false</isOffListWithdrewConsent> <KPDWithdrewConsent>false</KPDWithdrewConsent> <lastName>Ln-16639489746</lastName> <localRecipientId>localId-16639489746</localRecipientId> <localRecipientSource>ODO</localRecipientSource> <mostRecentDialysisStartDate>2022-08-13T00:00:00-04:00</mostRecentDialysisStartDate> <nationalRecipientId>CTR044370</nationalRecipientId> <onDialysis>true</onDialysis> <opo> <id>23</id> <facilityName>Transplant-Québec</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>QC-TQ</facilityCode> <corrCode>40000</corrCode> </opo> <organRequests> <id>151562</id> <organRequired> <id>5</id> <bizRef>KIDNEY</bizRef> </organRequired> <organMedicalStatus> <id>27</id> <bizRef>KIDNEY_1</bizRef> </organMedicalStatus> <listDateTime>2008-08-11T00:00:00-04:00</listDateTime> <status> <id>2</id> <bizRef>ACTIVE</bizRef> </status> <program> <id>2</id> <bizRef>DECEASED_WAITLIST</bizRef> </program> <reason> <id>31</id> <bizRef>ACTIVE_RECIPIENT_ON_WAITLIST</bizRef> </reason> <medicalStatusChangeDate>2022-09-23T12:02:59-04:00</medicalStatusChangeDate> <organStatusChangeDate>2022-09-23T12:03:03-04:00</organStatusChangeDate> <dwlEligible>false</dwlEligible> </organRequests> <phin>QT-16639489746</phin> <phinProvince> <id>11</id> <bizRef>QC</bizRef> </phinProvince> <province> <id>11</id> <bizRef>QC</bizRef> </province> <registeredOnLDPE>false</registeredOnLDPE> <registryEnterDate>2022-09-23T12:02:59-04:00</registryEnterDate> <rh> <id>1</id> <bizRef>PLUS</bizRef> </rh> <timeOnDialysisInDays>41</timeOnDialysisInDays> <transplantCentre> <id>92</id> <facilityName>Transplant-Québec</facilityName> <facilityType> <id>1</id> <bizRef>TX_CENTRE</bizRef> </facilityType> <facilityCode>QC-TQ-TXC</facilityCode> <corrCode>40000</corrCode> </transplantCentre> <transplantType> <id>1</id> <bizRef>SINGLE</bizRef> </transplantType> <weight>107</weight> </return> </ns2:updateRecipientByNationalRecipientIdResponse> </soap:Body> </soap:Envelope>