( Service1 Web Service

Service1


Click here for a complete list of operations.

show_user_redem_Punch

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/show_user_redem_Punch"

<?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>
    <show_user_redem_Punch xmlns="http://tempuri.org/">
      <loyalty>
        <total_punch1>decimal</total_punch1>
        <userid1>string</userid1>
        <programid1>int</programid1>
        <p_id1>string</p_id1>
        <valid_till1>dateTime</valid_till1>
        <created_by1>string</created_by1>
        <businessid1>int</businessid1>
        <name1>string</name1>
        <emailid1>string</emailid1>
        <isChain1>boolean</isChain1>
        <modified_by1>string</modified_by1>
        <businessname1>string</businessname1>
        <reedem_dt1>dateTime</reedem_dt1>
        <prepaid_loyalty_id1>int</prepaid_loyalty_id1>
        <offercnt1>decimal</offercnt1>
        <valid_date1>string</valid_date1>
        <deliver_dt1>string</deliver_dt1>
        <created_dt1>string</created_dt1>
        <autoid1>int</autoid1>
        <Active1>boolean</Active1>
        <MobileMsg>string</MobileMsg>
        <CardOption>int</CardOption>
        <Terms>string</Terms>
        <CardBusinessName>string</CardBusinessName>
        <CardBusinessFontColor>string</CardBusinessFontColor>
        <ContentFontColor>string</ContentFontColor>
        <CardValue>int</CardValue>
        <BackgroundOption>int</BackgroundOption>
        <HeaderBackground>string</HeaderBackground>
        <BodyBackground>string</BodyBackground>
        <CardImage>string</CardImage>
        <BusinessImage>string</BusinessImage>
        <Remarks>string</Remarks>
        <Deactive>string</Deactive>
      </loyalty>
    </show_user_redem_Punch>
  </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>
    <show_user_redem_PunchResponse xmlns="http://tempuri.org/">
      <show_user_redem_PunchResult />
    </show_user_redem_PunchResponse>
  </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>
    <show_user_redem_Punch xmlns="http://tempuri.org/">
      <loyalty>
        <total_punch1>decimal</total_punch1>
        <userid1>string</userid1>
        <programid1>int</programid1>
        <p_id1>string</p_id1>
        <valid_till1>dateTime</valid_till1>
        <created_by1>string</created_by1>
        <businessid1>int</businessid1>
        <name1>string</name1>
        <emailid1>string</emailid1>
        <isChain1>boolean</isChain1>
        <modified_by1>string</modified_by1>
        <businessname1>string</businessname1>
        <reedem_dt1>dateTime</reedem_dt1>
        <prepaid_loyalty_id1>int</prepaid_loyalty_id1>
        <offercnt1>decimal</offercnt1>
        <valid_date1>string</valid_date1>
        <deliver_dt1>string</deliver_dt1>
        <created_dt1>string</created_dt1>
        <autoid1>int</autoid1>
        <Active1>boolean</Active1>
        <MobileMsg>string</MobileMsg>
        <CardOption>int</CardOption>
        <Terms>string</Terms>
        <CardBusinessName>string</CardBusinessName>
        <CardBusinessFontColor>string</CardBusinessFontColor>
        <ContentFontColor>string</ContentFontColor>
        <CardValue>int</CardValue>
        <BackgroundOption>int</BackgroundOption>
        <HeaderBackground>string</HeaderBackground>
        <BodyBackground>string</BodyBackground>
        <CardImage>string</CardImage>
        <BusinessImage>string</BusinessImage>
        <Remarks>string</Remarks>
        <Deactive>string</Deactive>
      </loyalty>
    </show_user_redem_Punch>
  </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>
    <show_user_redem_PunchResponse xmlns="http://tempuri.org/">
      <show_user_redem_PunchResult />
    </show_user_redem_PunchResponse>
  </soap12:Body>
</soap12:Envelope>
);