Not able to see dff in the request payload
Summary:
we are trying to update context based dff using soap web service but in the request payload we are not getting the field we are required to update.
We are using UpdateCustomerAccount operation of the following WSDL: /crmService/CustomerAccountService?WSDL
Request Payload:
<soapenv:Body><typ:updateCustomerAccount><typ:customerAccount><!--Optional:--><cus:CustomerAccountId></cus:CustomerAccountId><!--Optional:--><cus:PartyId></cus:PartyId><!--Optional:--><cus:AccountNumber></cus:AccountNumber><!--Optional:--><cus:CustAcctInformation><!--Optional:--><cus7:CustAccountId></cus7:CustAccountId><cus7:accountHold>?</cus7:accountHold><cus7:dormantFlag>?</cus7:dormantFlag><cus7:__FLEX_Context>Brazil</cus7:__FLEX_Context>
<!--Optional:--><cus7:__FLEX_Context_DisplayValue></cus7:__FLEX_Context_DisplayValue><!--Optional:--><cus7:_FLEX_NumOfSegments></cus7:_FLEX_NumOfSegments></cus:CustAcctInformation><!--Optional:--></typ:customerAccount></typ:updateCustomerAccount></soapenv:Body>