POST basgoods/export
Request Information
URI Parameters
None.
Body Parameters
SearchRequestName | Description | Type | Additional information |
---|---|---|---|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
items | Collection of FilterItem |
None. |
Request Formats
application/json, text/json
Sample:
{ "items": [ { "name": "sample string 1", "operator": 0, "value": {} }, { "name": "sample string 1", "operator": 0, "value": {} } ], "pageSize": 1, "pageIndex": 2 }
application/xml, text/xml
Sample:
<SearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model.Search"> <PageIndex>2</PageIndex> <PageSize>1</PageSize> </SearchRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfDataTableName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | DataTable |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": null, "message": "sample string 3" }
application/xml, text/xml
Sample:
<ReturnResultOfDataTableymujubN2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data i:nil="true" /> <Message>sample string 3</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfDataTableymujubN2>