go back Home

lockInfo

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<lockInfo lockDate="..." lockId="..." lockList="..." lockType="..." userId="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"__type":"lockInfo","lockDate":"...","lockId":"...","lockList":"...","lockType":"...","userId":"..."}

Fields

name type
lockDate Date
lockId String
lockList String[]
lockType String
userId String