POST api/CustomsTime/Update
Request Information
URI Parameters
None.
Body Parameters
EntTgBusinessConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TransMode | string |
None. |
|
| TransName | string |
None. |
|
| AgentCode | string |
None. |
|
| AgentName | string |
None. |
|
| Limitation | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"transMode": "sample string 2",
"transName": "sample string 3",
"agentCode": "sample string 4",
"agentName": "sample string 5",
"limitation": 6,
"pageSize": 7,
"pageIndex": 8,
"totalCount": 9
}
application/xml, text/xml
Sample:
<EntTgBusinessConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>8</PageIndex> <PageSize>7</PageSize> <TotalCount>9</TotalCount> <AgentCode>sample string 4</AgentCode> <AgentName>sample string 5</AgentName> <Id>1</Id> <Limitation>6</Limitation> <TransMode>sample string 2</TransMode> <TransName>sample string 3</TransName> </EntTgBusinessConfig>
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>