Sample Soap Request for Method: updateRecipientByNationalRecipientId( )

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

<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>${#TestSuite#nationalRecipientId}</arg0> <arg1> <preEmptive>false</preEmptive> <onDialysis>true</onDialysis> <mostRecentDialysisStartDate>2022-08-20-04:00</mostRecentDialysisStartDate> </arg1> </ctr:updateRecipientByNationalRecipientId> </soapenv:Body> </soapenv:Envelope>

Response: the CTR recipient records

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <ns2:updateRecipientByNationalRecipientIdResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>45031</id> <age> <days>5</days> <negative>false</negative> <weeks>0</weeks> <years>41</years> </age> <bloodGroup> <id>1</id> <bizRef>A</bizRef> </bloodGroup> <bmi>45.9</bmi> <deathInHospital>false</deathInHospital> <suddenDeath>false</suddenDeath> <city>Montreal</city> <confirmBloodType>TRUE</confirmBloodType> <confirmRh>TRUE</confirmRh> <consentReceivedByCbs>false</consentReceivedByCbs> <dateOfBirth>1981-10-21T00:00:00-04:00</dateOfBirth> <firstName>Fn-16668006984</firstName> <gender> <id>3</id> <bizRef>OTHER</bizRef> </gender> <height>99</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-16668006984</lastName> <localRecipientId>localId-16668006984</localRecipientId> <localRecipientSource>ODO</localRecipientSource> <mostRecentDialysisStartDate>2022-08-20T00:00:00-04:00</mostRecentDialysisStartDate> <nationalRecipientId>CTR045031</nationalRecipientId> <preEmptive>false</preEmptive> <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>152186</id> <organRequired> <id>5</id> <bizRef>KIDNEY</bizRef> </organRequired> <organMedicalStatus> <id>27</id> <bizRef>KIDNEY_1</bizRef> </organMedicalStatus> <listDateTime>2000-09-05T00: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-10-26T12:11:41-04:00</medicalStatusChangeDate> <organStatusChangeDate>2022-10-26T12:11:41-04:00</organStatusChangeDate> <dwlEligible>false</dwlEligible> </organRequests> <phin>QT-16668006984</phin> <phinProvince> <id>11</id> <bizRef>QC</bizRef> </phinProvince> <province> <id>11</id> <bizRef>QC</bizRef> </province> <registeredOnLDPE>false</registeredOnLDPE> <registryEnterDate>2022-10-26T12:11:41-04:00</registryEnterDate> <rh> <id>1</id> <bizRef>PLUS</bizRef> </rh> <timeOnDialysisInDays>67</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>45</weight> </return> </ns2:updateRecipientByNationalRecipientIdResponse> </soapenv:Body> </soapenv:Envelope>