POLICELIST ADD V001
Service Reference Name: S_POLICELIST_ADD_V001
General
This service modifies a specific police-list entry.
Input
- POLICELIST-OBJID: ObjID of the police-list entry, which can be obtained from defined services. Mandatory
- All data to be modified
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_POLICELIST_ADD_V001Request xmlns="http://www.gubse.com/IFS/SihotServices01.xsd"><!--Optional--><TransactionID>string</TransactionID>
<Authentication>
<SecurityID>string</SecurityID>
</Authentication>
<Person>
<PERSON-OBJID>Base: string Pattern: ([0-9])*</PERSON-OBJID>
</Person>
<PoliceList><!--Optional--><address>string</address><!--Optional--><name1>string</name1><!--Optional--><name2>Base: string minLength: 0 maxLength: 100</name2><!--Optional--><street>Base: string minLength: 0 maxLength: 50</street><!--Optional--><postcode>Base: string minLength: 0 maxLength: 15</postcode><!--Optional--><city>Base: string minLength: 0 maxLength: 50</city><!--Optional--><country>string</country><!--Optional--><subcountry>string</subcountry><!--Optional--><subsubcountry>string</subsubcountry><!--Optional--><region>Base: string minLength: 0 maxLength: 3</region><!--Optional--><nationality>Base: string minLength: 0 maxLength: 9</nationality><!--Optional--><birthdate>Base: string Pattern: ([0-9]{4})-([0-9]{2})-([0-9]{2})|</birthdate><!--Optional--><placeofbirth>Base: string minLength: 0 maxLength: 50</placeofbirth><!--Optional--><birthcountry>Base: string minLength: 0 maxLength: 9</birthcountry><!--Optional--><passportno>Base: string minLength: 0 maxLength: 20</passportno><!--Optional--><passportdate>Base: string Pattern: ([0-9]{4})-([0-9]{2})-([0-9]{2})|</passportdate><!--Optional--><passporttype>Base: string minLength: 0 maxLength: 10</passporttype><!--Optional--><cardnumber>Base: string minLength: 0 maxLength: 20</cardnumber><!--Optional--><cardexpiry>Base: string Pattern: ([0-9]{4})-([0-9]{2})-([0-9]{2})|</cardexpiry><!--Optional--><border>Base: string minLength: 0 maxLength: 30</border><!--Optional--><borderstation>Base: string minLength: 0 maxLength: 50</borderstation><!--Optional--><bordertown>Base: string minLength: 0 maxLength: 50</bordertown><!--Optional--><nameofmother>Base: string minLength: 0 maxLength: 100</nameofmother><!--Optional--><nameoffather>Base: string minLength: 0 maxLength: 100</nameoffather><!--Optional--><nn1>Base: string minLength: 0 maxLength: 80</nn1><!--Optional--><nn2>Base: string minLength: 0 maxLength: 80</nn2><!--Optional--><identno1>string</identno1><!--Optional--><identno2>string</identno2><!--Optional--><identno3>string</identno3><!--Optional--><identno4>string</identno4><!--Optional--><identno5>string</identno5><!--Optional--><identtype1>string</identtype1><!--Optional--><identtype2>string</identtype2><!--Optional--><identtype3>string</identtype3><!--Optional--><identtype4>string</identtype4><!--Optional--><identtype5>string</identtype5>
</PoliceList>
</S_POLICELIST_ADD_V001Request>
</soapenv:Body>
</soapenv:Envelope>
Attributes Message
Name | Type |
---|---|
S_POLICELIST_ADD_V001Request | |
TransactionID | string |
Authentication | Node |
SecurityID | string |
Person | Node |
PERSON-OBJID | Base: string Pattern: ([0-9])* |
PoliceList | Node |
address | string |
name1 | string |
name2 | Base: string minLength: 0 maxLength: 100 |
street | Base: string minLength: 0 maxLength: 50 |
postcode | Base: string minLength: 0 maxLength: 15 |
city | Base: string minLength: 0 maxLength: 50 |
country | string |
subcountry | string |
subsubcountry | string |
region | Base: string minLength: 0 maxLength: 3 |
nationality | Base: string minLength: 0 maxLength: 9 |
birthdate | Base: string Pattern: ([0-9]{4})-([0-9]{2})-([0-9]{2}) |
placeofbirth | Base: string minLength: 0 maxLength: 50 |
birthcountry | Base: string minLength: 0 maxLength: 9 |
passportno | Base: string minLength: 0 maxLength: 20 |
passportdate | Base: string Pattern: ([0-9]{4})-([0-9]{2})-([0-9]{2}) |
passporttype | Base: string minLength: 0 maxLength: 10 |
cardnumber | Base: string minLength: 0 maxLength: 20 |
cardexpiry | Base: string Pattern: ([0-9]{4})-([0-9]{2})-([0-9]{2}) |
border | Base: string minLength: 0 maxLength: 30 |
borderstation | Base: string minLength: 0 maxLength: 50 |
bordertown | Base: string minLength: 0 maxLength: 50 |
nameofmother | Base: string minLength: 0 maxLength: 100 |
nameoffather | Base: string minLength: 0 maxLength: 100 |
nn1 | Base: string minLength: 0 maxLength: 80 |
nn2 | Base: string minLength: 0 maxLength: 80 |
identno1 | string |
identno2 | string |
identno3 | string |
identno4 | string |
identno5 | string |
identtype1 | string |
identtype2 | string |
identtype3 | string |
identtype4 | string |
identtype5 | string |
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_POLICELIST_ADD_V001Response 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>
</S_POLICELIST_ADD_V001Response>
</soapenv:Body>
</soapenv:Envelope>
Attributes Response
Name | Type |
---|---|
S_POLICELIST_ADD_V001Response | |
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 |