POST api/entry/updateBatchUInfo
Request Information
URI Parameters
None.
Body Parameters
EntryBatchUpdateInfoDtoName | Description | Type | Additional information |
---|---|---|---|
EntryId | string |
None. |
|
Curr | string |
None. |
|
Country | string |
None. |
|
DestinationCountry | string |
None. |
|
DistrictCode | string |
None. |
|
DestCode | string |
None. |
|
DutyMode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "entryId": "sample string 1", "curr": "sample string 2", "country": "sample string 3", "destinationCountry": "sample string 4", "districtCode": "sample string 5", "destCode": "sample string 6", "dutyMode": "sample string 7" }
application/xml, text/xml
Sample:
<EntryBatchUpdateInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models"> <Country>sample string 3</Country> <Curr>sample string 2</Curr> <DestCode>sample string 6</DestCode> <DestinationCountry>sample string 4</DestinationCountry> <DistrictCode>sample string 5</DistrictCode> <DutyMode>sample string 7</DutyMode> <EntryId>sample string 1</EntryId> </EntryBatchUpdateInfoDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfStringName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | string |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": "sample string 3", "message": "sample string 4" }
application/xml, text/xml
Sample:
<ReturnResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data>sample string 3</Data> <Message>sample string 4</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfstring>