( Service1 Web Service

Service1


Click here for a complete list of operations.

InsertPOSDetails

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /ViungoWebService.asmx HTTP/1.1
Host: ws.fuelthebuilders.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/InsertPOSDetails"

<?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>
    <InsertPOSDetails xmlns="http://tempuri.org/">
      <pOSDetails>
        <POSDetailsID>int</POSDetailsID>
        <Name>string</Name>
        <Email>string</Email>
        <Businessleader>string</Businessleader>
        <Region>string</Region>
        <UnitName>string</UnitName>
        <UnitStillOpen>boolean</UnitStillOpen>
        <UnitClosed>string</UnitClosed>
        <WorkDate>string</WorkDate>
        <POSUnit>string</POSUnit>
        <POSOthertext>string</POSOthertext>
        <CashieredPOS>boolean</CashieredPOS>
        <KioskCount>int</KioskCount>
        <BackHouseKioskCount>int</BackHouseKioskCount>
        <MonitorsLocatedCount>int</MonitorsLocatedCount>
        <CashieredPOSCount>int</CashieredPOSCount>
        <UnderutilizedCovid>boolean</UnderutilizedCovid>
        <HowmanyRemoved>int</HowmanyRemoved>
        <KiosksRemoved>string</KiosksRemoved>
        <CurrentlySolutions>string</CurrentlySolutions>
        <VendorName>string</VendorName>
        <MobileBased>string</MobileBased>
        <FeedbackPlatforms>string</FeedbackPlatforms>
        <FeedbcakVendorName>string</FeedbcakVendorName>
        <CreatedDate>string</CreatedDate>
        <kioskDetailarray>
          <KioskDetails>
            <KioskDetailsID>int</KioskDetailsID>
            <POSDetailsID>int</POSDetailsID>
            <LocatedConcept>string</LocatedConcept>
            <NameKioskLocated>string</NameKioskLocated>
            <WhereLocated>string</WhereLocated>
            <CapabilitiesKiosk>string</CapabilitiesKiosk>
            <ConceptFeatured>string</ConceptFeatured>
          </KioskDetails>
          <KioskDetails>
            <KioskDetailsID>int</KioskDetailsID>
            <POSDetailsID>int</POSDetailsID>
            <LocatedConcept>string</LocatedConcept>
            <NameKioskLocated>string</NameKioskLocated>
            <WhereLocated>string</WhereLocated>
            <CapabilitiesKiosk>string</CapabilitiesKiosk>
            <ConceptFeatured>string</ConceptFeatured>
          </KioskDetails>
        </kioskDetailarray>
        <TypeID>int</TypeID>
      </pOSDetails>
    </InsertPOSDetails>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?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>
    <InsertPOSDetailsResponse xmlns="http://tempuri.org/">
      <InsertPOSDetailsResult>string</InsertPOSDetailsResult>
    </InsertPOSDetailsResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /ViungoWebService.asmx HTTP/1.1
Host: ws.fuelthebuilders.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <InsertPOSDetails xmlns="http://tempuri.org/">
      <pOSDetails>
        <POSDetailsID>int</POSDetailsID>
        <Name>string</Name>
        <Email>string</Email>
        <Businessleader>string</Businessleader>
        <Region>string</Region>
        <UnitName>string</UnitName>
        <UnitStillOpen>boolean</UnitStillOpen>
        <UnitClosed>string</UnitClosed>
        <WorkDate>string</WorkDate>
        <POSUnit>string</POSUnit>
        <POSOthertext>string</POSOthertext>
        <CashieredPOS>boolean</CashieredPOS>
        <KioskCount>int</KioskCount>
        <BackHouseKioskCount>int</BackHouseKioskCount>
        <MonitorsLocatedCount>int</MonitorsLocatedCount>
        <CashieredPOSCount>int</CashieredPOSCount>
        <UnderutilizedCovid>boolean</UnderutilizedCovid>
        <HowmanyRemoved>int</HowmanyRemoved>
        <KiosksRemoved>string</KiosksRemoved>
        <CurrentlySolutions>string</CurrentlySolutions>
        <VendorName>string</VendorName>
        <MobileBased>string</MobileBased>
        <FeedbackPlatforms>string</FeedbackPlatforms>
        <FeedbcakVendorName>string</FeedbcakVendorName>
        <CreatedDate>string</CreatedDate>
        <kioskDetailarray>
          <KioskDetails>
            <KioskDetailsID>int</KioskDetailsID>
            <POSDetailsID>int</POSDetailsID>
            <LocatedConcept>string</LocatedConcept>
            <NameKioskLocated>string</NameKioskLocated>
            <WhereLocated>string</WhereLocated>
            <CapabilitiesKiosk>string</CapabilitiesKiosk>
            <ConceptFeatured>string</ConceptFeatured>
          </KioskDetails>
          <KioskDetails>
            <KioskDetailsID>int</KioskDetailsID>
            <POSDetailsID>int</POSDetailsID>
            <LocatedConcept>string</LocatedConcept>
            <NameKioskLocated>string</NameKioskLocated>
            <WhereLocated>string</WhereLocated>
            <CapabilitiesKiosk>string</CapabilitiesKiosk>
            <ConceptFeatured>string</ConceptFeatured>
          </KioskDetails>
        </kioskDetailarray>
        <TypeID>int</TypeID>
      </pOSDetails>
    </InsertPOSDetails>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <InsertPOSDetailsResponse xmlns="http://tempuri.org/">
      <InsertPOSDetailsResult>string</InsertPOSDetailsResult>
    </InsertPOSDetailsResponse>
  </soap12:Body>
</soap12:Envelope>
);