USER SEARCH V003
Service Reference Name: S_USER_SEARCH_V003
General
This service searches for users.
Input
- Operator can be used to search for an exact user matching the provided operator value. Alternatively, not providing an operator but a salesPerson instead searches for a user by the assigned sales person.
Output
- operator
- salesperson
- firstName
- lastName
- phone
- fax
- department
- description
- comment
- hotelsPreferred
- language
Direction
SIHOT.PMS ← IF Partner
Message
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:envgen="http://soapenvelopegenerator.eduardocastro.info/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soapenv:Header />
<soapenv:Body>
<S_USER_SEARCH_V003Request xmlns="http://www.gubse.com/IFS/SihotServices01.xsd"><!--Optional--><TransactionID>string</TransactionID>
<Authentication>
<SecurityID>string</SecurityID>
</Authentication>
<UserSearch><!--Optional--><operator>Base: string minLength: 0 maxLength: 3</operator><!--Optional--><salesperson>Base: string minLength: 0 maxLength: 4</salesperson>
</UserSearch>
</S_USER_SEARCH_V003Request>
</soapenv:Body>
</soapenv:Envelope>
Attributes Message
Name | Type |
---|---|
S_USER_SEARCH_V003Request | |
TransactionID | string |
Authentication | Node |
SecurityID | string |
UserSearch | Node |
operator | Base: string minLength: 0 maxLength: 3 |
salesperson | Base: string minLength: 0 maxLength: 4 |
Response
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:envgen="http://soapenvelopegenerator.eduardocastro.info/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soapenv:Header />
<soapenv:Body>
<S_USER_SEARCH_V003Response xmlns="http://www.gubse.com/IFS/SihotServices01.xsd"><!--Optional--><TransactionID>string</TransactionID>
<Result>
<Success>Base: string Pattern: true or false</Success><!--Optional--><ErrorMsg>string</ErrorMsg><!--Optional--><MSG-LIST><!--Optional--><MSG-ENTRY><!--Optional--><MSG-LEVEL>Base: string Pattern: ERROR or WARNING or INFO</MSG-LEVEL><!--Optional--><MSG-CLASS>string</MSG-CLASS><!--Optional--><MSG-NO>Base: string Pattern: ([0-9])*</MSG-NO><!--Optional--><MSG-TEXT>string</MSG-TEXT><!--Optional--><MSG-ENTRY-PARAM-LIST><!--Optional--><PARAM><!--Optional--><INDEX>Base: string Pattern: ([0-9])*</INDEX><!--Optional--><VALUE>string</VALUE>
</PARAM>
</MSG-ENTRY-PARAM-LIST><!--Optional--><MSG-COMMENT>string</MSG-COMMENT><!--Optional--><MSG-SUPRESSED>string</MSG-SUPRESSED>
</MSG-ENTRY>
</MSG-LIST>
</Result><!--Optional--><Users>
<operator>Base: string minLength: 0 maxLength: 3</operator>
<salesperson>Base: string minLength: 0 maxLength: 4</salesperson>
<firstname>Base: string minLength: 0 maxLength: 64</firstname>
<lastname>Base: string minLength: 0 maxLength: 64</lastname>
<phone>Base: string minLength: 0 maxLength: 30</phone>
<email1>Base: string minLength: 0 maxLength: 100</email1>
<fax>Base: string minLength: 0 maxLength: 30</fax>
<department>Base: string minLength: 0 maxLength: 10</department>
<description>string</description>
<comment>string</comment>
<hotelspreferred>string</hotelspreferred>
<language>Base: string minLength: 0 maxLength: 5</language>
<hotelsallowed>string</hotelsallowed>
</Users>
</S_USER_SEARCH_V003Response>
</soapenv:Body>
</soapenv:Envelope>
Attributes Response
Name | Type |
---|---|
S_USER_SEARCH_V003Response | |
TransactionID | string |
Result | Node |
Success | Base: string Pattern: true or false |
ErrorMsg | string |
MSG-LIST | Node |
MSG-ENTRY | Node |
MSG-LEVEL | Base: string Pattern: ERROR or WARNING or INFO |
MSG-CLASS | string |
MSG-NO | Base: string Pattern: ([0-9])* |
MSG-TEXT | string |
MSG-ENTRY-PARAM-LIST | Node |
PARAM | Node |
INDEX | Base: string Pattern: ([0-9])* |
VALUE | string |
MSG-COMMENT | string |
MSG-SUPRESSED | string |
Users | Node |
operator | Base: string minLength: 0 maxLength: 3 |
salesperson | Base: string minLength: 0 maxLength: 4 |
firstname | Base: string minLength: 0 maxLength: 64 |
lastname | Base: string minLength: 0 maxLength: 64 |
phone | Base: string minLength: 0 maxLength: 30 |
email1 | Base: string minLength: 0 maxLength: 100 |
fax | Base: string minLength: 0 maxLength: 30 |
department | Base: string minLength: 0 maxLength: 10 |
description | string |
comment | string |
hotelspreferred | string |
language | Base: string minLength: 0 maxLength: 5 |
hotelsallowed | string |