Hello Web Services

<back to all web services

UserReplacementRequest

To override the Content-type in your clients HTTP Accept Header, append the .soap11 suffix or ?format=soap11

HTTP + SOAP11

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap11 HTTP/1.1 
Host: dinumero.modernekonomi.se 
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: UserReplacementRequest

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<UserReplacementRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dinumero.Dto.UserReplacement">
  <FromDate>0001-01-01T00:00:00</FromDate>
  <GivenNr>0</GivenNr>
  <ReplacingUserId>0</ReplacingUserId>
  <ToDate>0001-01-01T00:00:00</ToDate>
  <UserId>0</UserId>
</UserReplacementRequest>

    </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<UserReplacementViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dinumero.Dto.UserReplacement">
  <Created>0001-01-01T00:00:00</Created>
  <FromDate>0001-01-01T00:00:00</FromDate>
  <GivenNr>0</GivenNr>
  <ReplacingUser xmlns:d2p1="http://schemas.datacontract.org/2004/07/Dinumero.Dto.AttachedFile">
    <d2p1:_x003C_Email_x003E_k__BackingField>String</d2p1:_x003C_Email_x003E_k__BackingField>
    <d2p1:_x003C_FullName_x003E_k__BackingField>String</d2p1:_x003C_FullName_x003E_k__BackingField>
    <d2p1:_x003C_Id_x003E_k__BackingField>0</d2p1:_x003C_Id_x003E_k__BackingField>
  </ReplacingUser>
  <ToDate>0001-01-01T00:00:00</ToDate>
  <User xmlns:d2p1="http://schemas.datacontract.org/2004/07/Dinumero.Dto.AttachedFile">
    <d2p1:_x003C_Email_x003E_k__BackingField>String</d2p1:_x003C_Email_x003E_k__BackingField>
    <d2p1:_x003C_FullName_x003E_k__BackingField>String</d2p1:_x003C_FullName_x003E_k__BackingField>
    <d2p1:_x003C_Id_x003E_k__BackingField>0</d2p1:_x003C_Id_x003E_k__BackingField>
  </User>
</UserReplacementViewModel>

    </soap:Body>
</soap:Envelope>