test(ti intergration): added the place holder for intergration of comments for customer
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
meta {
|
||||||
|
name: ti Intergration
|
||||||
|
type: http
|
||||||
|
seq: 3
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: {{urlv2}}/api/notify/tiTrigger
|
||||||
|
body: none
|
||||||
|
auth: inherit
|
||||||
|
}
|
||||||
|
|
||||||
|
settings {
|
||||||
|
encodeUrl: true
|
||||||
|
timeout: 0
|
||||||
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
vars {
|
vars {
|
||||||
url: http://localhost:4200
|
url: https://usflo1prod.alpla.net
|
||||||
session_cookie:
|
session_cookie:
|
||||||
urlv2: http://usmcd1vms036:3000
|
urlv2: http://usbow1vms006:3000
|
||||||
jwtV2:
|
jwtV2:
|
||||||
userID:
|
userID:
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -76,22 +76,24 @@ export let xmlPayloadTI = `
|
|||||||
<Date type="latest">[deliveryDate]</Date>
|
<Date type="latest">[deliveryDate]</Date>
|
||||||
</Dates>
|
</Dates>
|
||||||
<Address type="" isResidential="" isPrimary="false">
|
<Address type="" isResidential="" isPrimary="false">
|
||||||
<LocationCode/>
|
<LocationCode/>
|
||||||
<Name>[customerName]</Name>
|
<Name>[customerName]</Name>
|
||||||
<AddrLine1>[customerStreetAddress]</AddrLine1>
|
<AddrLine1>[customerStreetAddress]</AddrLine1>
|
||||||
<AddrLine2/>
|
<AddrLine2/>
|
||||||
<City>[customerCity]</City>
|
<City>[customerCity]</City>
|
||||||
<StateProvince>[customerState]</StateProvince>
|
<StateProvince>[customerState]</StateProvince>
|
||||||
<PostalCode>[customerZip]</PostalCode>
|
<PostalCode>[customerZip]</PostalCode>
|
||||||
<CountryCode>USA</CountryCode>
|
<CountryCode>USA</CountryCode>
|
||||||
<Contacts>
|
<Contacts>
|
||||||
<Contact type="">
|
<Contact type="">
|
||||||
<Name/>
|
<Name/>
|
||||||
<ContactMethods>
|
<ContactMethods>
|
||||||
<ContactMethod sequenceNum="1" type="phone">800-555-1122</ContactMethod>
|
<ContactMethod sequenceNum="1" type="phone">800-555-1122</ContactMethod>
|
||||||
</ContactMethods>
|
</ContactMethods>
|
||||||
</Contact>
|
</Contact>
|
||||||
</Contacts>
|
</Contacts>
|
||||||
|
<!-- Delivery Comments -->
|
||||||
|
<!-- <Comments>[customerSpecificInstructions]</Comments> -->
|
||||||
</Address>
|
</Address>
|
||||||
<Shipments>
|
<Shipments>
|
||||||
<ReferenceNumbers>
|
<ReferenceNumbers>
|
||||||
|
|||||||
Reference in New Issue
Block a user