<back to all web services
DocumentsAdmin_GetList
The following routes are available for this service:POST | /DocumentsAdmin_GetList | | |
---|
DocumentsAdmin_GetList Parameters:Name | Parameter | Data Type | Required | Description |
---|
start_date | body | DateTime | No | |
end_date | body | DateTime | No | |
filters | body | List<DocumentsFilter> | No | |
status_change_off | body | bool | No | |
get_document | body | bool | No | |
use_updateDate | body | bool | No | |
document_type | body | string | No | |
company | body | string | No | |
offset | body | int | No | |
limit | body | int | No | |
at_pages | body | bool | No | |
DocumentsFilter Parameters:Name | Parameter | Data Type | Required | Description |
---|
name | form | string | No | |
operation | form | string | No | |
value | form | string | No | |
range | form | DocumentsFilterRange | No | |
inValues | form | List<string> | No | |
DocumentsFilterRange Parameters:Name | Parameter | Data Type | Required | Description |
---|
min | form | string | No | |
max | form | string | No | |
To override the Content-type in your clients, use the 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 /DocumentsAdmin_GetList HTTP/1.1
Host: wbs.e-teleport.ru
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<DocumentsAdmin_GetList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TeleportService.ServiceModel">
<at_pages>false</at_pages>
<company>String</company>
<document_type>String</document_type>
<end_date>0001-01-01T00:00:00</end_date>
<filters>
<DocumentsFilter>
<inValues xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>String</d4p1:string>
</inValues>
<name>String</name>
<operation>String</operation>
<range>
<max>String</max>
<min>String</min>
</range>
<value>String</value>
</DocumentsFilter>
</filters>
<get_document>false</get_document>
<limit>0</limit>
<offset>0</offset>
<start_date>0001-01-01T00:00:00</start_date>
<status_change_off>false</status_change_off>
<use_updateDate>false</use_updateDate>
</DocumentsAdmin_GetList>