Sample Soap Request for Method: updateRecipientAcceptanceCriteriaByNationalRecipientId()

Request: Update a recipient's organ request acceptance criteria record, add age criteria.

<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:updateRecipientAcceptanceCriteriaByNationalRecipientId> <arg0>CTR000002</arg0> <arg1> <organRequestId>27</organRequestId> <acceptIncompatibleBloodGroups>true</acceptIncompatibleBloodGroups> <minAge>2</minAge> <maxAge>12</maxAge> <waitlistComments>updated: added age criteria</waitlistComments> </arg1> </ctr:updateRecipientAcceptanceCriteriaByNationalRecipientId> </soapenv:Body> </soapenv:Envelope>

Response: the updated a organ request acceptance criteria record

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updateRecipientAcceptanceCriteriaByNationalRecipientIdResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>27</id> <acceptDCD>true</acceptDCD> <acceptHepBCoreAB>false</acceptHepBCoreAB> <acceptHepC>false</acceptHepC> <acceptIncompatibleBloodGroups>true</acceptIncompatibleBloodGroups> <crossMatchRequired>false</crossMatchRequired> <localDonorOnly>false</localDonorOnly> <maxAge>12</maxAge> <minAge>2</minAge> <organRequestId>27</organRequestId> <recipientID>2</recipientID> <waitlistComments>updated: added age criteria</waitlistComments> </return> </ns2:updateRecipientAcceptanceCriteriaByNationalRecipientIdResponse> </soap:Body> </soap:Envelope>