Skip to content

Instantly share code, notes, and snippets.

@treffynnon
Forked from hugowan/manifest.xml
Created April 14, 2016 01:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save treffynnon/4af93adaf26d4f98439cd15608728314 to your computer and use it in GitHub Desktop.
Save treffynnon/4af93adaf26d4f98439cd15608728314 to your computer and use it in GitHub Desktop.
auspost maninfest xml
<?xml version="1.0" encoding="UTF-8"?>
<PCMS xmlns="http://www.auspost.com.au/xml/pcms">
<SendPCMSManifest>
<header>
<TransactionDateTime>2010>01-13T16:30:00.0Z</TransactionDateTime>
<TransactionId>1</TransactionId>
<TransactionSequence>1</TransactionSequence>
<ApplicationId>MERCHANT</ApplicationId>
</header>
<body>
<PCMSManifest>
<MerchantLocationId>AV123</MerchantLocationId>
<ManifestNumber>1</ManifestNumber>
<DateSubmitted>2010-01-13T16:30:00.0Z</DateSubmitted>
<DateLodged>2010-01-13T16:30:00.0Z</DateLodged>
<PCMSConsignment>
<ConsignmentNumber>AV1230022647</ConsignmentNumber>
<ChargeCode>S1</ChargeCode>
<AdditionalServices>
<ServiceCodeGroup>
<ServiceCodes>
<ServiceCode>109</ServiceCode>
</ServiceCodes>
<ServiceCodes>
<ServiceCode>104</ServiceCode>
<ServiceQualier>
<ServiceAttributeName>DEL_DATE</ServiceAttributeName>
<Date>2011-07-17</Date>
</ServiceQualier>
</ServiceCodes>
<ServiceCodes>
<ServiceCode>105</ServiceCode>
<ServiceQualier>
<ServiceAttributeName>DEL_TIME</ServiceAttributeName>
<TimePeriod>
<StartTime>07:00:00</StartTime>
<EndTime>12:00:00</EndTime>
</TimePeriod>
<TimePeriod>
<StartTime>12:00:00</StartTime>
<EndTime>17:00:00</EndTime>
</TimePeriod>
</ServiceQualier>
</ServiceCodes>
</ServiceCodeGroup>
</AdditionalServices>
<InternalChargebackAccount>Finance</InternalChargebackAccount>
<ReferenceNo1>Job #1</ReferenceNo1>
<ReferenceNo2>Invoice #1</ReferenceNo2>
<DeliveryName>A Post</DeliveryName>
<DeliveryCompanyName>Australia Post</DeliveryCompanyName>
<EmailNotication>Y</EmailNoti cation>
<BusinessPartnerID>1000000011</BusinessPartnerID>
<DeliveryAddressLine1>Reception</DeliveryAddressLine1>
<DeliveryAddressLine2>Level 10</DeliveryAddressLine2>
<DeliveryAddressLine3>111 Bourke St</DeliveryAddressLine3>
<DeliveryAddressLine4>Near corner of Exhibition St</DeliveryAddressLine4>
<DeliveryPhoneNumber>+61391060000</DeliveryPhoneNumber>
<DeliveryEmailAddress>a.post@auspost.com.au</DeliveryEmailAddress>
<DeliverySuburb>Melbourne</DeliverySuburb>
<DeliveryStateCode>VIC</DeliveryStateCode>
<DeliveryPostcode>3000</DeliveryPostcode>
<DeliveryPointIdenti er>234545</DeliveryPointIdenti er>
<DeliveryCountryCode>AU</DeliveryCountryCode>
<DeliveryInstructions>Drop o at reception</DeliveryInstructions>
<IsInternationalDelivery>false</IsInternationalDelivery>
<ReturnName>B Post</ReturnName>
<ReturnAddressLine1>Reception</ReturnAddressLine1>
<ReturnAddressLine2>Ground Floor</ReturnAddressLine2>
<ReturnAddressLine3>111 Bourke St</ReturnAddressLine3>
<ReturnAddressLine4>Near corner of Exhibition St</ReturnAddressLine4>
<ReturnSuburb>Melbourne</ReturnSuburb>
<ReturnStateCode>VIC</ReturnStateCode>
<ReturnPostcode>3000</ReturnPostcode>
<ReturnCountryCode>AU</ReturnCountryCode>
<CreatedDateTime>2010-01-13T16:18:32.106+11:00</CreatedDateTime>
<PostChargeToAccount>6616510</PostChargeToAccount>
<IsSignatureRequired>Y</IsSignatureRequired>
<CTCAmount>0.00</CTCAmount>
<DeliverPartConsignment>N</DeliverPartConsignment>
<ContainsDangerousGoods>false</ContainsDangerousGoods>
<ProfileId>PT_01</ProfileId>
<PCMSDomesticArticle>
<ArticleNumber>AV123002264701000080208</ArticleNumber>
<BarcodeArticleNumber> 019931265099999891AV123002264701000080208|4203000|9212345678|8008140214121212</BarcodeArticleNumber>
<Length>12</Length>
<Width>14</Width>
<Height>16</Height>
<ActualWeight>0.5</ActualWeight>
<CubicWeight>0.67</CubicWeight>
<ArticleDescription>Article 1</ArticleDescription>
<IsTransitCoverRequired>Y</IsTransitCoverRequired>
<TransitCoverAmount>100.00</TransitCoverAmount>
<ContentsItem>
<GoodsDescription>Goods 1</GoodsDescription>
<Weight>0.5</Weight>
<Quantity>1</Quantity>
<UnitValue>100.00</UnitValue>
<Value>100</Value>
</ContentsItem>
</PCMSDomesticArticle>
</PCMSConsignment>
</PCMSManifest>
</body>
</SendPCMSManifest>
</PCMS>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment