Sample Soap Request for Method: updateRecipientByNationalRecipientId( )

Request: Invalid - Update an existing recipient, update fields to: OnDialysis = null, mostRecentDialysisStartDate = valid date and Pre-Emptive = null
note: recipient current field values : OnDialysis = null, mostRecentDialysisStartDate = null and Pre-Emptive = null

<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>CTR044374</arg0> <arg1> <onDialysis/> <mostRecentDialysisStartDate>2021-08-13-04:00</mostRecentDialysisStartDate> </arg1> </ctr:updateRecipientByNationalRecipientId> </soapenv:Body> </soapenv:Envelope>

Response: the CTR recipient records

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>Method: updateRecipientByNationalRecipientId; SoapLogID: 1348437; Data element [ON Dialysis] error [The recipient field 'ONDialysis' is FALSE or NULL while the field 'MostRecentDialysisStartDate' is set.] ErrorID: data.error.StringFormat; Msg: Data element [ON Dialysis] error [The recipient field 'ONDialysis' is FALSE or NULL while the field 'MostRecentDialysisStartDate' is set.] ; MsgHtml: Data element [ON Dialysis] error [The recipient field 'ONDialysis' is FALSE or NULL while the field 'MostRecentDialysisStartDate' is set.] ; </faultstring> </soap:Fault> </soap:Body> </soap:Envelope>