30 lines
856 B
XML
30 lines
856 B
XML
<!-- _EnvelopeHeader.xml -->
|
|
<rr:Authentication xmlns:rr="http://reynoldsandrey.com/">
|
|
<!-- Required system identifier -->
|
|
{{#PPSysId}}
|
|
<rr:PPSysId>{{PPSysId}}</rr:PPSysId>
|
|
{{/PPSysId}}
|
|
|
|
<!-- Dealer / Store / Branch numbers (optional but strongly recommended) -->
|
|
{{#DealerNumber}}
|
|
<rr:DealerNumber>{{DealerNumber}}</rr:DealerNumber>
|
|
{{/DealerNumber}}
|
|
|
|
{{#StoreNumber}}
|
|
<rr:StoreNumber>{{StoreNumber}}</rr:StoreNumber>
|
|
{{/StoreNumber}}
|
|
|
|
{{#BranchNumber}}
|
|
<rr:BranchNumber>{{BranchNumber}}</rr:BranchNumber>
|
|
{{/BranchNumber}}
|
|
|
|
<!-- Basic user credentials (always required) -->
|
|
<rr:Username>{{Username}}</rr:Username>
|
|
<rr:Password>{{Password}}</rr:Password>
|
|
|
|
<!-- Optional custom correlation token -->
|
|
{{#CorrelationId}}
|
|
<rr:CorrelationId>{{CorrelationId}}</rr:CorrelationId>
|
|
{{/CorrelationId}}
|
|
</rr:Authentication>
|