Difference between revisions of "MKC Request data sample"
From Agility
(Created page with "<source> <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="h...") |
(No difference)
|
Latest revision as of 13:59, 4 July 2017
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<NewRequest xmlns="http://namespace.com">
<NewRequestSummary>
<BusinessPartnerID>WWS001</BusinessPartnerID>
<RequestType>WSW</RequestType>
<EscalationCode>000</EscalationCode>
<LinkedTransaction></LinkedTransaction>
<CitizenID></CitizenID>
<CitizenForename>Alan</CitizenForename>
<CitizenSurname>Ward</CitizenSurname>
<LocationUPRN>AC1</LocationUPRN>
<LocationUSRN></LocationUSRN>
<Easting></Easting>
<Northing></Northing>
<Comments></Comments>
<RequestDate>01/01/2001 12:00:00</RequestDate >
</NewRequestSummary>
<NewRequestResultDetail>
<ItemNumber>1</ItemNumber>
<ItemBusinessPartnerID>WWS001</ItemBusinessPartnerID>
<ItemCode>W5</ItemCode>
<ItemType>000</ItemType>
<EscalationCodeItem>000</EscalationCodeItem>
<ItemDescription>Tumble Dryer 2</ItemDescription>
<ItemQuantity>1</ItemQuantity>
<CostCode>FOC</CostCode>
<AppointmentDate></AppointmentDate>
<ModifiedBy>Alan Ward</ModifiedBy>
<ModifiedDate>02/01/2011 12:00:00</ModifiedDate>
</NewRequestResultDetail>
<NewRequestResultDetail>
<ItemNumber>2</ItemNumber>
<ItemBusinessPartnerID>WWS001</ItemBusinessPartnerID>
<ItemCode>W6</ItemCode>
<ItemType>000</ItemType>
<EscalationCodeItem>000</EscalationCodeItem>
<ItemDescription>Washing Machine</ItemDescription>
<ItemQuantity>1</ItemQuantity>
<CostCode>FOC</CostCode>
<AppointmentDate></AppointmentDate>
<ModifiedBy>Alan Ward</ModifiedBy>
<ModifiedDate>02/01/2011 12:00:00</ModifiedDate>
</NewRequestResultDetail>
</NewRequest>
</soap:Body>
</soap:Envelope>