Parsing XML data in a function code block

So as a result of a recent post, I am now trying my hand at functions and things are going… ok so far, I think. :grimacing:
I have hit a snag though, My code goes and grabs some XML from a url, no issues there I don’t think, but I cannot parse the response.

Normally in VS or VScode I would use System.XML.Linq and parse to an XDocument and go from there but I cannot figure out how to reference anything that is not available in the References > Assemblies > Add window and this is not in there.

Is it possible to import other System assemblies or am I stuck with what’s there.
And if I am stuck with the selection available, any suggestions?
Any pointers on my Journey to Function Mediocracy is greatly appreciated.

P.S. @klincecum this is all your fault, just sayin’

2 Likes

System.Xml is already referenced.

I’ll show you tomorrow if you don’t figure it out before then.

2 Likes

Strange, when I try to use it, it says are you missing a reference, even if I explicitly type the whole thing out.

Yes you go enjoy your evening good sir and I will keep tinkering in the mean time. :+1:

well dang it, it just bloody works, sent myself down a rabbit hole there and should have just had faith.

1 Like

Well what do you know, I figured it out and got my first useful kinetic function working.

Just a simple one but was a good little exercise. Grabs exchange rates from our banks api that returns an XML file, parse that, grab the rates, populate a currExRate tableset and call UpdateExt on the BO.

Now we can import exchange rates on whatever schedule we like :slight_smile:

Thanks for the pointers

4 Likes

Feel free to share your example

I can share the broad strokes but not the specifics of how I got the data from the bank and parsed it as that will be specific to each bank \ online exchange rate API you wanted to use and the data that it returns, XML in my case but could be JSON.
But once I have the XML, I parsed it and extracted the values I needed to an array of strings to hold all the info I needed for the 5 currencies we deal in.
Then a foreach loop through that to add rows to a Erp.Tablesets.CurrExRate I defined in the variables in the function.
Once all the data I needed is in the table, I dragged in an Invoke BO block and configured it to call UpdateExt on the tableset.
I then set up a schedule to run at 8:30am (our bank updates rates just after 8am) and assigned the function to that.

Like I said, a simple enough Function but this is my first time using them inside Kinetic. For some reason I have been avoiding it but I’m now starting to understand it and appreciate the power this offers us

Mike Myers Evil Laugh GIF

2 Likes

everything emperor GIF

1 Like

Star Wars 80S GIF

You gonna click that box and give me my internet kisses or do I have to do it?

Flying Kiss Flirting GIF by SpongeBob SquarePants

2 Likes

thanos-fine-ill-do-it-myself

Death Star custodial crew (Elle Cordova)

Unrelated but funny as well…

Fonts hanging out (Elle Cordova)

Last One:

Autocorrect - we have a love/hate relationship (Elle Cordova)

3 Likes

were not worthy waynes world GIF

I’m trying to do something similar and am getting confused. I have an external company calling a function and sending XML data over for the function to use, but having trouble reading it and setting some variables based on the data to update shipping data in a few different tables.

I saw that Epicor’s REST API v2 doesn’t accept XML though? Feel like I’m missing a few things here.

You send json to the API. Pass the xml as a string in an argument.

You parse it yourself.

1 Like

In my case, I am using one of our Banks public API’s to get the exchange rate information, their API returns an XML file for whatever reason.

This meant I had to parse the XML myself and extract what I needed in the custom code block.

1 Like

I think I’m getting an issue with quotations though. I try passing the entire XML as a string variable in JSON in Swagger, but I get an error that “Value cannot be null. (Parameter ‘s’)”

Even if I escaped it myself, I would still need to have the customer call the API with a corrected XML as well, right?

Sample XML is attached if anyone can take a look.
Transport-Extract299234812275.xml (46.2 KB)

If they insist on xml, they would need to pass it like this:

