Sample Soap Request for Method: updateNotTransplanted( WsNotTransplantInfo wsNotTransplantInfo )

Request: Update an offer to state "ACCEPTED".

<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:updateOfferState> <arg0>170</arg0> <arg1> <id>3</id> <bizRef>ACCEPTED</bizRef> </arg1> <arg5>false</arg5> </ctr:updateOfferState> </soapenv:Body> </soapenv:Envelope>

Response: The updated transplant record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updateOfferStateResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>170</id> <statusChangedDate>2021-03-18T14:17:38-04:00</statusChangedDate> <donorOrgan> <organ> <id>1</id> <bizRef>HEART</bizRef> </organ> <organType> <id>101</id> <bizRef>HEART</bizRef> </organType> <nationalDonorId>CTD000217</nationalDonorId> <consentedOrganId>689</consentedOrganId> </donorOrgan> <opoOffering> <id>17</id> <facilityName>British Columbia Transplant</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>BC-BCT</facilityCode> <corrCode>90000</corrCode> </opoOffering> <nationalRecipientId>CTR000002</nationalRecipientId> <organRequestId>27</organRequestId> <opoReceiving> <id>17</id> <facilityName>British Columbia Transplant</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>BC-BCT</facilityCode> <corrCode>90000</corrCode> </opoReceiving> <transplantCentre> <id>29</id> <facilityName>St. Paul's Hospital, Providence Health Care</facilityName> <facilityType> <id>1</id> <bizRef>TX_CENTRE</bizRef> </facilityType> <facilityCode>BC-VAN-SPH</facilityCode> <corrCode>90102</corrCode> </transplantCentre> <offerState> <id>3</id> <bizRef>ACCEPTED</bizRef> </offerState> </return> </ns2:updateOfferStateResponse> </soap:Body> </soap:Envelope>