Sample Soap Request for Method: updateNotTransplanted( WsNotTransplantInfo wsNotTransplantInfo )

Request: Update an offer-state reason and offer-state change time.

<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:updateOfferStateHistory> <arg0>170</arg0> <arg1> <id>6</id> <bizRef>CANCELLED_ACCEPTANCE</bizRef> </arg1> <arg2>2021-03-18T14:30:00-04:00</arg2> <arg3> <id>2</id> <bizRef>RECIPIENT_UNAVAILABLE</bizRef> </arg3> </ctr:updateOfferStateHistory> </soapenv:Body> </soapenv:Envelope>

Response: The updated offer-state record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updateOfferStateHistoryResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <nationalDonorId>CTD000217</nationalDonorId> <consentedOrganId>689</consentedOrganId> <organ> <id>1</id> <bizRef>HEART</bizRef> </organ> <organType> <id>101</id> <bizRef>HEART</bizRef> </organType> <offerID>170</offerID> <offerState> <id>6</id> <bizRef>CANCELLED_ACCEPTANCE</bizRef> </offerState> <offerStateTime>2021-03-18T14:30:00-04:00</offerStateTime> <offerStateReasons> <id>2</id> <bizRef>RECIPIENT_UNAVAILABLE</bizRef> </offerStateReasons> </return> <return> <nationalDonorId>CTD000217</nationalDonorId> <consentedOrganId>689</consentedOrganId> <organ> <id>1</id> <bizRef>HEART</bizRef> </organ> <organType> <id>101</id> <bizRef>HEART</bizRef> </organType> <offerID>170</offerID> <offerState> <id>3</id> <bizRef>ACCEPTED</bizRef> </offerState> <offerStateTime>2021-03-18T10:00:00-04:00</offerStateTime> </return> <return> <nationalDonorId>CTD000217</nationalDonorId> <consentedOrganId>689</consentedOrganId> <organ> <id>1</id> <bizRef>HEART</bizRef> </organ> <organType> <id>101</id> <bizRef>HEART</bizRef> </organType> <offerID>170</offerID> <offerState> <id>1</id> <bizRef>PROPOSED</bizRef> </offerState> <offerStateTime>2020-12-31T12:03:06-05:00</offerStateTime> </return> </ns2:updateOfferStateHistoryResponse> </soap:Body> </soap:Envelope>