{
    "YourXML": "<?xml version=\"1.0\"?>\r\n<MercuryGate specVersion=\"2.09\">\r\n\t<Header>\r\n\t\t<SenderID/>\r\n\t\t<ReceiverID/>\r\n\t\t<DocTypeID>MasterBillOfLading</DocTypeID>\r\n\t\t<DocCount>1</DocCount>\r\n\t\t<Date type=\"generation\">10/10/2024 10:40</Date>\r\n\t\t<ExtractRequest>\r\n\t\t\t<Date>10/10/2024 10:40</Date>\r\n\t\t\t<Reason>Web Export Extract</Reason>\r\n\t\t\t<User UserId=\"cjones@redwoodlogistics.com\" FirstName=\"Christopher\" LastName=\"Jones\">\r\n\t\t\t\t<ContactMethods>\r\n\t\t\t\t\t<ContactMethod sequenceNum=\"1\" type=\"Phone\"/>\r\n\t\t\t\t\t<ContactMethod sequenceNum=\"2\" type=\"Email\">cjones@redwoodlogistics.com</ContactMethod>\r\n\t\t\t\t\t<ContactMethod sequenceNum=\"3\" type=\"SMSEmail\"/>\r\n\t\t\t\t\t<ContactMethod sequenceNum=\"4\" type=\"Fax\"/>\r\n\t\t\t\t</ContactMethods>\r\n\t\t\t</User>\r\n\t\t</ExtractRequest>\r\n\t</Header>\r\n\t<MasterBillOfLading internalId=\"296985619089\" type=\"Regular\">\r\n\t\t<ReferenceNumbers>\r\n\t\t\t<ReferenceNumber type=\"SCAC\" isPrimary=\"false\">SCC1</ReferenceNumber>\r\n\t\t\t<ReferenceNumber type=\"Load ID\" isPrimary=\"true\">SBLD13</ReferenceNumber>\r\n\t\t\t<ReferenceNumber type=\"Shipment ID\" isPrimary=\"false\">SBSN11</ReferenceNumber>\r\n\t\t\t<ReferenceNumber type=\"PRO\" isPrimary=\"false\">SBLD13</ReferenceNumber>\r\n\t\t\t<ReferenceNumber type=\"Dispatch User\" isPrimary=\"false\">Template Admin</ReferenceNumber>\r\n\t\t\t<ReferenceNumber type=\"Clients\" isPrimary=\"false\">SCC</ReferenceNumber>\r\n\t\t\t<ReferenceNumber type=\"Extract Load\" isPrimary=\"false\">true</ReferenceNumber>\r\n\t\t\t<ReferenceNumber type=\"Customer Acct Number\" isPrimary=\"false\">SCSANDBOX</ReferenceNumber>\r\n\t\t</ReferenceNumbers>\r\n\t\t<Comments>\r\n\t\t\t<Comment type=\"SpecialInstructions\"/>\r\n\t\t</Comments>\r\n\t\t<Notes>\r\n\t\t\t<Note type=\"Internal Note\" priority=\"High\" lastUpdate=\"6/5/24, 3:15 PM\" subject=\"Subject\">\r\n\t\t\t\t<Comment dateTime=\"6/5/24, 3:15 PM\" user=\" Structural Concepts Corporation Admin\">I am a note</Comment>\r\n\t\t\t</Note>\r\n\t\t</Notes>\r\n\t\t<Services/>\r\n\t\t<Packages>\r\n\t\t\t<Package type=\"\">\r\n\t\t\t\t<Dimensions>\r\n\t\t\t\t\t<Dimension type=\"Length\" uom=\" \">0.0</Dimension>\r\n\t\t\t\t\t<Dimension type=\"Width\" uom=\" \">0.0</Dimension>\r\n\t\t\t\t\t<Dimension type=\"Height\" uom=\" \">0.0</Dimension>\r\n\t\t\t\t</Dimensions>\r\n\t\t\t\t<Weights>\r\n\t\t\t\t\t<Weight type=\"actual\" uom=\"lb\">500.0</Weight>\r\n\t\t\t\t\t<Weight type=\"planned\" uom=\"lb\">500.0</Weight>\r\n\t\t\t\t\t<Weight type=\"ordered\" uom=\"lb\">0.0</Weight>\r\n\t\t\t\t\t<Weight type=\"delivered\" uom=\"lb\">0.0</Weight>\r\n\t\t\t\t</Weights>\r\n\t\t\t\t<ItemGroups>\r\n\t\t\t\t\t<ItemGroup type=\"296941854814\" isShipUnit=\"false\">\r\n\t\t\t\t\t\t<Description>Pallets</Description>\r\n\t\t\t\t\t\t<ContainmentId>0</ContainmentId>\r\n\t\t\t\t\t\t<Weights>\r\n\t\t\t\t\t\t\t<Weight type=\"actual\" uom=\"lb\">500.0</Weight>\r\n\t\t\t\t\t\t\t<Weight type=\"planned\" uom=\"lb\">500.0</Weight>\r\n\t\t\t\t\t\t\t<Weight type=\"ordered\" uom=\"lb\">0.0</Weight>\r\n\t\t\t\t\t\t\t<Weight type=\"delivered\" uom=\"lb\">0.0</Weight>\r\n\t\t\t\t\t\t</Weights>\r\n\t\t\t\t\t\t<Quantities>\r\n\t\t\t\t\t\t\t<Quantity type=\"actual\" uom=\"PLT\">5.0</Quantity>\r\n\t\t\t\t\t\t\t<Quantity type=\"planned\" uom=\"PLT\">5.0</Quantity>\r\n\t\t\t\t\t\t\t<Quantity type=\"ordered\" uom=\"\">0.0</Quantity>\r\n\t\t\t\t\t\t\t<Quantity type=\"delivered\" uom=\"\">0.0</Quantity>\r\n\t\t\t\t\t\t</Quantities>\r\n\t\t\t\t\t\t<Dimensions type=\"delivered\">\r\n\t\t\t\t\t\t\t<Dimension type=\"Length\" uom=\" \">0.0</Dimension>\r\n\t\t\t\t\t\t\t<Dimension type=\"Width\" uom=\" \">0.0</Dimension>\r\n\t\t\t\t\t\t\t<Dimension type=\"Height\" uom=\" \">0.0</Dimension>\r\n\t\t\t\t\t\t</Dimensions>\r\n\t\t\t\t\t\t<FreightClass type=\"delivered\">0.0</FreightClass>\r\n\t\t\t\t\t\t<Dimensions type=\"actual\">\r\n\t\t\t\t\t\t\t<Dimension type=\"Length\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t\t<Dimension type=\"Width\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t\t<Dimension type=\"Height\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t</Dimensions>\r\n\t\t\t\t\t\t<Dimensions type=\"planned\">\r\n\t\t\t\t\t\t\t<Dimension type=\"Length\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t\t<Dimension type=\"Width\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t\t<Dimension type=\"Height\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t</Dimensions>\r\n\t\t\t\t\t\t<Stackability>0</Stackability>\r\n\t\t\t\t\t\t<TrackingNumber/>\r\n\t\t\t\t\t\t<DeliveryStatus/>\r\n\t\t\t\t\t\t<ReferenceNumbers>\r\n\t\t\t\t\t\t\t<ReferenceNumber type=\"RESTUniqueId\" isPrimary=\"false\">89lkYeg5KG</ReferenceNumber>\r\n\t\t\t\t\t\t\t<ReferenceNumber type=\"RESTNestedInUniqueId\" isPrimary=\"false\">LC7KTwSZl</ReferenceNumber>\r\n\t\t\t\t\t\t</ReferenceNumbers>\r\n\t\t\t\t\t\t<LineItem lineNumber=\"-1\">\r\n\t\t\t\t\t\t\t<Weights>\r\n\t\t\t\t\t\t\t\t<Weight type=\"ordered\" uom=\"lb\">0.0</Weight>\r\n\t\t\t\t\t\t\t</Weights>\r\n\t\t\t\t\t\t\t<Quantities>\r\n\t\t\t\t\t\t\t\t<Quantity type=\"ordered\" uom=\"\">0.0</Quantity>\r\n\t\t\t\t\t\t\t</Quantities>\r\n\t\t\t\t\t\t\t<ItemId>Item1</ItemId>\r\n\t\t\t\t\t\t\t<Description>Pallets</Description>\r\n\t\t\t\t\t\t\t<FreightClass>85.0</FreightClass>\r\n\t\t\t\t\t\t\t<Commodity/>\r\n\t\t\t\t\t\t\t<NmfcCode/>\r\n\t\t\t\t\t\t\t<StccCode/>\r\n\t\t\t\t\t\t\t<CustomerPartNum/>\r\n\t\t\t\t\t\t\t<ManufacturerPartNum/>\r\n\t\t\t\t\t\t\t<DistributorPartNum/>\r\n\t\t\t\t\t\t\t<Cube>0.0</Cube>\r\n\t\t\t\t\t\t\t<TemperatureRange uom=\"F\"/>\r\n\t\t\t\t\t\t\t<HazardousMaterial>false</HazardousMaterial>\r\n\t\t\t\t\t\t\t<HazMatDetail>\r\n\t\t\t\t\t\t\t\t<ProperShippingName/>\r\n\t\t\t\t\t\t\t\t<HazMatID/>\r\n\t\t\t\t\t\t\t\t<PackageGroup/>\r\n\t\t\t\t\t\t\t\t<HazMatClass/>\r\n\t\t\t\t\t\t\t\t<ContactName/>\r\n\t\t\t\t\t\t\t\t<ContactPhone/>\r\n\t\t\t\t\t\t\t\t<HazMatPlacards>false</HazMatPlacards>\r\n\t\t\t\t\t\t\t\t<HazMatPlacardsDetails/>\r\n\t\t\t\t\t\t\t\t<HazMatEMSNumber/>\r\n\t\t\t\t\t\t\t\t<HazMatFlashPointTemp/>\r\n\t\t\t\t\t\t\t\t<Comments/>\r\n\t\t\t\t\t\t\t</HazMatDetail>\r\n\t\t\t\t\t\t\t<Dimensions>\r\n\t\t\t\t\t\t\t\t<Dimension type=\"Length\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t\t\t<Dimension type=\"Width\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t\t\t<Dimension type=\"Height\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t\t</Dimensions>\r\n\t\t\t\t\t\t\t<HarmonizedTariffCode/>\r\n\t\t\t\t\t\t\t<PortOfLading/>\r\n\t\t\t\t\t\t\t<CountryOfOrigin/>\r\n\t\t\t\t\t\t\t<CountryOfManufacture/>\r\n\t\t\t\t\t\t\t<CustomsValue/>\r\n\t\t\t\t\t\t\t<CustomsValueCurrency/>\r\n\t\t\t\t\t\t\t<InsuredValue/>\r\n\t\t\t\t\t\t\t<InsuredValueCurrency/>\r\n\t\t\t\t\t\t\t<AESExportCode/>\r\n\t\t\t\t\t\t\t<AESLicenseNumber/>\r\n\t\t\t\t\t\t\t<AESLicenseType/>\r\n\t\t\t\t\t\t\t<ReferenceNumbers/>\r\n\t\t\t\t\t\t</LineItem>\r\n\t\t\t\t\t</ItemGroup>\r\n\t\t\t\t</ItemGroups>\r\n\t\t\t</Package>\r\n\t\t</Packages>\r\n\t\t<EquipmentList/>\r\n\t\t<ScheduledEquipment/>\r\n\t\t<InternationalDetails>\r\n\t\t\t<MoveType/>\r\n\t\t\t<VesselName/>\r\n\t\t\t<VoyageNumber/>\r\n\t\t\t<LLoydsCode/>\r\n\t\t\t<LetterOfCredit>\r\n\t\t\t\t<Number/>\r\n\t\t\t\t<IssuedDate/>\r\n\t\t\t\t<ExpirationDate/>\r\n\t\t\t</LetterOfCredit>\r\n\t\t\t<ImmediateTransportationNumber/>\r\n\t\t\t<ImmediateTransportationDate/>\r\n\t\t\t<TransportationAndExportationNumber/>\r\n\t\t\t<ImmediateExportNumber/>\r\n\t\t\t<ExporterReferenceNumber/>\r\n\t\t\t<ExporterLicenseNumber/>\r\n\t\t\t<ExportLicenseDate/>\r\n\t\t\t<FMCNumber/>\r\n\t\t\t<InternalTransactionNumber/>\r\n\t\t\t<ElectronicExportInformation/>\r\n\t\t\t<ExportDeclaration/>\r\n\t\t\t<USAMSNumber/>\r\n\t\t\t<DestinationControlStatement/>\r\n\t\t\t<ISFShipmentType/>\r\n\t\t\t<ISFBondHolder/>\r\n\t\t\t<ISFBondNumber/>\r\n\t\t\t<SuretyNumber/>\r\n\t\t\t<PointOfOrigin/>\r\n\t\t\t<ContainerStuffingLocation/>\r\n\t\t\t<ContainerStufferLocation/>\r\n\t\t\t<PortOfEntry/>\r\n\t\t\t<PortOfExport/>\r\n\t\t\t<FirstPortOfUnlading/>\r\n\t\t\t<FinalPortOfDestination/>\r\n\t\t\t<FinalCountryOfDestination/>\r\n\t\t\t<GenericField type=\"\" format=\"\"/>\r\n\t\t\t<AESVesselFlag/>\r\n\t\t\t<AESImportEntryNumber/>\r\n\t\t\t<AESInbondType/>\r\n\t\t\t<AESRelatedCompanies/>\r\n\t\t\t<AESRoutedTransaction/>\r\n\t\t\t<ReasonForExport/>\r\n\t\t\t<ECCN/>\r\n\t\t\t<BlanketPeriodBeginDate/>\r\n\t\t\t<BlanketPeriodEndDate/>\r\n\t\t</InternationalDetails>\r\n\t\t<Payment>\r\n\t\t\t<Method>Prepaid</Method>\r\n\t\t\t<BillTo>\r\n\t\t\t\t<Address type=\"Bill To\" isResidential=\"false\" isPrimary=\"false\">\r\n\t\t\t\t\t<LocationCode>LOC29</LocationCode>\r\n\t\t\t\t\t<Alias>LOC29</Alias>\r\n\t\t\t\t\t<Name>Bill To Test</Name>\r\n\t\t\t\t\t<AddrLine1>345 Bill Blvd</AddrLine1>\r\n\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t<City>Nashville</City>\r\n\t\t\t\t\t<StateProvince>TN</StateProvince>\r\n\t\t\t\t\t<PostalCode>37206</PostalCode>\r\n\t\t\t\t\t<CountryCode>US</CountryCode>\r\n\t\t\t\t\t<GeoLoc latDegrees=\"36181845\" latDirection=\"N\" longDegrees=\"86729880\" longDirection=\"W\"/>\r\n\t\t\t\t\t<Contacts/>\r\n\t\t\t\t\t<Comments/>\r\n\t\t\t\t</Address>\r\n\t\t\t</BillTo>\r\n\t\t</Payment>\r\n\t\t<PODReceived>true</PODReceived>\r\n\t\t<RelatedParties/>\r\n\t\t<Status>Delivered</Status>\r\n\t\t<AssignedTo/>\r\n\t\t<Owner>Structural Concepts Sandbox</Owner>\r\n\t\t<Audits>\r\n\t\t\t<Audit timestamp=\"\" user=\"Structural Concepts Corporation Admin\" action=\"Tendered\"/>\r\n\t\t\t<Audit timestamp=\"05/22/2024 00:00\" user=\"\" action=\"Extracted\"/>\r\n\t\t</Audits>\r\n\t\t<Carriers>\r\n\t\t\t<Carrier type=\"Responsible\">\r\n\t\t\t\t<CarrierId>(296936817293,3840,0)</CarrierId>\r\n\t\t\t\t<CarrierName>Structural Concepts Corporation</CarrierName>\r\n\t\t\t\t<SCAC>SCC1</SCAC>\r\n\t\t\t\t<Mode>TL</Mode>\r\n\t\t\t\t<Service>Standard</Service>\r\n\t\t\t\t<ServiceDays>0.0</ServiceDays>\r\n\t\t\t\t<Distance>292.83</Distance>\r\n\t\t\t\t<Id>SCC1</Id>\r\n\t\t\t\t<InsuranceTypes>\r\n\t\t\t\t\t<Insurance type=\"Cargo\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t\t<Insurance type=\"General\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t\t<Insurance type=\"Liability\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t</InsuranceTypes>\r\n\t\t\t</Carrier>\r\n\t\t</Carriers>\r\n\t\t<TerminalInfo type=\"Carrier\">\r\n\t\t\t<Origin/>\r\n\t\t\t<Destination/>\r\n\t\t</TerminalInfo>\r\n\t\t<TerminalInfo type=\"Customer\">\r\n\t\t\t<Origin/>\r\n\t\t\t<Destination/>\r\n\t\t</TerminalInfo>\r\n\t\t<Dates>\r\n\t\t\t<Pickup>\r\n\t\t\t\t<Date type=\"earliest\">05/06/2024 08:00</Date>\r\n\t\t\t\t<Date type=\"latest\">05/06/2024 17:00</Date>\r\n\t\t\t\t<Date type=\"planned\">05/06/2024 08:00</Date>\r\n\t\t\t\t<Date type=\"actual\">05/06/2024 17:00</Date>\r\n\t\t\t\t<Date type=\"appointment\">05/06/2024 17:00</Date>\r\n\t\t\t\t<Date type=\"appointmentEarly\">05/06/2024 08:00</Date>\r\n\t\t\t\t<Date type=\"appointmentLate\">05/06/2024 17:00</Date>\r\n\t\t\t</Pickup>\r\n\t\t\t<Drop>\r\n\t\t\t\t<Date type=\"earliest\">05/09/2024 08:00</Date>\r\n\t\t\t\t<Date type=\"latest\">05/09/2024 17:00</Date>\r\n\t\t\t\t<Date type=\"planned\">05/09/2024 08:00</Date>\r\n\t\t\t\t<Date type=\"actual\">05/09/2024 17:00</Date>\r\n\t\t\t\t<Date type=\"appointment\">05/09/2024 17:00</Date>\r\n\t\t\t\t<Date type=\"appointmentEarly\">05/09/2024 08:00</Date>\r\n\t\t\t\t<Date type=\"appointmentLate\">05/09/2024 17:00</Date>\r\n\t\t\t</Drop>\r\n\t\t</Dates>\r\n\t\t<Plan>\r\n\t\t\t<Events count=\"2\">\r\n\t\t\t\t<Event type=\"Pickup\" sequenceNum=\"1\" internalId=\"296985619096\">\r\n\t\t\t\t\t<CarrierActionCode/>\r\n\t\t\t\t\t<Dates>\r\n\t\t\t\t\t\t<Date type=\"earliest\">05/06/2024 08:00</Date>\r\n\t\t\t\t\t\t<Date type=\"latest\">05/06/2024 17:00</Date>\r\n\t\t\t\t\t\t<Date type=\"planned\">05/06/2024 08:00</Date>\r\n\t\t\t\t\t\t<Date type=\"actual\">05/06/2024 17:00</Date>\r\n\t\t\t\t\t\t<Date type=\"appointment\">05/06/2024 17:00</Date>\r\n\t\t\t\t\t\t<Date type=\"appointmentEarly\">05/06/2024 08:00</Date>\r\n\t\t\t\t\t\t<Date type=\"appointmentLate\">05/06/2024 17:00</Date>\r\n\t\t\t\t\t</Dates>\r\n\t\t\t\t\t<LateReason/>\r\n\t\t\t\t\t<AppointmentType/>\r\n\t\t\t\t\t<Address type=\"\" isResidential=\"false\" isPrimary=\"false\">\r\n\t\t\t\t\t\t<LocationCode/>\r\n\t\t\t\t\t\t<Alias/>\r\n\t\t\t\t\t\t<Name>Test Origin</Name>\r\n\t\t\t\t\t\t<AddrLine1>123 Origin Ave</AddrLine1>\r\n\t\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t\t<City>Nashville</City>\r\n\t\t\t\t\t\t<StateProvince>TN</StateProvince>\r\n\t\t\t\t\t\t<PostalCode>37206</PostalCode>\r\n\t\t\t\t\t\t<CountryCode>US</CountryCode>\r\n\t\t\t\t\t\t<GeoLoc latDegrees=\"36181845\" latDirection=\"N\" longDegrees=\"86729880\" longDirection=\"W\"/>\r\n\t\t\t\t\t\t<Contacts/>\r\n\t\t\t\t\t\t<Comments/>\r\n\t\t\t\t\t</Address>\r\n\t\t\t\t\t<Weight type=\"firstAvail\" uom=\"lb\">500.0</Weight>\r\n\t\t\t\t\t<Shipments>\r\n\t\t\t\t\t\t<ReferenceNumbers>\r\n\t\t\t\t\t\t\t<ReferenceNumber type=\"Shipment ID\" isPrimary=\"true\">SBSN11</ReferenceNumber>\r\n\t\t\t\t\t\t</ReferenceNumbers>\r\n\t\t\t\t\t</Shipments>\r\n\t\t\t\t\t<Activities>\r\n\t\t\t\t\t\t<Activity type=\"Set Arrival / Departure\">\r\n\t\t\t\t\t\t\t<ActivityID>First Stop</ActivityID>\r\n\t\t\t\t\t\t\t<Summary/>\r\n\t\t\t\t\t\t\t<Priority/>\r\n\t\t\t\t\t\t\t<Required>false</Required>\r\n\t\t\t\t\t\t\t<Status>Complete</Status>\r\n\t\t\t\t\t\t\t<AssignedTo/>\r\n\t\t\t\t\t\t\t<PlannedDate>05/06/2024 17:00</PlannedDate>\r\n\t\t\t\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t\t\t\t<CompletedDate>05/09/2024 15:13</CompletedDate>\r\n\t\t\t\t\t\t\t<StatusDetails/>\r\n\t\t\t\t\t\t\t<Location>\r\n\t\t\t\t\t\t\t\t<Name>Test Origin</Name>\r\n\t\t\t\t\t\t\t\t<AddrLine1>123 Origin Ave</AddrLine1>\r\n\t\t\t\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t\t\t\t<City>Nashville</City>\r\n\t\t\t\t\t\t\t\t<StateProvince>TN</StateProvince>\r\n\t\t\t\t\t\t\t\t<PostalCode>37206</PostalCode>\r\n\t\t\t\t\t\t\t\t<CountryCode>US</CountryCode>\r\n\t\t\t\t\t\t\t</Location>\r\n\t\t\t\t\t\t\t<Contact>\r\n\t\t\t\t\t\t\t\t<Name/>\r\n\t\t\t\t\t\t\t</Contact>\r\n\t\t\t\t\t\t\t<Documents/>\r\n\t\t\t\t\t\t</Activity>\r\n\t\t\t\t\t</Activities>\r\n\t\t\t\t</Event>\r\n\t\t\t\t<Event type=\"Drop\" sequenceNum=\"2\" internalId=\"296985619103\">\r\n\t\t\t\t\t<CarrierActionCode/>\r\n\t\t\t\t\t<Dates>\r\n\t\t\t\t\t\t<Date type=\"earliest\">05/09/2024 08:00</Date>\r\n\t\t\t\t\t\t<Date type=\"latest\">05/09/2024 17:00</Date>\r\n\t\t\t\t\t\t<Date type=\"planned\">05/09/2024 08:00</Date>\r\n\t\t\t\t\t\t<Date type=\"actual\">05/09/2024 17:00</Date>\r\n\t\t\t\t\t\t<Date type=\"appointment\">05/09/2024 17:00</Date>\r\n\t\t\t\t\t\t<Date type=\"appointmentEarly\">05/09/2024 08:00</Date>\r\n\t\t\t\t\t\t<Date type=\"appointmentLate\">05/09/2024 17:00</Date>\r\n\t\t\t\t\t</Dates>\r\n\t\t\t\t\t<LateReason/>\r\n\t\t\t\t\t<AppointmentType/>\r\n\t\t\t\t\t<Address type=\"\" isResidential=\"false\" isPrimary=\"false\">\r\n\t\t\t\t\t\t<LocationCode/>\r\n\t\t\t\t\t\t<Alias/>\r\n\t\t\t\t\t\t<Name>Testination</Name>\r\n\t\t\t\t\t\t<AddrLine1>234 Consignee Corner</AddrLine1>\r\n\t\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t\t<City>Plainfield</City>\r\n\t\t\t\t\t\t<StateProvince>IN</StateProvince>\r\n\t\t\t\t\t\t<PostalCode>46168</PostalCode>\r\n\t\t\t\t\t\t<CountryCode>US</CountryCode>\r\n\t\t\t\t\t\t<GeoLoc latDegrees=\"39704212\" latDirection=\"N\" longDegrees=\"86399439\" longDirection=\"W\"/>\r\n\t\t\t\t\t\t<Contacts/>\r\n\t\t\t\t\t\t<Comments/>\r\n\t\t\t\t\t</Address>\r\n\t\t\t\t\t<Weight type=\"firstAvail\" uom=\"lb\">500.0</Weight>\r\n\t\t\t\t\t<Shipments>\r\n\t\t\t\t\t\t<ReferenceNumbers>\r\n\t\t\t\t\t\t\t<ReferenceNumber type=\"Shipment ID\" isPrimary=\"true\">SBSN11</ReferenceNumber>\r\n\t\t\t\t\t\t</ReferenceNumbers>\r\n\t\t\t\t\t</Shipments>\r\n\t\t\t\t\t<Activities>\r\n\t\t\t\t\t\t<Activity type=\"Set Arrival / Departure\">\r\n\t\t\t\t\t\t\t<ActivityID>Last Stop</ActivityID>\r\n\t\t\t\t\t\t\t<Summary/>\r\n\t\t\t\t\t\t\t<Priority/>\r\n\t\t\t\t\t\t\t<Required>false</Required>\r\n\t\t\t\t\t\t\t<Status>Complete</Status>\r\n\t\t\t\t\t\t\t<AssignedTo/>\r\n\t\t\t\t\t\t\t<PlannedDate>05/09/2024 17:00</PlannedDate>\r\n\t\t\t\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t\t\t\t<CompletedDate>05/09/2024 15:13</CompletedDate>\r\n\t\t\t\t\t\t\t<StatusDetails/>\r\n\t\t\t\t\t\t\t<Location>\r\n\t\t\t\t\t\t\t\t<Name>Testination</Name>\r\n\t\t\t\t\t\t\t\t<AddrLine1>234 Consignee Corner</AddrLine1>\r\n\t\t\t\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t\t\t\t<City>Plainfield</City>\r\n\t\t\t\t\t\t\t\t<StateProvince>IN</StateProvince>\r\n\t\t\t\t\t\t\t\t<PostalCode>46168</PostalCode>\r\n\t\t\t\t\t\t\t\t<CountryCode>US</CountryCode>\r\n\t\t\t\t\t\t\t</Location>\r\n\t\t\t\t\t\t\t<Contact>\r\n\t\t\t\t\t\t\t\t<Name/>\r\n\t\t\t\t\t\t\t</Contact>\r\n\t\t\t\t\t\t\t<Documents/>\r\n\t\t\t\t\t\t</Activity>\r\n\t\t\t\t\t</Activities>\r\n\t\t\t\t</Event>\r\n\t\t\t</Events>\r\n\t\t</Plan>\r\n\t\t<Shipments>\r\n\t\t\t<Shipment internalId=\"296941855241\" type=\"Regular\">\r\n\t\t\t\t<ReferenceNumbers>\r\n\t\t\t\t\t<ReferenceNumber type=\"Shipment ID\" isPrimary=\"true\">SBSN11</ReferenceNumber>\r\n\t\t\t\t\t<ReferenceNumber type=\"Shipping Order\" isPrimary=\"false\">SBSO11</ReferenceNumber>\r\n\t\t\t\t\t<ReferenceNumber type=\"Load ID\" isPrimary=\"false\">SBLD11</ReferenceNumber>\r\n\t\t\t\t\t<ReferenceNumber type=\"SCAC\" isPrimary=\"false\">SCC1</ReferenceNumber>\r\n\t\t\t\t\t<ReferenceNumber type=\"Load ID\" isPrimary=\"false\">SBLD13</ReferenceNumber>\r\n\t\t\t\t\t<ReferenceNumber type=\"PRO\" isPrimary=\"false\">SBLD13</ReferenceNumber>\r\n\t\t\t\t\t<ReferenceNumber type=\"Customer Acct Number\" isPrimary=\"false\">SCSANDBOX</ReferenceNumber>\r\n\t\t\t\t</ReferenceNumbers>\r\n\t\t\t\t<Comments>\r\n\t\t\t\t\t<Comment type=\"SpecialInstructions\"/>\r\n\t\t\t\t</Comments>\r\n\t\t\t\t<Status>Delivered</Status>\r\n\t\t\t\t<AssignedTo/>\r\n\t\t\t\t<Owner>Structural Concepts Sandbox</Owner>\r\n\t\t\t\t<Audits>\r\n\t\t\t\t\t<Audit timestamp=\"\" user=\"Structural Concepts Corporation Admin\" action=\"Tendered\"/>\r\n\t\t\t\t</Audits>\r\n\t\t\t\t<QuoteDetail>\r\n\t\t\t\t\t<QuotedTo/>\r\n\t\t\t\t\t<QuotePhone/>\r\n\t\t\t\t\t<QuoteFax/>\r\n\t\t\t\t\t<QuoteEmail/>\r\n\t\t\t\t\t<QuoteDate/>\r\n\t\t\t\t\t<QuoteBy>Structural Concepts Corporation Admin</QuoteBy>\r\n\t\t\t\t</QuoteDetail>\r\n\t\t\t\t<Carriers>\r\n\t\t\t\t\t<Carrier type=\"Planned\">\r\n\t\t\t\t\t\t<CarrierId>(296936817293,3840,0)</CarrierId>\r\n\t\t\t\t\t\t<CarrierName>Structural Concepts Corporation</CarrierName>\r\n\t\t\t\t\t\t<SCAC>SCC1</SCAC>\r\n\t\t\t\t\t\t<Mode>TL</Mode>\r\n\t\t\t\t\t\t<Service>Standard</Service>\r\n\t\t\t\t\t\t<ServiceDays>0.0</ServiceDays>\r\n\t\t\t\t\t\t<Distance>292.83</Distance>\r\n\t\t\t\t\t\t<Id>SCC1</Id>\r\n\t\t\t\t\t\t<InsuranceTypes>\r\n\t\t\t\t\t\t\t<Insurance type=\"Cargo\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t\t\t\t<Insurance type=\"General\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t\t\t\t<Insurance type=\"Liability\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t\t\t</InsuranceTypes>\r\n\t\t\t\t\t</Carrier>\r\n\t\t\t\t</Carriers>\r\n\t\t\t\t<TerminalInfo type=\"Carrier\">\r\n\t\t\t\t\t<Origin/>\r\n\t\t\t\t\t<Destination/>\r\n\t\t\t\t</TerminalInfo>\r\n\t\t\t\t<TerminalInfo type=\"Customer\">\r\n\t\t\t\t\t<Origin/>\r\n\t\t\t\t\t<Destination/>\r\n\t\t\t\t</TerminalInfo>\r\n\t\t\t\t<EquipmentList/>\r\n\t\t\t\t<ScheduledEquipment/>\r\n\t\t\t\t<Quantities>\r\n\t\t\t\t\t<Quantity type=\"package\" uom=\"PLT\">5.0</Quantity>\r\n\t\t\t\t</Quantities>\r\n\t\t\t\t<Weights>\r\n\t\t\t\t\t<Weight type=\"actual\" uom=\"lb\">500.0</Weight>\r\n\t\t\t\t\t<Weight type=\"planned\" uom=\"lb\">500.0</Weight>\r\n\t\t\t\t\t<Weight type=\"ordered\" uom=\"lb\">0.0</Weight>\r\n\t\t\t\t\t<Weight type=\"delivered\" uom=\"lb\">0.0</Weight>\r\n\t\t\t\t</Weights>\r\n\t\t\t\t<Dimensions>\r\n\t\t\t\t\t<Dimension type=\"LinearFeet\" uom=\"ft\">0.0</Dimension>\r\n\t\t\t\t\t<Dimension type=\"RatingCount\" uom=\"ct\">0.0</Dimension>\r\n\t\t\t\t</Dimensions>\r\n\t\t\t\t<Dates>\r\n\t\t\t\t\t<Pickup>\r\n\t\t\t\t\t\t<Date type=\"earliest\">05/06/2024 08:00</Date>\r\n\t\t\t\t\t\t<Date type=\"latest\">05/06/2024 17:00</Date>\r\n\t\t\t\t\t\t<Date type=\"actual\">05/06/2024 17:00</Date>\r\n\t\t\t\t\t</Pickup>\r\n\t\t\t\t\t<Drop>\r\n\t\t\t\t\t\t<Date type=\"earliest\">05/09/2024 08:00</Date>\r\n\t\t\t\t\t\t<Date type=\"latest\">05/09/2024 17:00</Date>\r\n\t\t\t\t\t\t<Date type=\"actual\">05/09/2024 17:00</Date>\r\n\t\t\t\t\t</Drop>\r\n\t\t\t\t</Dates>\r\n\t\t\t\t<PriceSheets>\r\n\t\t\t\t\t<PriceSheet type=\"Charge\" chargeModel=\"NORMALIZED_MANUAL\" isSelected=\"true\" isAllocated=\"true\" currencyCode=\"USD\" createDate=\"05/09/2024 15:03\" internalId=\"296985763319\">\r\n\t\t\t\t\t\t<AccessorialTotal>0.00</AccessorialTotal>\r\n\t\t\t\t\t\t<SubTotal>396.42</SubTotal>\r\n\t\t\t\t\t\t<Total>396.42</Total>\r\n\t\t\t\t\t\t<NormalizedTotal currencyCode=\"USD\">396.42</NormalizedTotal>\r\n\t\t\t\t\t\t<ContractId/>\r\n\t\t\t\t\t\t<ContractName/>\r\n\t\t\t\t\t\t<CarrierId>(296936817293,3840,0)</CarrierId>\r\n\t\t\t\t\t\t<CarrierName>Structural Concepts Corporation</CarrierName>\r\n\t\t\t\t\t\t<SCAC>SCC1</SCAC>\r\n\t\t\t\t\t\t<Mode>TL</Mode>\r\n\t\t\t\t\t\t<Service>Standard</Service>\r\n\t\t\t\t\t\t<ServiceDays>0.0</ServiceDays>\r\n\t\t\t\t\t\t<Distance>292.83</Distance>\r\n\t\t\t\t\t\t<Id>SCC1</Id>\r\n\t\t\t\t\t\t<InsuranceTypes>\r\n\t\t\t\t\t\t\t<Insurance type=\"Cargo\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t\t\t\t<Insurance type=\"General\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t\t\t\t<Insurance type=\"Liability\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t\t\t</InsuranceTypes>\r\n\t\t\t\t\t\t<ReasonCode/>\r\n\t\t\t\t\t\t<Status>Manual Quote</Status>\r\n\t\t\t\t\t\t<LaneID>Nashville,TN to Plainfield,IN</LaneID>\r\n\t\t\t\t\t\t<Zone/>\r\n\t\t\t\t\t\t<RouteGuidePriority/>\r\n\t\t\t\t\t\t<CarrierLocationOid/>\r\n\t\t\t\t\t\t<OriginService/>\r\n\t\t\t\t\t\t<DestinationService/>\r\n\t\t\t\t\t\t<Charges>\r\n\t\t\t\t\t\t\t<Charge sequenceNum=\"1\" type=\"ITEM\" itemGroupId=\"\">\r\n\t\t\t\t\t\t\t\t<Description>Allocated from SBLD13 for SCC1</Description>\r\n\t\t\t\t\t\t\t\t<EdiCode/>\r\n\t\t\t\t\t\t\t\t<Amount>396.42</Amount>\r\n\t\t\t\t\t\t\t\t<Rate>396.42</Rate>\r\n\t\t\t\t\t\t\t\t<RateQualifier>FR</RateQualifier>\r\n\t\t\t\t\t\t\t\t<Quantity/>\r\n\t\t\t\t\t\t\t\t<Weight>0.0</Weight>\r\n\t\t\t\t\t\t\t\t<DimWeight>0.0</DimWeight>\r\n\t\t\t\t\t\t\t\t<FreightClass>0.0</FreightClass>\r\n\t\t\t\t\t\t\t\t<FakFreightClass>0.0</FakFreightClass>\r\n\t\t\t\t\t\t\t\t<IsMin>false</IsMin>\r\n\t\t\t\t\t\t\t\t<IsMax>false</IsMax>\r\n\t\t\t\t\t\t\t\t<IsNontaxable>false</IsNontaxable>\r\n\t\t\t\t\t\t\t</Charge>\r\n\t\t\t\t\t\t</Charges>\r\n\t\t\t\t\t\t<Comments/>\r\n\t\t\t\t\t</PriceSheet>\r\n\t\t\t\t</PriceSheets>\r\n\t\t\t\t<Shipper>\r\n\t\t\t\t\t<Address type=\"\" isResidential=\"false\" isPrimary=\"false\">\r\n\t\t\t\t\t\t<LocationCode/>\r\n\t\t\t\t\t\t<Alias/>\r\n\t\t\t\t\t\t<Name>Test Origin</Name>\r\n\t\t\t\t\t\t<AddrLine1>123 Origin Ave</AddrLine1>\r\n\t\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t\t<City>Nashville</City>\r\n\t\t\t\t\t\t<StateProvince>TN</StateProvince>\r\n\t\t\t\t\t\t<PostalCode>37206</PostalCode>\r\n\t\t\t\t\t\t<CountryCode>US</CountryCode>\r\n\t\t\t\t\t\t<GeoLoc latDegrees=\"36181845\" latDirection=\"N\" longDegrees=\"86729880\" longDirection=\"W\"/>\r\n\t\t\t\t\t\t<Contacts/>\r\n\t\t\t\t\t\t<Comments/>\r\n\t\t\t\t\t</Address>\r\n\t\t\t\t</Shipper>\r\n\t\t\t\t<Consignee>\r\n\t\t\t\t\t<Address type=\"\" isResidential=\"false\" isPrimary=\"false\">\r\n\t\t\t\t\t\t<LocationCode/>\r\n\t\t\t\t\t\t<Alias/>\r\n\t\t\t\t\t\t<Name>Testination</Name>\r\n\t\t\t\t\t\t<AddrLine1>234 Consignee Corner</AddrLine1>\r\n\t\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t\t<City>Plainfield</City>\r\n\t\t\t\t\t\t<StateProvince>IN</StateProvince>\r\n\t\t\t\t\t\t<PostalCode>46168</PostalCode>\r\n\t\t\t\t\t\t<CountryCode>US</CountryCode>\r\n\t\t\t\t\t\t<GeoLoc latDegrees=\"39704212\" latDirection=\"N\" longDegrees=\"86399439\" longDirection=\"W\"/>\r\n\t\t\t\t\t\t<Contacts/>\r\n\t\t\t\t\t\t<Comments/>\r\n\t\t\t\t\t</Address>\r\n\t\t\t\t</Consignee>\r\n\t\t\t\t<Services/>\r\n\t\t\t\t<Packages>\r\n\t\t\t\t\t<Package type=\"\">\r\n\t\t\t\t\t\t<Dimensions>\r\n\t\t\t\t\t\t\t<Dimension type=\"Length\" uom=\" \">0.0</Dimension>\r\n\t\t\t\t\t\t\t<Dimension type=\"Width\" uom=\" \">0.0</Dimension>\r\n\t\t\t\t\t\t\t<Dimension type=\"Height\" uom=\" \">0.0</Dimension>\r\n\t\t\t\t\t\t</Dimensions>\r\n\t\t\t\t\t\t<Weights>\r\n\t\t\t\t\t\t\t<Weight type=\"actual\" uom=\"lb\">500.0</Weight>\r\n\t\t\t\t\t\t\t<Weight type=\"planned\" uom=\"lb\">500.0</Weight>\r\n\t\t\t\t\t\t\t<Weight type=\"ordered\" uom=\"lb\">0.0</Weight>\r\n\t\t\t\t\t\t\t<Weight type=\"delivered\" uom=\"lb\">0.0</Weight>\r\n\t\t\t\t\t\t</Weights>\r\n\t\t\t\t\t\t<ItemGroups>\r\n\t\t\t\t\t\t\t<ItemGroup type=\"296941854814\" isShipUnit=\"false\">\r\n\t\t\t\t\t\t\t\t<Description>Pallets</Description>\r\n\t\t\t\t\t\t\t\t<ContainmentId>0</ContainmentId>\r\n\t\t\t\t\t\t\t\t<Weights>\r\n\t\t\t\t\t\t\t\t\t<Weight type=\"actual\" uom=\"lb\">500.0</Weight>\r\n\t\t\t\t\t\t\t\t\t<Weight type=\"planned\" uom=\"lb\">500.0</Weight>\r\n\t\t\t\t\t\t\t\t\t<Weight type=\"ordered\" uom=\"lb\">0.0</Weight>\r\n\t\t\t\t\t\t\t\t\t<Weight type=\"delivered\" uom=\"lb\">0.0</Weight>\r\n\t\t\t\t\t\t\t\t</Weights>\r\n\t\t\t\t\t\t\t\t<Quantities>\r\n\t\t\t\t\t\t\t\t\t<Quantity type=\"actual\" uom=\"PLT\">5.0</Quantity>\r\n\t\t\t\t\t\t\t\t\t<Quantity type=\"planned\" uom=\"PLT\">5.0</Quantity>\r\n\t\t\t\t\t\t\t\t\t<Quantity type=\"ordered\" uom=\"\">0.0</Quantity>\r\n\t\t\t\t\t\t\t\t\t<Quantity type=\"delivered\" uom=\"\">0.0</Quantity>\r\n\t\t\t\t\t\t\t\t</Quantities>\r\n\t\t\t\t\t\t\t\t<Dimensions type=\"delivered\">\r\n\t\t\t\t\t\t\t\t\t<Dimension type=\"Length\" uom=\" \">0.0</Dimension>\r\n\t\t\t\t\t\t\t\t\t<Dimension type=\"Width\" uom=\" \">0.0</Dimension>\r\n\t\t\t\t\t\t\t\t\t<Dimension type=\"Height\" uom=\" \">0.0</Dimension>\r\n\t\t\t\t\t\t\t\t</Dimensions>\r\n\t\t\t\t\t\t\t\t<FreightClass type=\"delivered\">0.0</FreightClass>\r\n\t\t\t\t\t\t\t\t<Dimensions type=\"actual\">\r\n\t\t\t\t\t\t\t\t\t<Dimension type=\"Length\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t\t\t\t<Dimension type=\"Width\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t\t\t\t<Dimension type=\"Height\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t\t\t</Dimensions>\r\n\t\t\t\t\t\t\t\t<Dimensions type=\"planned\">\r\n\t\t\t\t\t\t\t\t\t<Dimension type=\"Length\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t\t\t\t<Dimension type=\"Width\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t\t\t\t<Dimension type=\"Height\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t\t\t</Dimensions>\r\n\t\t\t\t\t\t\t\t<Stackability>0</Stackability>\r\n\t\t\t\t\t\t\t\t<TrackingNumber/>\r\n\t\t\t\t\t\t\t\t<DeliveryStatus/>\r\n\t\t\t\t\t\t\t\t<ReferenceNumbers>\r\n\t\t\t\t\t\t\t\t\t<ReferenceNumber type=\"RESTUniqueId\" isPrimary=\"false\">89lkYeg5KG</ReferenceNumber>\r\n\t\t\t\t\t\t\t\t\t<ReferenceNumber type=\"RESTNestedInUniqueId\" isPrimary=\"false\">LC7KTwSZl</ReferenceNumber>\r\n\t\t\t\t\t\t\t\t</ReferenceNumbers>\r\n\t\t\t\t\t\t\t\t<LineItem lineNumber=\"-1\">\r\n\t\t\t\t\t\t\t\t\t<Weights>\r\n\t\t\t\t\t\t\t\t\t\t<Weight type=\"ordered\" uom=\"lb\">0.0</Weight>\r\n\t\t\t\t\t\t\t\t\t</Weights>\r\n\t\t\t\t\t\t\t\t\t<Quantities>\r\n\t\t\t\t\t\t\t\t\t\t<Quantity type=\"ordered\" uom=\"\">0.0</Quantity>\r\n\t\t\t\t\t\t\t\t\t</Quantities>\r\n\t\t\t\t\t\t\t\t\t<ItemId>Item1</ItemId>\r\n\t\t\t\t\t\t\t\t\t<Description>Pallets</Description>\r\n\t\t\t\t\t\t\t\t\t<FreightClass>85.0</FreightClass>\r\n\t\t\t\t\t\t\t\t\t<Commodity/>\r\n\t\t\t\t\t\t\t\t\t<NmfcCode/>\r\n\t\t\t\t\t\t\t\t\t<StccCode/>\r\n\t\t\t\t\t\t\t\t\t<CustomerPartNum/>\r\n\t\t\t\t\t\t\t\t\t<ManufacturerPartNum/>\r\n\t\t\t\t\t\t\t\t\t<DistributorPartNum/>\r\n\t\t\t\t\t\t\t\t\t<Cube>0.0</Cube>\r\n\t\t\t\t\t\t\t\t\t<TemperatureRange uom=\"F\"/>\r\n\t\t\t\t\t\t\t\t\t<HazardousMaterial>false</HazardousMaterial>\r\n\t\t\t\t\t\t\t\t\t<HazMatDetail>\r\n\t\t\t\t\t\t\t\t\t\t<ProperShippingName/>\r\n\t\t\t\t\t\t\t\t\t\t<HazMatID/>\r\n\t\t\t\t\t\t\t\t\t\t<PackageGroup/>\r\n\t\t\t\t\t\t\t\t\t\t<HazMatClass/>\r\n\t\t\t\t\t\t\t\t\t\t<ContactName/>\r\n\t\t\t\t\t\t\t\t\t\t<ContactPhone/>\r\n\t\t\t\t\t\t\t\t\t\t<HazMatPlacards>false</HazMatPlacards>\r\n\t\t\t\t\t\t\t\t\t\t<HazMatPlacardsDetails/>\r\n\t\t\t\t\t\t\t\t\t\t<HazMatEMSNumber/>\r\n\t\t\t\t\t\t\t\t\t\t<HazMatFlashPointTemp/>\r\n\t\t\t\t\t\t\t\t\t\t<Comments/>\r\n\t\t\t\t\t\t\t\t\t</HazMatDetail>\r\n\t\t\t\t\t\t\t\t\t<Dimensions>\r\n\t\t\t\t\t\t\t\t\t\t<Dimension type=\"Length\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t\t\t\t\t<Dimension type=\"Width\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t\t\t\t\t<Dimension type=\"Height\" uom=\"in\">0.0</Dimension>\r\n\t\t\t\t\t\t\t\t\t</Dimensions>\r\n\t\t\t\t\t\t\t\t\t<HarmonizedTariffCode/>\r\n\t\t\t\t\t\t\t\t\t<PortOfLading/>\r\n\t\t\t\t\t\t\t\t\t<CountryOfOrigin/>\r\n\t\t\t\t\t\t\t\t\t<CountryOfManufacture/>\r\n\t\t\t\t\t\t\t\t\t<CustomsValue/>\r\n\t\t\t\t\t\t\t\t\t<CustomsValueCurrency/>\r\n\t\t\t\t\t\t\t\t\t<InsuredValue/>\r\n\t\t\t\t\t\t\t\t\t<InsuredValueCurrency/>\r\n\t\t\t\t\t\t\t\t\t<AESExportCode/>\r\n\t\t\t\t\t\t\t\t\t<AESLicenseNumber/>\r\n\t\t\t\t\t\t\t\t\t<AESLicenseType/>\r\n\t\t\t\t\t\t\t\t\t<ReferenceNumbers/>\r\n\t\t\t\t\t\t\t\t</LineItem>\r\n\t\t\t\t\t\t\t</ItemGroup>\r\n\t\t\t\t\t\t</ItemGroups>\r\n\t\t\t\t\t</Package>\r\n\t\t\t\t</Packages>\r\n\t\t\t\t<Payment>\r\n\t\t\t\t\t<Method>Prepaid</Method>\r\n\t\t\t\t\t<BillTo thirdParty=\"true\">\r\n\t\t\t\t\t\t<Address type=\"Bill To\" isResidential=\"false\" isPrimary=\"false\">\r\n\t\t\t\t\t\t\t<LocationCode>LOC29</LocationCode>\r\n\t\t\t\t\t\t\t<Alias>LOC29</Alias>\r\n\t\t\t\t\t\t\t<Name>Bill To Test</Name>\r\n\t\t\t\t\t\t\t<AddrLine1>345 Bill Blvd</AddrLine1>\r\n\t\t\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t\t\t<City>Nashville</City>\r\n\t\t\t\t\t\t\t<StateProvince>TN</StateProvince>\r\n\t\t\t\t\t\t\t<PostalCode>37206</PostalCode>\r\n\t\t\t\t\t\t\t<CountryCode>US</CountryCode>\r\n\t\t\t\t\t\t\t<GeoLoc latDegrees=\"36181845\" latDirection=\"N\" longDegrees=\"86729880\" longDirection=\"W\"/>\r\n\t\t\t\t\t\t\t<Contacts/>\r\n\t\t\t\t\t\t\t<Comments/>\r\n\t\t\t\t\t\t</Address>\r\n\t\t\t\t\t</BillTo>\r\n\t\t\t\t</Payment>\r\n\t\t\t\t<PODReceived>false</PODReceived>\r\n\t\t\t\t<RelatedParties/>\r\n\t\t\t\t<Orders/>\r\n\t\t\t\t<LateReason code=\"\"/>\r\n\t\t\t\t<Notes/>\r\n\t\t\t\t<OriginalSource/>\r\n\t\t\t\t<Enterprise name=\"Structural Concepts Sandbox\" parentName=\"Structural Concepts\" active=\"true\">\r\n\t\t\t\t\t<MultiNational>false</MultiNational>\r\n\t\t\t\t\t<Type>Regular</Type>\r\n\t\t\t\t\t<Description/>\r\n\t\t\t\t\t<CustomerAcctNum>SCSANDBOX</CustomerAcctNum>\r\n\t\t\t\t\t<FederalEIN/>\r\n\t\t\t\t\t<DUNS/>\r\n\t\t\t\t\t<PrimarySIC>0000</PrimarySIC>\r\n\t\t\t\t\t<Ranking>1</Ranking>\r\n\t\t\t\t\t<CarrierInvoicePODRequired>false</CarrierInvoicePODRequired>\r\n\t\t\t\t\t<CustomerInvoicePODRequired>false</CustomerInvoicePODRequired>\r\n\t\t\t\t\t<Credit cashOnly=\"false\" limit=\"0.0\" checkOnShipmentDuplicate=\"false\"/>\r\n\t\t\t\t\t<Visibility login=\"true\" quote=\"true\"/>\r\n\t\t\t\t\t<DisplayNotes/>\r\n\t\t\t\t\t<Locations/>\r\n\t\t\t\t</Enterprise>\r\n\t\t\t\t<Activities>\r\n\t\t\t\t\t<Activity type=\"Create Execution Load\">\r\n\t\t\t\t\t\t<ActivityID/>\r\n\t\t\t\t\t\t<Summary/>\r\n\t\t\t\t\t\t<Priority/>\r\n\t\t\t\t\t\t<Required>false</Required>\r\n\t\t\t\t\t\t<Status>Complete</Status>\r\n\t\t\t\t\t\t<AssignedTo>Structural Concepts Corporation Admin</AssignedTo>\r\n\t\t\t\t\t\t<PlannedDate>05/09/2024 14:56</PlannedDate>\r\n\t\t\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t\t\t<CompletedDate>05/09/2024 14:56</CompletedDate>\r\n\t\t\t\t\t\t<StatusDetails/>\r\n\t\t\t\t\t\t<Location>\r\n\t\t\t\t\t\t\t<Name/>\r\n\t\t\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t\t\t<City/>\r\n\t\t\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t\t\t<CountryCode/>\r\n\t\t\t\t\t\t</Location>\r\n\t\t\t\t\t\t<Contact>\r\n\t\t\t\t\t\t\t<Name/>\r\n\t\t\t\t\t\t</Contact>\r\n\t\t\t\t\t\t<Documents/>\r\n\t\t\t\t\t</Activity>\r\n\t\t\t\t</Activities>\r\n\t\t\t</Shipment>\r\n\t\t</Shipments>\r\n\t\t<Weights>\r\n\t\t\t<Weight type=\"actual\" uom=\"lb\">500.0</Weight>\r\n\t\t\t<Weight type=\"planned\" uom=\"lb\">500.0</Weight>\r\n\t\t\t<Weight type=\"ordered\" uom=\"lb\">0.0</Weight>\r\n\t\t\t<Weight type=\"delivered\" uom=\"lb\">0.0</Weight>\r\n\t\t</Weights>\r\n\t\t<Dimensions>\r\n\t\t\t<Dimension type=\"LinearFeet\" uom=\"ft\">0.0</Dimension>\r\n\t\t\t<Dimension type=\"RatingCount\" uom=\"ct\">0.0</Dimension>\r\n\t\t</Dimensions>\r\n\t\t<Quantities>\r\n\t\t\t<Quantity type=\"actual\">5.0</Quantity>\r\n\t\t\t<Quantity type=\"planned\">0.0</Quantity>\r\n\t\t\t<Quantity type=\"ordered\">0.0</Quantity>\r\n\t\t\t<Quantity type=\"delivered\">0.0</Quantity>\r\n\t\t</Quantities>\r\n\t\t<PriceSheets>\r\n\t\t\t<PriceSheet type=\"Charge\" chargeModel=\"NORMALIZED_MANUAL\" isSelected=\"true\" isAllocated=\"false\" currencyCode=\"USD\" createDate=\"05/09/2024 15:02\" internalId=\"296985732007\">\r\n\t\t\t\t<AccessorialTotal>246.42</AccessorialTotal>\r\n\t\t\t\t<SubTotal>150.00</SubTotal>\r\n\t\t\t\t<Total>396.42</Total>\r\n\t\t\t\t<NormalizedTotal currencyCode=\"USD\">396.42</NormalizedTotal>\r\n\t\t\t\t<ContractId/>\r\n\t\t\t\t<ContractName/>\r\n\t\t\t\t<CarrierId>(296936817293,3840,0)</CarrierId>\r\n\t\t\t\t<CarrierName>Structural Concepts Corporation</CarrierName>\r\n\t\t\t\t<SCAC>SCC1</SCAC>\r\n\t\t\t\t<Mode>TL</Mode>\r\n\t\t\t\t<Service>Standard</Service>\r\n\t\t\t\t<ServiceDays>0.0</ServiceDays>\r\n\t\t\t\t<Distance>292.83</Distance>\r\n\t\t\t\t<Id>SCC1</Id>\r\n\t\t\t\t<InsuranceTypes>\r\n\t\t\t\t\t<Insurance type=\"Cargo\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t\t<Insurance type=\"General\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t\t<Insurance type=\"Liability\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t</InsuranceTypes>\r\n\t\t\t\t<ReasonCode/>\r\n\t\t\t\t<Status>Booked</Status>\r\n\t\t\t\t<LaneID>Nashville,TN to Plainfield,IN</LaneID>\r\n\t\t\t\t<Zone/>\r\n\t\t\t\t<RouteGuidePriority/>\r\n\t\t\t\t<CarrierLocationOid/>\r\n\t\t\t\t<OriginService/>\r\n\t\t\t\t<DestinationService/>\r\n\t\t\t\t<Charges>\r\n\t\t\t\t\t<Charge sequenceNum=\"1\" type=\"ITEM\" itemGroupId=\"\">\r\n\t\t\t\t\t\t<Description>Total Line Haul</Description>\r\n\t\t\t\t\t\t<EdiCode/>\r\n\t\t\t\t\t\t<Amount>150.00</Amount>\r\n\t\t\t\t\t\t<Rate>150.00</Rate>\r\n\t\t\t\t\t\t<RateQualifier>FR</RateQualifier>\r\n\t\t\t\t\t\t<Quantity/>\r\n\t\t\t\t\t\t<Weight>0.0</Weight>\r\n\t\t\t\t\t\t<DimWeight>0.0</DimWeight>\r\n\t\t\t\t\t\t<FreightClass>0.0</FreightClass>\r\n\t\t\t\t\t\t<FakFreightClass>0.0</FakFreightClass>\r\n\t\t\t\t\t\t<IsMin>false</IsMin>\r\n\t\t\t\t\t\t<IsMax>false</IsMax>\r\n\t\t\t\t\t\t<IsNontaxable>false</IsNontaxable>\r\n\t\t\t\t\t</Charge>\r\n\t\t\t\t\t<Charge sequenceNum=\"2\" type=\"ACCESSORIAL\" itemGroupId=\"\">\r\n\t\t\t\t\t\t<Description>Inside Delivery</Description>\r\n\t\t\t\t\t\t<EdiCode>IDL</EdiCode>\r\n\t\t\t\t\t\t<Amount>50.00</Amount>\r\n\t\t\t\t\t\t<Rate>50.00</Rate>\r\n\t\t\t\t\t\t<RateQualifier>FR</RateQualifier>\r\n\t\t\t\t\t\t<Quantity/>\r\n\t\t\t\t\t\t<Weight>0.0</Weight>\r\n\t\t\t\t\t\t<DimWeight>0.0</DimWeight>\r\n\t\t\t\t\t\t<FreightClass>0.0</FreightClass>\r\n\t\t\t\t\t\t<FakFreightClass>0.0</FakFreightClass>\r\n\t\t\t\t\t\t<IsMin>false</IsMin>\r\n\t\t\t\t\t\t<IsMax>false</IsMax>\r\n\t\t\t\t\t\t<IsNontaxable>false</IsNontaxable>\r\n\t\t\t\t\t</Charge>\r\n\t\t\t\t\t<Charge sequenceNum=\"3\" type=\"ACCESSORIAL\" itemGroupId=\"\">\r\n\t\t\t\t\t\t<Description>Residential Delivery</Description>\r\n\t\t\t\t\t\t<EdiCode>RES</EdiCode>\r\n\t\t\t\t\t\t<Amount>50.00</Amount>\r\n\t\t\t\t\t\t<Rate>10.00</Rate>\r\n\t\t\t\t\t\t<RateQualifier>CW</RateQualifier>\r\n\t\t\t\t\t\t<Quantity>5.0</Quantity>\r\n\t\t\t\t\t\t<Weight>0.0</Weight>\r\n\t\t\t\t\t\t<DimWeight>0.0</DimWeight>\r\n\t\t\t\t\t\t<FreightClass>0.0</FreightClass>\r\n\t\t\t\t\t\t<FakFreightClass>0.0</FakFreightClass>\r\n\t\t\t\t\t\t<IsMin>false</IsMin>\r\n\t\t\t\t\t\t<IsMax>false</IsMax>\r\n\t\t\t\t\t\t<IsNontaxable>false</IsNontaxable>\r\n\t\t\t\t\t</Charge>\r\n\t\t\t\t\t<Charge sequenceNum=\"4\" type=\"ACCESSORIAL\" itemGroupId=\"\">\r\n\t\t\t\t\t\t<Description>Storage</Description>\r\n\t\t\t\t\t\t<EdiCode>SRG</EdiCode>\r\n\t\t\t\t\t\t<Amount>146.42</Amount>\r\n\t\t\t\t\t\t<Rate>0.50</Rate>\r\n\t\t\t\t\t\t<RateQualifier>PM</RateQualifier>\r\n\t\t\t\t\t\t<Quantity>292.83</Quantity>\r\n\t\t\t\t\t\t<Weight>0.0</Weight>\r\n\t\t\t\t\t\t<DimWeight>0.0</DimWeight>\r\n\t\t\t\t\t\t<FreightClass>0.0</FreightClass>\r\n\t\t\t\t\t\t<FakFreightClass>0.0</FakFreightClass>\r\n\t\t\t\t\t\t<IsMin>false</IsMin>\r\n\t\t\t\t\t\t<IsMax>false</IsMax>\r\n\t\t\t\t\t\t<IsNontaxable>false</IsNontaxable>\r\n\t\t\t\t\t</Charge>\r\n\t\t\t\t</Charges>\r\n\t\t\t\t<Comments/>\r\n\t\t\t</PriceSheet>\r\n\t\t\t<PriceSheet type=\"Charge\" chargeModel=\"NORMALIZED_MANUAL\" isSelected=\"false\" isAllocated=\"false\" currencyCode=\"USD\" createDate=\"05/09/2024 15:02\" internalId=\"296985732049\">\r\n\t\t\t\t<AccessorialTotal>0.00</AccessorialTotal>\r\n\t\t\t\t<SubTotal>200.00</SubTotal>\r\n\t\t\t\t<Total>200.00</Total>\r\n\t\t\t\t<NormalizedTotal currencyCode=\"USD\">200.00</NormalizedTotal>\r\n\t\t\t\t<ContractId/>\r\n\t\t\t\t<ContractName/>\r\n\t\t\t\t<CarrierId>(296936814822,3840,0)</CarrierId>\r\n\t\t\t\t<CarrierName>Customer Pickup</CarrierName>\r\n\t\t\t\t<SCAC>CPUP</SCAC>\r\n\t\t\t\t<Mode>CustomerPickup</Mode>\r\n\t\t\t\t<Service>Standard</Service>\r\n\t\t\t\t<ServiceDays>0.0</ServiceDays>\r\n\t\t\t\t<Distance>292.83</Distance>\r\n\t\t\t\t<Id>CPUP</Id>\r\n\t\t\t\t<InsuranceTypes>\r\n\t\t\t\t\t<Insurance type=\"Cargo\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t\t<Insurance type=\"General\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t\t<Insurance type=\"Liability\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t</InsuranceTypes>\r\n\t\t\t\t<ReasonCode/>\r\n\t\t\t\t<Status>Manual Quote</Status>\r\n\t\t\t\t<LaneID>Nashville,TN to Plainfield,IN</LaneID>\r\n\t\t\t\t<Zone/>\r\n\t\t\t\t<RouteGuidePriority/>\r\n\t\t\t\t<CarrierLocationOid/>\r\n\t\t\t\t<OriginService/>\r\n\t\t\t\t<DestinationService/>\r\n\t\t\t\t<Charges>\r\n\t\t\t\t\t<Charge sequenceNum=\"1\" type=\"ITEM\" itemGroupId=\"\">\r\n\t\t\t\t\t\t<Description>Total Line Haul</Description>\r\n\t\t\t\t\t\t<EdiCode/>\r\n\t\t\t\t\t\t<Amount>200.00</Amount>\r\n\t\t\t\t\t\t<Rate>200.00</Rate>\r\n\t\t\t\t\t\t<RateQualifier>FR</RateQualifier>\r\n\t\t\t\t\t\t<Quantity/>\r\n\t\t\t\t\t\t<Weight>0.0</Weight>\r\n\t\t\t\t\t\t<DimWeight>0.0</DimWeight>\r\n\t\t\t\t\t\t<FreightClass>0.0</FreightClass>\r\n\t\t\t\t\t\t<FakFreightClass>0.0</FakFreightClass>\r\n\t\t\t\t\t\t<IsMin>false</IsMin>\r\n\t\t\t\t\t\t<IsMax>false</IsMax>\r\n\t\t\t\t\t\t<IsNontaxable>false</IsNontaxable>\r\n\t\t\t\t\t</Charge>\r\n\t\t\t\t</Charges>\r\n\t\t\t\t<Comments/>\r\n\t\t\t</PriceSheet>\r\n\t\t\t<PriceSheet type=\"Billed\" chargeModel=\"NORMALIZED_MANUAL\" isSelected=\"false\" isAllocated=\"false\" currencyCode=\"USD\" createDate=\"05/09/2024 15:15\" internalId=\"296985749324\">\r\n\t\t\t\t<Consolidation count=\"0\"/>\r\n\t\t\t\t<Weight type=\"pricesheet\" uom=\"lb\">500.0</Weight>\r\n\t\t\t\t<Settlement>\r\n\t\t\t\t\t<Queue>Approve</Queue>\r\n\t\t\t\t\t<Total>160.00</Total>\r\n\t\t\t\t\t<ReasonCode/>\r\n\t\t\t\t\t<InvoiceNumber>65814691</InvoiceNumber>\r\n\t\t\t\t\t<Date type=\"invoice\">05/09/2024 00:00</Date>\r\n\t\t\t\t\t<PaymentMethod>Prepaid</PaymentMethod>\r\n\t\t\t\t\t<Comments/>\r\n\t\t\t\t\t<Check>\r\n\t\t\t\t\t\t<CheckNumber/>\r\n\t\t\t\t\t\t<CheckAmount/>\r\n\t\t\t\t\t\t<CheckPayee/>\r\n\t\t\t\t\t</Check>\r\n\t\t\t\t</Settlement>\r\n\t\t\t\t<RemitTo/>\r\n\t\t\t\t<InvoiceBillTo/>\r\n\t\t\t\t<ReferenceNumbers/>\r\n\t\t\t\t<ReferenceNumbers type=\"priceSheet\"/>\r\n\t\t\t\t<Audits/>\r\n\t\t\t\t<Activities>\r\n\t\t\t\t\t<Activity type=\"Approve Invoice\">\r\n\t\t\t\t\t\t<ActivityID/>\r\n\t\t\t\t\t\t<Summary/>\r\n\t\t\t\t\t\t<Priority/>\r\n\t\t\t\t\t\t<Required>false</Required>\r\n\t\t\t\t\t\t<Status>Complete</Status>\r\n\t\t\t\t\t\t<AssignedTo>Structural Concepts Corporation Admin</AssignedTo>\r\n\t\t\t\t\t\t<PlannedDate>05/09/2024 15:18</PlannedDate>\r\n\t\t\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t\t\t<CompletedDate>05/09/2024 15:18</CompletedDate>\r\n\t\t\t\t\t\t<StatusDetails/>\r\n\t\t\t\t\t\t<Location>\r\n\t\t\t\t\t\t\t<Name/>\r\n\t\t\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t\t\t<City/>\r\n\t\t\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t\t\t<CountryCode/>\r\n\t\t\t\t\t\t</Location>\r\n\t\t\t\t\t\t<Contact>\r\n\t\t\t\t\t\t\t<Name/>\r\n\t\t\t\t\t\t</Contact>\r\n\t\t\t\t\t\t<Documents/>\r\n\t\t\t\t\t</Activity>\r\n\t\t\t\t\t<Activity type=\"Ready to Extract\">\r\n\t\t\t\t\t\t<ActivityID/>\r\n\t\t\t\t\t\t<Summary/>\r\n\t\t\t\t\t\t<Priority/>\r\n\t\t\t\t\t\t<Required>false</Required>\r\n\t\t\t\t\t\t<Status>Pending</Status>\r\n\t\t\t\t\t\t<AssignedTo/>\r\n\t\t\t\t\t\t<PlannedDate>10/10/2024 10:40</PlannedDate>\r\n\t\t\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t\t\t<StatusDetails/>\r\n\t\t\t\t\t\t<Location>\r\n\t\t\t\t\t\t\t<Name/>\r\n\t\t\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t\t\t<City/>\r\n\t\t\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t\t\t<CountryCode/>\r\n\t\t\t\t\t\t</Location>\r\n\t\t\t\t\t\t<Contact>\r\n\t\t\t\t\t\t\t<Name/>\r\n\t\t\t\t\t\t</Contact>\r\n\t\t\t\t\t\t<Documents/>\r\n\t\t\t\t\t</Activity>\r\n\t\t\t\t\t<Activity type=\"Audit Invoice\">\r\n\t\t\t\t\t\t<ActivityID/>\r\n\t\t\t\t\t\t<Summary/>\r\n\t\t\t\t\t\t<Priority/>\r\n\t\t\t\t\t\t<Required>false</Required>\r\n\t\t\t\t\t\t<Status>Complete</Status>\r\n\t\t\t\t\t\t<AssignedTo/>\r\n\t\t\t\t\t\t<PlannedDate>05/09/2024 15:15</PlannedDate>\r\n\t\t\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t\t\t<CompletedDate>07/16/2024 15:35</CompletedDate>\r\n\t\t\t\t\t\t<StatusDetails>Price sheet upper variance must be less than 5.00|Total variance [296985732007, 296985749324]|</StatusDetails>\r\n\t\t\t\t\t\t<Location>\r\n\t\t\t\t\t\t\t<Name/>\r\n\t\t\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t\t\t<City/>\r\n\t\t\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t\t\t<CountryCode/>\r\n\t\t\t\t\t\t</Location>\r\n\t\t\t\t\t\t<Contact>\r\n\t\t\t\t\t\t\t<Name/>\r\n\t\t\t\t\t\t</Contact>\r\n\t\t\t\t\t\t<Documents/>\r\n\t\t\t\t\t</Activity>\r\n\t\t\t\t\t<Activity type=\"Audit By Accounting\">\r\n\t\t\t\t\t\t<ActivityID/>\r\n\t\t\t\t\t\t<Summary/>\r\n\t\t\t\t\t\t<Priority/>\r\n\t\t\t\t\t\t<Required>false</Required>\r\n\t\t\t\t\t\t<Status>Complete</Status>\r\n\t\t\t\t\t\t<AssignedTo/>\r\n\t\t\t\t\t\t<PlannedDate>05/09/2024 15:18</PlannedDate>\r\n\t\t\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t\t\t<CompletedDate>05/09/2024 15:18</CompletedDate>\r\n\t\t\t\t\t\t<StatusDetails/>\r\n\t\t\t\t\t\t<Location>\r\n\t\t\t\t\t\t\t<Name/>\r\n\t\t\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t\t\t<City/>\r\n\t\t\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t\t\t<CountryCode/>\r\n\t\t\t\t\t\t</Location>\r\n\t\t\t\t\t\t<Contact>\r\n\t\t\t\t\t\t\t<Name/>\r\n\t\t\t\t\t\t</Contact>\r\n\t\t\t\t\t\t<Documents/>\r\n\t\t\t\t\t</Activity>\r\n\t\t\t\t\t<Activity type=\"Dispute Invoice\">\r\n\t\t\t\t\t\t<ActivityID/>\r\n\t\t\t\t\t\t<Summary/>\r\n\t\t\t\t\t\t<Priority/>\r\n\t\t\t\t\t\t<Required>false</Required>\r\n\t\t\t\t\t\t<Status>Review Contract</Status>\r\n\t\t\t\t\t\t<AssignedTo/>\r\n\t\t\t\t\t\t<PlannedDate>07/17/2024 15:36</PlannedDate>\r\n\t\t\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t\t\t<StatusDetails/>\r\n\t\t\t\t\t\t<Location>\r\n\t\t\t\t\t\t\t<Name/>\r\n\t\t\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t\t\t<City/>\r\n\t\t\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t\t\t<CountryCode/>\r\n\t\t\t\t\t\t</Location>\r\n\t\t\t\t\t\t<Contact>\r\n\t\t\t\t\t\t\t<Name/>\r\n\t\t\t\t\t\t</Contact>\r\n\t\t\t\t\t\t<Documents>\r\n\t\t\t\t\t\t\t<Document>\r\n\t\t\t\t\t\t\t\t<FileName/>\r\n\t\t\t\t\t\t\t\t<CreateDate>07/16/2024 15:36</CreateDate>\r\n\t\t\t\t\t\t\t\t<CreatedBy>Ali.DeBoer2</CreatedBy>\r\n\t\t\t\t\t\t\t\t<Comments/>\r\n\t\t\t\t\t\t\t</Document>\r\n\t\t\t\t\t\t</Documents>\r\n\t\t\t\t\t</Activity>\r\n\t\t\t\t</Activities>\r\n\t\t\t\t<AccessorialTotal>10.00</AccessorialTotal>\r\n\t\t\t\t<SubTotal>150.00</SubTotal>\r\n\t\t\t\t<Total>160.00</Total>\r\n\t\t\t\t<NormalizedTotal currencyCode=\"USD\">160.00</NormalizedTotal>\r\n\t\t\t\t<GLCode>HeaderExpenseGL</GLCode>\r\n\t\t\t\t<ContractId/>\r\n\t\t\t\t<ContractName/>\r\n\t\t\t\t<CarrierId>(296936817293,3840,0)</CarrierId>\r\n\t\t\t\t<CarrierName>Structural Concepts Corporation</CarrierName>\r\n\t\t\t\t<SCAC>SCC1</SCAC>\r\n\t\t\t\t<Mode>TL</Mode>\r\n\t\t\t\t<Service>Standard</Service>\r\n\t\t\t\t<ServiceDays>0.0</ServiceDays>\r\n\t\t\t\t<Distance>292.83</Distance>\r\n\t\t\t\t<Id>SCC1</Id>\r\n\t\t\t\t<InsuranceTypes>\r\n\t\t\t\t\t<Insurance type=\"Cargo\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t\t<Insurance type=\"General\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t\t<Insurance type=\"Liability\" amount=\"0.00\" company=\"\" expirationDate=\"\" contactName=\"\" contactPhone=\"\"/>\r\n\t\t\t\t</InsuranceTypes>\r\n\t\t\t\t<ReasonCode/>\r\n\t\t\t\t<Status/>\r\n\t\t\t\t<LaneID>Nashville,TN to Plainfield,IN</LaneID>\r\n\t\t\t\t<Zone/>\r\n\t\t\t\t<RouteGuidePriority/>\r\n\t\t\t\t<CarrierLocationOid/>\r\n\t\t\t\t<OriginService/>\r\n\t\t\t\t<DestinationService/>\r\n\t\t\t\t<Charges>\r\n\t\t\t\t\t<Charge sequenceNum=\"1\" type=\"ITEM\" itemGroupId=\"\">\r\n\t\t\t\t\t\t<Description>Total Line Haul</Description>\r\n\t\t\t\t\t\t<EdiCode/>\r\n\t\t\t\t\t\t<Amount>150.00</Amount>\r\n\t\t\t\t\t\t<Rate>150.00</Rate>\r\n\t\t\t\t\t\t<RateQualifier>FR</RateQualifier>\r\n\t\t\t\t\t\t<Quantity/>\r\n\t\t\t\t\t\t<Weight>0.0</Weight>\r\n\t\t\t\t\t\t<DimWeight>0.0</DimWeight>\r\n\t\t\t\t\t\t<FreightClass>0.0</FreightClass>\r\n\t\t\t\t\t\t<FakFreightClass>0.0</FakFreightClass>\r\n\t\t\t\t\t\t<IsMin>false</IsMin>\r\n\t\t\t\t\t\t<IsMax>false</IsMax>\r\n\t\t\t\t\t\t<IsNontaxable>false</IsNontaxable>\r\n\t\t\t\t\t\t<GLCode>LinehaulExpenseGL</GLCode>\r\n\t\t\t\t\t</Charge>\r\n\t\t\t\t\t<Charge sequenceNum=\"2\" type=\"ACCESSORIAL\" itemGroupId=\"\">\r\n\t\t\t\t\t\t<Description>Advance Fee</Description>\r\n\t\t\t\t\t\t<EdiCode>ADV</EdiCode>\r\n\t\t\t\t\t\t<Amount>10.00</Amount>\r\n\t\t\t\t\t\t<Rate>10.00</Rate>\r\n\t\t\t\t\t\t<RateQualifier>FR</RateQualifier>\r\n\t\t\t\t\t\t<Quantity/>\r\n\t\t\t\t\t\t<Weight>0.0</Weight>\r\n\t\t\t\t\t\t<DimWeight>0.0</DimWeight>\r\n\t\t\t\t\t\t<FreightClass>0.0</FreightClass>\r\n\t\t\t\t\t\t<FakFreightClass>0.0</FakFreightClass>\r\n\t\t\t\t\t\t<IsMin>false</IsMin>\r\n\t\t\t\t\t\t<IsMax>false</IsMax>\r\n\t\t\t\t\t\t<IsNontaxable>false</IsNontaxable>\r\n\t\t\t\t\t\t<GLCode>AccessorialExpenseGL</GLCode>\r\n\t\t\t\t\t</Charge>\r\n\t\t\t\t</Charges>\r\n\t\t\t\t<Comments/>\r\n\t\t\t</PriceSheet>\r\n\t\t</PriceSheets>\r\n\t\t<Tenders>\r\n\t\t\t<Tender user=\"Structural Concepts Corporation Admin\" carrierSCAC=\"SCC1\" method=\"email\" date=\"05/09/2024 15:05\">\r\n\t\t\t\t<TenderResponse carrierSCAC=\"SCC1\" actioncode=\"A\" date=\"05/09/2024 15:06\"/>\r\n\t\t\t</Tender>\r\n\t\t</Tenders>\r\n\t\t<Activities>\r\n\t\t\t<Activity type=\"Carrier Invoice Approved\">\r\n\t\t\t\t<ActivityID/>\r\n\t\t\t\t<Summary/>\r\n\t\t\t\t<Priority/>\r\n\t\t\t\t<Required>false</Required>\r\n\t\t\t\t<Status>Complete</Status>\r\n\t\t\t\t<AssignedTo>Structural Concepts Corporation Admin</AssignedTo>\r\n\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t<CompletedDate>05/09/2024 15:18</CompletedDate>\r\n\t\t\t\t<StatusDetails/>\r\n\t\t\t\t<Location>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t<City/>\r\n\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t<CountryCode/>\r\n\t\t\t\t</Location>\r\n\t\t\t\t<Contact>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t</Contact>\r\n\t\t\t\t<Documents/>\r\n\t\t\t</Activity>\r\n\t\t\t<Activity type=\"Assign Carrier Rate\">\r\n\t\t\t\t<ActivityID>pd</ActivityID>\r\n\t\t\t\t<Summary/>\r\n\t\t\t\t<Priority/>\r\n\t\t\t\t<Required>false</Required>\r\n\t\t\t\t<Status>Complete</Status>\r\n\t\t\t\t<AssignedTo>Structural Concepts Corporation Admin</AssignedTo>\r\n\t\t\t\t<PlannedDate>05/09/2024 17:56</PlannedDate>\r\n\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t<CompletedDate>05/09/2024 15:03</CompletedDate>\r\n\t\t\t\t<StatusDetails/>\r\n\t\t\t\t<Location>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t<City/>\r\n\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t<CountryCode/>\r\n\t\t\t\t</Location>\r\n\t\t\t\t<Contact>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t</Contact>\r\n\t\t\t\t<Documents/>\r\n\t\t\t</Activity>\r\n\t\t\t<Activity type=\"Send Tender\">\r\n\t\t\t\t<ActivityID/>\r\n\t\t\t\t<Summary/>\r\n\t\t\t\t<Priority/>\r\n\t\t\t\t<Required>false</Required>\r\n\t\t\t\t<Status>Complete</Status>\r\n\t\t\t\t<AssignedTo>Structural Concepts Corporation Admin</AssignedTo>\r\n\t\t\t\t<PlannedDate>05/09/2024 16:03</PlannedDate>\r\n\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t<CompletedDate>05/09/2024 15:05</CompletedDate>\r\n\t\t\t\t<StatusDetails/>\r\n\t\t\t\t<Location>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t<City/>\r\n\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t<CountryCode/>\r\n\t\t\t\t</Location>\r\n\t\t\t\t<Contact>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t</Contact>\r\n\t\t\t\t<Documents/>\r\n\t\t\t</Activity>\r\n\t\t\t<Activity type=\"Trigger Margin Calculation\">\r\n\t\t\t\t<ActivityID>PriceSheetAddOrUpdate</ActivityID>\r\n\t\t\t\t<Summary/>\r\n\t\t\t\t<Priority/>\r\n\t\t\t\t<Required>false</Required>\r\n\t\t\t\t<Status>Complete</Status>\r\n\t\t\t\t<AssignedTo/>\r\n\t\t\t\t<PlannedDate>10/10/2024 10:39</PlannedDate>\r\n\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t<CompletedDate>10/10/2024 10:39</CompletedDate>\r\n\t\t\t\t<StatusDetails/>\r\n\t\t\t\t<Location>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t<City/>\r\n\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t<CountryCode/>\r\n\t\t\t\t</Location>\r\n\t\t\t\t<Contact>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t</Contact>\r\n\t\t\t\t<Documents/>\r\n\t\t\t</Activity>\r\n\t\t\t<Activity type=\"Dispatch\">\r\n\t\t\t\t<ActivityID/>\r\n\t\t\t\t<Summary>User Stamped</Summary>\r\n\t\t\t\t<Priority/>\r\n\t\t\t\t<Required>false</Required>\r\n\t\t\t\t<Status>Complete</Status>\r\n\t\t\t\t<AssignedTo>Structural Concepts Corporation Admin</AssignedTo>\r\n\t\t\t\t<PlannedDate>05/05/2024 08:00</PlannedDate>\r\n\t\t\t\t<PercentageComplete>100%</PercentageComplete>\r\n\t\t\t\t<CompletedDate>05/09/2024 14:08</CompletedDate>\r\n\t\t\t\t<StatusDetails>NAME \r\nPHONE \r\nEMAIL \r\nDRIVERID </StatusDetails>\r\n\t\t\t\t<Location>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t<City/>\r\n\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t<CountryCode>US</CountryCode>\r\n\t\t\t\t</Location>\r\n\t\t\t\t<Contact>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t</Contact>\r\n\t\t\t\t<Documents/>\r\n\t\t\t</Activity>\r\n\t\t\t<Activity type=\"Set Appointment\">\r\n\t\t\t\t<ActivityID/>\r\n\t\t\t\t<Summary/>\r\n\t\t\t\t<Priority/>\r\n\t\t\t\t<Required>false</Required>\r\n\t\t\t\t<Status>Complete</Status>\r\n\t\t\t\t<AssignedTo/>\r\n\t\t\t\t<PlannedDate>05/09/2024 19:06</PlannedDate>\r\n\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t<CompletedDate>05/09/2024 15:09</CompletedDate>\r\n\t\t\t\t<StatusDetails/>\r\n\t\t\t\t<Location>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t<City/>\r\n\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t<CountryCode/>\r\n\t\t\t\t</Location>\r\n\t\t\t\t<Contact>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t</Contact>\r\n\t\t\t\t<Documents/>\r\n\t\t\t</Activity>\r\n\t\t\t<Activity type=\"Book\">\r\n\t\t\t\t<ActivityID>Structural Concepts Corporation Admin</ActivityID>\r\n\t\t\t\t<Summary/>\r\n\t\t\t\t<Priority/>\r\n\t\t\t\t<Required>false</Required>\r\n\t\t\t\t<Status>Complete</Status>\r\n\t\t\t\t<AssignedTo/>\r\n\t\t\t\t<PlannedDate>05/09/2024 17:05</PlannedDate>\r\n\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t<CompletedDate>05/09/2024 15:06</CompletedDate>\r\n\t\t\t\t<StatusDetails/>\r\n\t\t\t\t<Location>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t<City/>\r\n\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t<CountryCode/>\r\n\t\t\t\t</Location>\r\n\t\t\t\t<Contact>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t</Contact>\r\n\t\t\t\t<Documents/>\r\n\t\t\t</Activity>\r\n\t\t\t<Activity type=\"Last Location\">\r\n\t\t\t\t<ActivityID>Plainfield, IN - Miles to Next Stop: 0.0</ActivityID>\r\n\t\t\t\t<Summary/>\r\n\t\t\t\t<Priority/>\r\n\t\t\t\t<Required>false</Required>\r\n\t\t\t\t<Status>Complete</Status>\r\n\t\t\t\t<AssignedTo/>\r\n\t\t\t\t<PlannedDate>05/09/2024 17:01</PlannedDate>\r\n\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t<CompletedDate>05/09/2024 17:00</CompletedDate>\r\n\t\t\t\t<StatusDetails/>\r\n\t\t\t\t<Location>\r\n\t\t\t\t\t<Name>Testination</Name>\r\n\t\t\t\t\t<AddrLine1>234 Consignee Corner</AddrLine1>\r\n\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t<City>Plainfield</City>\r\n\t\t\t\t\t<StateProvince>IN</StateProvince>\r\n\t\t\t\t\t<PostalCode>46168</PostalCode>\r\n\t\t\t\t\t<CountryCode>US</CountryCode>\r\n\t\t\t\t</Location>\r\n\t\t\t\t<Contact>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t</Contact>\r\n\t\t\t\t<Documents/>\r\n\t\t\t</Activity>\r\n\t\t\t<Activity type=\"Next Event ETA Risk\">\r\n\t\t\t\t<ActivityID>296985619103</ActivityID>\r\n\t\t\t\t<Summary/>\r\n\t\t\t\t<Priority/>\r\n\t\t\t\t<Required>false</Required>\r\n\t\t\t\t<Status>Likely Late</Status>\r\n\t\t\t\t<AssignedTo/>\r\n\t\t\t\t<PlannedDate>05/09/2024 17:01</PlannedDate>\r\n\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t<CompletedDate>05/09/2024 15:13</CompletedDate>\r\n\t\t\t\t<StatusDetails/>\r\n\t\t\t\t<Location>\r\n\t\t\t\t\t<Name>Testination</Name>\r\n\t\t\t\t\t<AddrLine1>234 Consignee Corner</AddrLine1>\r\n\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t<City>Plainfield</City>\r\n\t\t\t\t\t<StateProvince>IN</StateProvince>\r\n\t\t\t\t\t<PostalCode>46168</PostalCode>\r\n\t\t\t\t\t<CountryCode>US</CountryCode>\r\n\t\t\t\t</Location>\r\n\t\t\t\t<Contact>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t</Contact>\r\n\t\t\t\t<Documents/>\r\n\t\t\t</Activity>\r\n\t\t\t<Activity type=\"Accrue Charges\">\r\n\t\t\t\t<ActivityID/>\r\n\t\t\t\t<Summary/>\r\n\t\t\t\t<Priority/>\r\n\t\t\t\t<Required>false</Required>\r\n\t\t\t\t<Status>Pending</Status>\r\n\t\t\t\t<AssignedTo/>\r\n\t\t\t\t<PlannedDate>05/16/2024 15:12</PlannedDate>\r\n\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t<StatusDetails/>\r\n\t\t\t\t<Location>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t<City/>\r\n\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t<CountryCode/>\r\n\t\t\t\t</Location>\r\n\t\t\t\t<Contact>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t</Contact>\r\n\t\t\t\t<Documents/>\r\n\t\t\t</Activity>\r\n\t\t\t<Activity type=\"Add POD\">\r\n\t\t\t\t<ActivityID/>\r\n\t\t\t\t<Summary/>\r\n\t\t\t\t<Priority/>\r\n\t\t\t\t<Required>false</Required>\r\n\t\t\t\t<Status>Complete</Status>\r\n\t\t\t\t<AssignedTo>Structural Concepts Corporation Admin</AssignedTo>\r\n\t\t\t\t<PlannedDate>05/10/2024 15:13</PlannedDate>\r\n\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t<CompletedDate>05/09/2024 15:14</CompletedDate>\r\n\t\t\t\t<StatusDetails/>\r\n\t\t\t\t<Location>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t<City/>\r\n\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t<CountryCode/>\r\n\t\t\t\t</Location>\r\n\t\t\t\t<Contact>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t</Contact>\r\n\t\t\t\t<Documents/>\r\n\t\t\t</Activity>\r\n\t\t\t<Activity type=\"Calculate Commissions\">\r\n\t\t\t\t<ActivityID/>\r\n\t\t\t\t<Summary/>\r\n\t\t\t\t<Priority/>\r\n\t\t\t\t<Required>false</Required>\r\n\t\t\t\t<Status>Complete</Status>\r\n\t\t\t\t<AssignedTo/>\r\n\t\t\t\t<PlannedDate>05/11/2024 15:13</PlannedDate>\r\n\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t<CompletedDate>05/09/2024 15:13</CompletedDate>\r\n\t\t\t\t<StatusDetails/>\r\n\t\t\t\t<Location>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t<City/>\r\n\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t<CountryCode/>\r\n\t\t\t\t</Location>\r\n\t\t\t\t<Contact>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t</Contact>\r\n\t\t\t\t<Documents/>\r\n\t\t\t</Activity>\r\n\t\t\t<Activity type=\"Enter Invoice\">\r\n\t\t\t\t<ActivityID/>\r\n\t\t\t\t<Summary/>\r\n\t\t\t\t<Priority/>\r\n\t\t\t\t<Required>false</Required>\r\n\t\t\t\t<Status>Complete</Status>\r\n\t\t\t\t<AssignedTo>Structural Concepts Corporation Admin</AssignedTo>\r\n\t\t\t\t<PlannedDate>05/09/2024 17:14</PlannedDate>\r\n\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t<CompletedDate>05/09/2024 15:15</CompletedDate>\r\n\t\t\t\t<StatusDetails/>\r\n\t\t\t\t<Location>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t<City/>\r\n\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t<CountryCode/>\r\n\t\t\t\t</Location>\r\n\t\t\t\t<Contact>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t</Contact>\r\n\t\t\t\t<Documents/>\r\n\t\t\t</Activity>\r\n\t\t\t<Activity type=\"Historical\">\r\n\t\t\t\t<ActivityID/>\r\n\t\t\t\t<Summary/>\r\n\t\t\t\t<Priority/>\r\n\t\t\t\t<Required>false</Required>\r\n\t\t\t\t<Status>Pending</Status>\r\n\t\t\t\t<AssignedTo/>\r\n\t\t\t\t<PlannedDate>05/16/2024 15:15</PlannedDate>\r\n\t\t\t\t<PercentageComplete/>\r\n\t\t\t\t<StatusDetails/>\r\n\t\t\t\t<Location>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t\t<AddrLine1/>\r\n\t\t\t\t\t<AddrLine2/>\r\n\t\t\t\t\t<City/>\r\n\t\t\t\t\t<StateProvince/>\r\n\t\t\t\t\t<PostalCode/>\r\n\t\t\t\t\t<CountryCode/>\r\n\t\t\t\t</Location>\r\n\t\t\t\t<Contact>\r\n\t\t\t\t\t<Name/>\r\n\t\t\t\t</Contact>\r\n\t\t\t\t<Documents/>\r\n\t\t\t</Activity>\r\n\t\t</Activities>\r\n\t</MasterBillOfLading>\r\n</MercuryGate>\r\n"
}
1 Like

Yeah its most likely an issue with all the < > " / littered through the XML, you would need to escape or encapsulate all these when including this in the JSON payload or they are going to cause the JSON to be malformed, its a PITA problem to deal with for sure, especially if the XML content is dynamic.

Snap.

3 Likes