POST api/Common/SetTaskinfo
Request Information
URI Parameters
None.
Body Parameters
EntFetchCustomerThread| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| selTradeCode | string |
None. |
|
| selTradeCodeNameCn | string |
None. |
|
| Type | string |
None. |
|
| Status | string |
None. |
|
| Createdate | date |
None. |
|
| Usd1 | string |
None. |
|
| Usd2 | string |
None. |
|
| Startdate | date |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"selTradeCode": "sample string 2",
"selTradeCodeNameCn": "sample string 3",
"Type": "sample string 4",
"Status": "sample string 5",
"Createdate": "2026-08-29T02:32:45.3086177+08:00",
"Usd1": "sample string 6",
"Usd2": "sample string 7",
"Startdate": "2026-08-29T02:32:45.3086177+08:00",
"PageSize": 8,
"PageIndex": 9,
"TotalCount": 10
}
application/xml, text/xml
Sample:
<EntFetchCustomerThread xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models"> <PageIndex>9</PageIndex> <PageSize>8</PageSize> <TotalCount>10</TotalCount> <Createdate>2026-08-29T02:32:45.3086177+08:00</Createdate> <Id>1</Id> <Startdate>2026-08-29T02:32:45.3086177+08:00</Startdate> <Status>sample string 5</Status> <Type>sample string 4</Type> <Usd1>sample string 6</Usd1> <Usd2>sample string 7</Usd2> <selTradeCode>sample string 2</selTradeCode> <selTradeCodeNameCn>sample string 3</selTradeCodeNameCn> </EntFetchCustomerThread>
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.