POST Api/Dy/GetSearchDB
Request Information
URI Parameters
None.
Body Parameters
BaseDataRequestName | Description | Type | Additional information |
---|---|---|---|
Data | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Data": "sample string 1" }
application/xml, text/xml
Sample:
<BaseDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PddYunApi.Models"> <Data>sample string 1</Data> </BaseDataRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiBasePageResponseOfStringName | Description | Type | Additional information |
---|---|---|---|
StateCode | StateCodeEnum |
None. |
|
PageCount | integer |
None. |
|
RecordCount | integer |
None. |
|
Message | string |
None. |
|
Data | string |
None. |
|
LastTime | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "StateCode": 0, "PageCount": 1, "RecordCount": 2, "Message": "sample string 3", "Data": "sample string 4", "LastTime": "sample string 5" }
application/xml, text/xml
Sample:
<ApiBasePageResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PddYunApi.Models"> <Data>sample string 4</Data> <LastTime>sample string 5</LastTime> <Message>sample string 3</Message> <PageCount>1</PageCount> <RecordCount>2</RecordCount> <StateCode>Error</StateCode> </ApiBasePageResponseOfstring>