POST api/Common/SetLoginErrorinfo
Request Information
URI Parameters
None.
Body Parameters
EntFetchCustomerErrorlog| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| selTradeCode | string |
None. |
|
| selTradeCodeRedit | string |
None. |
|
| selTradeCodeNameCn | string |
None. |
|
| Usd1 | string |
None. |
|
| Usd2 | string |
None. |
|
| Usd3 | string |
None. |
|
| Usd4 | string |
None. |
|
| Usd5 | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"selTradeCode": "sample string 2",
"selTradeCodeRedit": "sample string 3",
"selTradeCodeNameCn": "sample string 4",
"Usd1": "sample string 5",
"Usd2": "sample string 6",
"Usd3": "sample string 7",
"Usd4": "sample string 8",
"Usd5": "sample string 9",
"PageSize": 10,
"PageIndex": 11,
"TotalCount": 12
}
application/xml, text/xml
Sample:
<EntFetchCustomerErrorlog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models.Fetch"> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">11</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">10</PageSize> <TotalCount xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">12</TotalCount> <Id>1</Id> <Usd1>sample string 5</Usd1> <Usd2>sample string 6</Usd2> <Usd3>sample string 7</Usd3> <Usd4>sample string 8</Usd4> <Usd5>sample string 9</Usd5> <selTradeCode>sample string 2</selTradeCode> <selTradeCodeNameCn>sample string 4</selTradeCodeNameCn> <selTradeCodeRedit>sample string 3</selTradeCodeRedit> </EntFetchCustomerErrorlog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.