POST api/transferType/HeadSave
Request Information
URI Parameters
None.
Body Parameters
EntGoldenBusTurnConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| OperatingLink | string |
None. |
|
| State | integer |
None. |
|
| Remark | string |
None. |
|
| DisplayIndex | integer |
None. |
|
| Code | string |
None. |
|
| CreateDate | date |
None. |
|
| Createuser | string |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateUser | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "1",
"operatingLink": "sample string 2",
"state": 3,
"remark": "sample string 4",
"displayIndex": 5,
"code": "sample string 6",
"createDate": "2025-12-16 02:36:21",
"createuser": "sample string 7",
"updateTime": "2025-12-16 02:36:21",
"updateUser": "sample string 8",
"pageSize": 9,
"pageIndex": 10,
"totalCount": 11
}
application/xml, text/xml
Sample:
<EntGoldenBusTurnConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>10</PageIndex> <PageSize>9</PageSize> <TotalCount>11</TotalCount> <Code>sample string 6</Code> <CreateDate>2025-12-16T02:36:21.542478+08:00</CreateDate> <Createuser>sample string 7</Createuser> <DisplayIndex>5</DisplayIndex> <Id>1</Id> <OperatingLink>sample string 2</OperatingLink> <Remark>sample string 4</Remark> <State>3</State> <UpdateTime>2025-12-16T02:36:21.542478+08:00</UpdateTime> <UpdateUser>sample string 8</UpdateUser> </EntGoldenBusTurnConfig>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": 3,
"message": "sample string 4"
}
application/xml, text/xml
Sample:
<ReturnResultOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data>3</Data> <Message>sample string 4</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfint>