POST api/Common/UpdateName
Request Information
URI Parameters
None.
Body Parameters
EntFetchMethodNameConfigure| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Type | string |
None. |
|
| MethodName | string |
None. |
|
| Usd1 | string |
None. |
|
| Usd2 | string |
None. |
|
| Usd3 | string |
None. |
|
| Usd4 | string |
None. |
|
| Usd5 | string |
None. |
|
| Date | date |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Type": "sample string 2",
"MethodName": "sample string 3",
"Usd1": "sample string 4",
"Usd2": "sample string 5",
"Usd3": "sample string 6",
"Usd4": "sample string 7",
"Usd5": "sample string 8",
"Date": "2026-08-29T02:32:44.7434589+08:00",
"PageSize": 9,
"PageIndex": 10,
"TotalCount": 11
}
application/xml, text/xml
Sample:
<EntFetchMethodNameConfigure 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">10</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">9</PageSize> <TotalCount xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">11</TotalCount> <Date>2026-08-29T02:32:44.7434589+08:00</Date> <Id>1</Id> <MethodName>sample string 3</MethodName> <Type>sample string 2</Type> <Usd1>sample string 4</Usd1> <Usd2>sample string 5</Usd2> <Usd3>sample string 6</Usd3> <Usd4>sample string 7</Usd4> <Usd5>sample string 8</Usd5> </EntFetchMethodNameConfigure>
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.