Global Teach - Services

<back to all web services

ValidateUserProperties

The following routes are available for this service:
All Verbs/svc/validateUserProperties
POST/svc/ValidateUserProperties

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

HTTP + XML

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

POST /xml/reply/ValidateUserProperties HTTP/1.1 
Host: www.magentatelekom-academy.at 
Content-Type: application/xml
Content-Length: length

<ValidateUserProperties xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Twi.Gt.Lms.ServiceModel">
  <ConfigName>String</ConfigName>
  <DomainId>0</DomainId>
  <Email>String</Email>
  <EmailAndEmail2>String</EmailAndEmail2>
  <NatoUsername>String</NatoUsername>
  <Personalnummer>String</Personalnummer>
  <Sozialversicherungsnummer>String</Sozialversicherungsnummer>
  <UserId>0</UserId>
  <UserName>String</UserName>
</ValidateUserProperties>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ValidationSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Twi.Gt.Lms.ServiceModel.Types">
  <Results>
    <ValidationResult>
      <Code>String</Code>
      <Message>String</Message>
      <PropertyName>String</PropertyName>
      <Status>Success</Status>
    </ValidationResult>
  </Results>
</ValidationSummary>