Sample Soap Request for Method: updateHSPTransplant( WSTransplantInput input )

Request: Add a record for a HEART transplant.

<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:updateHSPTransplant> <arg0> <offerID>303</offerID> <transplantDate>2021-05-06T03:30:00.000-04:00</transplantDate> <donorOrganType> <bizRef>HEART</bizRef> </donorOrganType> <recipientOrganRequestID>306</recipientOrganRequestID> <intendedRecipient>true</intendedRecipient> </arg0> </ctr:updateHSPTransplant> </soapenv:Body> </soapenv:Envelope>

Response: The updated transplant record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updateHSPTransplantResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <recipientTransplantRecordID>73</recipientTransplantRecordID> <nationalRecipientId>CTR000248</nationalRecipientId> <organRequest> <id>306</id> <nationalRecipientId>CTR000248</nationalRecipientId> <organRequired> <id>1</id> <bizRef>HEART</bizRef> </organRequired> <organMedicalStatus> <id>2</id> <bizRef>HEART_4</bizRef> </organMedicalStatus> <status> <id>5</id> <bizRef>TRANSPLANTED</bizRef> </status> <stateReason> <id>24</id> <bizRef>TRANSPLANTED_IN_CTR</bizRef> </stateReason> <statusChangeDateTime>2021-05-11T10:41:07-04:00</statusChangeDateTime> <listDateTime>2021-01-05T14:28:00-05:00</listDateTime> <dwlEligible>false</dwlEligible> <acceptanceCriteria> <id>306</id> <acceptDCD>true</acceptDCD> <acceptHepBCoreAB>false</acceptHepBCoreAB> <acceptHepC>false</acceptHepC> <acceptIncompatibleBloodGroups>false</acceptIncompatibleBloodGroups> <crossMatchRequired>false</crossMatchRequired> <localDonorOnly>false</localDonorOnly> <organRequestId>306</organRequestId> <recipientID>248</recipientID> </acceptanceCriteria> </organRequest> <donorOrganType> <id>101</id> <bizRef>HEART</bizRef> </donorOrganType> <offer> <id>303</id> <lastUpdated>2021-05-11T10:41:07.177-04:00</lastUpdated> <statusChangedDate>2021-05-11T10:41:07-04:00</statusChangedDate> <donorOrgan> <organ> <id>1</id> <bizRef>HEART</bizRef> </organ> <organType> <id>101</id> <bizRef>HEART</bizRef> </organType> <nationalDonorId>CTD001643</nationalDonorId> <consentedOrganId>14865</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>CTR000248</nationalRecipientId> <organRequestId>306</organRequestId> <opoReceiving> <id>23</id> <facilityName>Transplant-Québec</facilityName> <facilityType> <id>3</id> <bizRef>OPO</bizRef> </facilityType> <facilityCode>QC-TQ</facilityCode> <corrCode>40000</corrCode> </opoReceiving> <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> <offerState> <id>3</id> <bizRef>ACCEPTED</bizRef> </offerState> <iposMatchResultID>5680</iposMatchResultID> <rank>1</rank> <offerDuration>00:00</offerDuration> <donorOrganTransplantState> <id>5</id> <bizRef>TRANSPLANTED</bizRef> </donorOrganTransplantState> </offer> <Enbloc>false</Enbloc> <intendedRecipient>true</intendedRecipient> <transplantCenterId>92</transplantCenterId> <transplantDate>2021-05-06T03:30:00-04:00</transplantDate> </return> </ns2:updateHSPTransplantResponse> </soap:Body> </soap:Envelope>