passerelle/tests/data/toulouse_maelis/Q_create_update_quotient.xml

24 lines
970 B
XML

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header>
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken>
<wsse:Username>maelis-webservice</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">maelis-password</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soap-env:Header>
<soap-env:Body>
<ns0:createUpdateQuotient xmlns:ns0="family.ws.maelis.sigec.com">
<dossierNumber>1312</dossierNumber>
<personNumber>613878</personNumber>
<quotient>
<yearRev>2021</yearRev>
<dateStart>2022-10-01</dateStart>
<dateEnd>2023-01-31</dateEnd>
<mtt>1500.33</mtt>
<cdquo>QS</cdquo>
</quotient>
</ns0:createUpdateQuotient>
</soap-env:Body>
</soap-env:Envelope>