RNSPortalWS1
Click here for a complete list of operations.
SaveReservation
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 /webservices/rnsportalws1.asmx HTTP/1.1 Host: rentals.agatebay.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://www.rental-network.com/RNSPortalWS1/SaveReservation" <?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> <SaveReservation xmlns="http://www.rental-network.com/RNSPortalWS1"> <strAccessKey>string</strAccessKey> <GuestResvInfo> <BillingAddress>string</BillingAddress> <BillingZip>string</BillingZip> <BillingCity>string</BillingCity> <BillingState>string</BillingState> <BillingCountry>string</BillingCountry> <BankAccount>string</BankAccount> <RoutingNumber>string</RoutingNumber> <PromoCode>string</PromoCode> <IsPayingByCheck>boolean</IsPayingByCheck> <Persons>int</Persons> <ArrivalDate>string</ArrivalDate> <DepartureDate>string</DepartureDate> <UnitId>int</UnitId> <Address>string</Address> <City>string</City> <State>string</State> <Zip>string</Zip> <Address2>string</Address2> <Country>string</Country> <WorkPhone>string</WorkPhone> <FaxPhone>string</FaxPhone> <OtherPhone>string</OtherPhone> <HomePhone>string</HomePhone> <TravelInsAccepted>boolean</TravelInsAccepted> <FirstName>string</FirstName> <LastName>string</LastName> <MiddleInitial>string</MiddleInitial> <Email>string</Email> <Notes>string</Notes> <SourceOfCallsListId>int</SourceOfCallsListId> <IsOwnerReservation>boolean</IsOwnerReservation> <CCNumber>string</CCNumber> <NameOnCard>string</NameOnCard> <ExpMonth>int</ExpMonth> <ExpYear>int</ExpYear> <CCType>int</CCType> </GuestResvInfo> </SaveReservation> </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> <SaveReservationResponse xmlns="http://www.rental-network.com/RNSPortalWS1"> <SaveReservationResult> <Status>unsignedByte</Status> <ErrorMsg>string</ErrorMsg> <ConfirmationNumber>string</ConfirmationNumber> </SaveReservationResult> </SaveReservationResponse> </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 /webservices/rnsportalws1.asmx HTTP/1.1 Host: rentals.agatebay.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> <SaveReservation xmlns="http://www.rental-network.com/RNSPortalWS1"> <strAccessKey>string</strAccessKey> <GuestResvInfo> <BillingAddress>string</BillingAddress> <BillingZip>string</BillingZip> <BillingCity>string</BillingCity> <BillingState>string</BillingState> <BillingCountry>string</BillingCountry> <BankAccount>string</BankAccount> <RoutingNumber>string</RoutingNumber> <PromoCode>string</PromoCode> <IsPayingByCheck>boolean</IsPayingByCheck> <Persons>int</Persons> <ArrivalDate>string</ArrivalDate> <DepartureDate>string</DepartureDate> <UnitId>int</UnitId> <Address>string</Address> <City>string</City> <State>string</State> <Zip>string</Zip> <Address2>string</Address2> <Country>string</Country> <WorkPhone>string</WorkPhone> <FaxPhone>string</FaxPhone> <OtherPhone>string</OtherPhone> <HomePhone>string</HomePhone> <TravelInsAccepted>boolean</TravelInsAccepted> <FirstName>string</FirstName> <LastName>string</LastName> <MiddleInitial>string</MiddleInitial> <Email>string</Email> <Notes>string</Notes> <SourceOfCallsListId>int</SourceOfCallsListId> <IsOwnerReservation>boolean</IsOwnerReservation> <CCNumber>string</CCNumber> <NameOnCard>string</NameOnCard> <ExpMonth>int</ExpMonth> <ExpYear>int</ExpYear> <CCType>int</CCType> </GuestResvInfo> </SaveReservation> </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> <SaveReservationResponse xmlns="http://www.rental-network.com/RNSPortalWS1"> <SaveReservationResult> <Status>unsignedByte</Status> <ErrorMsg>string</ErrorMsg> <ConfirmationNumber>string</ConfirmationNumber> </SaveReservationResult> </SaveReservationResponse> </soap12:Body> </soap12:Envelope>