POST api/transferType/HeadSave
Request Information
URI Parameters
None.
Body Parameters
EntGoldenBusTurnConfigName | 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": "2024-11-21 16:55:51", "createuser": "sample string 7", "updateTime": "2024-11-21 16:55:51", "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>2024-11-21T16:55:51.6479528+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>2024-11-21T16:55:51.6479528+08:00</UpdateTime> <UpdateUser>sample string 8</UpdateUser> </EntGoldenBusTurnConfig>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfInt32Name | 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>