GET api/entry/getPopCiqDeclareInfo?entryId={entryId}&headId={headId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
entryId

string

Required

headId

string

Required

Body Parameters

None.

Response Information

Resource Description

ReturnResultOfTgBusinessHeadDto
NameDescriptionTypeAdditional information
Status

integer

None.

Success

boolean

None.

Data

TgBusinessHeadDto

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "success": true,
  "data": {
    "guid": 1,
    "domesticConsigneeEname": "sample string 2",
    "overseasConsignorCname": "sample string 3",
    "overseasConsignorAddr": "sample string 4",
    "cmplDschrgDt": "sample string 5"
  },
  "message": "sample string 3"
}

application/xml, text/xml

Sample:
<ReturnResultOfTgBusinessHeadDtoRQSQnm1E xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models.Dto.Entry">
    <d2p1:CmplDschrgDt>sample string 5</d2p1:CmplDschrgDt>
    <d2p1:DomesticConsigneeEname>sample string 2</d2p1:DomesticConsigneeEname>
    <d2p1:Guid>1</d2p1:Guid>
    <d2p1:OverseasConsignorAddr>sample string 4</d2p1:OverseasConsignorAddr>
    <d2p1:OverseasConsignorCname>sample string 3</d2p1:OverseasConsignorCname>
  </Data>
  <Message>sample string 3</Message>
  <Status>1</Status>
  <Success>true</Success>
</ReturnResultOfTgBusinessHeadDtoRQSQnm1E>