Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AddressLine key does not appear in track response #335

Open
diloabininyeri opened this issue Dec 27, 2021 · 0 comments
Open

AddressLine key does not appear in track response #335

diloabininyeri opened this issue Dec 27, 2021 · 0 comments

Comments

@diloabininyeri
Copy link

diloabininyeri commented Dec 27, 2021

AddressLine key does not appear in track response
I can get a response but unfortunately, I can't get this key

my code is below
Request code

<?xml version="1.0"?>
<AccessRequest xml:lang="en-US">
  <AccessLicenseNumber>*****</AccessLicenseNumber>
  <UserId>*****</UserId>
  <Password>*****</Password>
</AccessRequest>
<?xml version="1.0"?>
<TrackRequest xml:lang="en-US">
  <Request>
    <TransactionReference/>
    <RequestAction>Track</RequestAction>
    <RequestOption>activity</RequestOption>
  </Request>
  <TrackingNumber>*****</TrackingNumber>
</TrackRequest>

Response Code

<Package>
            <TrackingNumber>*****</TrackingNumber>
            <DeliveryIndicator>Y</DeliveryIndicator>
            <DeliveryDate>20211222</DeliveryDate>
            <Activity>
                <ActivityLocation>
                    <Address>
                         <!-- AdressLine should be showing on this line -->
                        <City>MODENA MO</City>
                        <PostalCode>41121</PostalCode>
                        <CountryCode>IT</CountryCode>
                    </Address>
                    <SignedForByName>all mobile</SignedForByName>
                </ActivityLocation>
                <Status>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant