Service
Click here for a complete list of operations.
GRC_Save
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /service.asmx HTTP/1.1
Host: web.yashrajsoftware.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GRC_Save"
<?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>
<GRC_Save xmlns="http://tempuri.org/">
<RegID>string</RegID>
<RegNo>string</RegNo>
<FYearID>string</FYearID>
<HotelID>string</HotelID>
<CheckInDate>string</CheckInDate>
<CheckInTime>string</CheckInTime>
<NoofDays>string</NoofDays>
<CheckOutDate>string</CheckOutDate>
<CheckOutTime>string</CheckOutTime>
<NoofRooms>string</NoofRooms>
<GuestType>string</GuestType>
<Title>string</Title>
<GuestName>string</GuestName>
<Gender>string</Gender>
<Age>string</Age>
<Address>string</Address>
<CityID>string</CityID>
<StateID>string</StateID>
<CountryID>string</CountryID>
<PinCode>string</PinCode>
<ContactNo>string</ContactNo>
<E_Mail>string</E_Mail>
<OccupationID>string</OccupationID>
<TotalPax>string</TotalPax>
<VisitPurposeID>string</VisitPurposeID>
<ArrivedFromID>string</ArrivedFromID>
<ProceedToID>string</ProceedToID>
<CheckOutTypeID>string</CheckOutTypeID>
<NewsPaperID>string</NewsPaperID>
<FoodPlanID>string</FoodPlanID>
<Luggage>string</Luggage>
<IdTypeID>string</IdTypeID>
<IDNo>string</IDNo>
<Remark>string</Remark>
<Guardian_Title>string</Guardian_Title>
<GuardianName>string</GuardianName>
<PhotoFileName>string</PhotoFileName>
<DocumentFileName>string</DocumentFileName>
<MemberListJson>string</MemberListJson>
</GRC_Save>
</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>
<GRC_SaveResponse xmlns="http://tempuri.org/" />
</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 /service.asmx HTTP/1.1
Host: web.yashrajsoftware.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>
<GRC_Save xmlns="http://tempuri.org/">
<RegID>string</RegID>
<RegNo>string</RegNo>
<FYearID>string</FYearID>
<HotelID>string</HotelID>
<CheckInDate>string</CheckInDate>
<CheckInTime>string</CheckInTime>
<NoofDays>string</NoofDays>
<CheckOutDate>string</CheckOutDate>
<CheckOutTime>string</CheckOutTime>
<NoofRooms>string</NoofRooms>
<GuestType>string</GuestType>
<Title>string</Title>
<GuestName>string</GuestName>
<Gender>string</Gender>
<Age>string</Age>
<Address>string</Address>
<CityID>string</CityID>
<StateID>string</StateID>
<CountryID>string</CountryID>
<PinCode>string</PinCode>
<ContactNo>string</ContactNo>
<E_Mail>string</E_Mail>
<OccupationID>string</OccupationID>
<TotalPax>string</TotalPax>
<VisitPurposeID>string</VisitPurposeID>
<ArrivedFromID>string</ArrivedFromID>
<ProceedToID>string</ProceedToID>
<CheckOutTypeID>string</CheckOutTypeID>
<NewsPaperID>string</NewsPaperID>
<FoodPlanID>string</FoodPlanID>
<Luggage>string</Luggage>
<IdTypeID>string</IdTypeID>
<IDNo>string</IDNo>
<Remark>string</Remark>
<Guardian_Title>string</Guardian_Title>
<GuardianName>string</GuardianName>
<PhotoFileName>string</PhotoFileName>
<DocumentFileName>string</DocumentFileName>
<MemberListJson>string</MemberListJson>
</GRC_Save>
</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>
<GRC_SaveResponse xmlns="http://tempuri.org/" />
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /service.asmx/GRC_Save?RegID=string&RegNo=string&FYearID=string&HotelID=string&CheckInDate=string&CheckInTime=string&NoofDays=string&CheckOutDate=string&CheckOutTime=string&NoofRooms=string&GuestType=string&Title=string&GuestName=string&Gender=string&Age=string&Address=string&CityID=string&StateID=string&CountryID=string&PinCode=string&ContactNo=string&E_Mail=string&OccupationID=string&TotalPax=string&VisitPurposeID=string&ArrivedFromID=string&ProceedToID=string&CheckOutTypeID=string&NewsPaperID=string&FoodPlanID=string&Luggage=string&IdTypeID=string&IDNo=string&Remark=string&Guardian_Title=string&GuardianName=string&PhotoFileName=string&DocumentFileName=string&MemberListJson=string HTTP/1.1 Host: web.yashrajsoftware.com
HTTP/1.1 200 OK
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /service.asmx/GRC_Save HTTP/1.1 Host: web.yashrajsoftware.com Content-Type: application/x-www-form-urlencoded Content-Length: length RegID=string&RegNo=string&FYearID=string&HotelID=string&CheckInDate=string&CheckInTime=string&NoofDays=string&CheckOutDate=string&CheckOutTime=string&NoofRooms=string&GuestType=string&Title=string&GuestName=string&Gender=string&Age=string&Address=string&CityID=string&StateID=string&CountryID=string&PinCode=string&ContactNo=string&E_Mail=string&OccupationID=string&TotalPax=string&VisitPurposeID=string&ArrivedFromID=string&ProceedToID=string&CheckOutTypeID=string&NewsPaperID=string&FoodPlanID=string&Luggage=string&IdTypeID=string&IDNo=string&Remark=string&Guardian_Title=string&GuardianName=string&PhotoFileName=string&DocumentFileName=string&MemberListJson=string
HTTP/1.1 200 OK