{"info":{"_postman_id":"2f2e59fc-be3e-427c-888c-b44df68472d7","name":"Coach-Net Rental API","description":"<html><head></head><body><p><strong>Introduction</strong><br>The Coach-Net Rental Sales Web Service is provided to our rental partners to allow seamless electronic enrollment into our systems.</p>\n<p><strong>Overview</strong><br>This guide provides the detailed information needed to access and interact with this web service. We have included information about accessing our Test/QA environment. This guide also provides the details of the .NET 4.0 WCF service including: service calls, the object definitions and technical requirements. These details may change during the development cycle but we are committed to adhering to the structure in this guide wherever possible. The current business rules are defined and will need to be accounted for in the sales process.</p>\n<p><strong>Environment</strong><br>Coach-Net currently supports a Test/QA environment and a Production environment to support development efforts against our Web Services. The environment details are:</p>\n<p><strong>Rental Creation</strong></p>\n<p>Test/QA <a href=\"https://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalService.svc?wsdl\n<br>Production\">https://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalService.svc?wsdl<br>Production</a> <a href=\"https://dealerwebserv.coach-netoperations.com/api/V3/CNETRentalService.svc?wsdl\">https://dealerwebserv.coach-netoperations.com/api/V3/CNETRentalService.svc?wsdl</a></p>\n\n<p><strong>Rental Modification &amp; Cancel</strong></p>\n<p>Test/QA <a href=\"https://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalModifyCancelService.svc?wsdl\n<br>Production\">https://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalModifyCancelService.svc?wsdl<br>Production</a> <a href=\"https://dealerwebserv.coach-netoperations.com/api/V3/CNETRentalModifyCancelService.svc?wsdl\">https://dealerwebserv.coach-netoperations.com/api/V3/CNETRentalModifyCancelService.svc?wsdl</a></p>\n\n<p>When connecting to the web service you will need to pass a valid GUID (D2AAB2E0-9A02-40E7-A2E9-1905644E7E50) and 4 Digit Dealer ID. If you do not have a GUID and Dealer ID please contact us.</p>\n<p>Steps to configure the environment to access these Web Services are as follows:</p>\n<ol>\n<li><p>Request for access to our environment is submitted by the partner.</p>\n</li>\n<li><p>A test dealer and products are entered onto our QA system to allow partner to begin development.</p>\n</li>\n<li><p>Credentials are provided to the partner to be used in the QA environment for development and testing.</p>\n</li>\n<li><p>Signoff is received from both Coach-Net and the partner after development is complete.</p>\n</li>\n<li><p>Credentials are provided for access to the production system.</p>\n</li>\n<li><p>Partner functionality can be released to production.</p>\n</li>\n</ol>\n<p>Note: Please bear in mind that our test environment, by its very nature, may be subject to ‘disruption’ at times – any issues should be reported to Coach-Net.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10013410","collectionId":"2f2e59fc-be3e-427c-888c-b44df68472d7","publishedId":"SWLh5ST9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-01-09T16:52:58.000Z"},"item":[{"name":"Rental Submit","id":"8c24b4d4-670f-48bd-b730-bec696993545","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:SubmitRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5072</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:RentalStartDate>2019-12-28</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2019-12-30</ns1:RentalEndDate>\n        <ns1:BookingID>12345abcde</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN>123456789123456AZ</ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n          <ns1:Chassis>Class A</ns1:Chassis>\n        </ns1:Vehicle>\n      </ns3:oRequest>\n    </ns3:SubmitRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},"url":"https://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalService.svc?wsdl","description":"<h4>CNETRentalRequest</h4>\n\n<p>This service is used to enroll one rental customer/vehicle.  </p>\n<p>Rental Creation: Input Parameters  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DealerID</td>\n<td>Yes</td>\n<td>String</td>\n<td>Coach-Net Assigned 4 digit Dealer ID</td>\n</tr>\n<tr>\n<td>GUID</td>\n<td>Yes</td>\n<td>GUID</td>\n<td>Security GUID</td>\n</tr>\n<tr>\n<td>RentalMember</td>\n<td>No</td>\n<td>String</td>\n<td>Rental Member</td>\n</tr>\n<tr>\n<td>RentalStartDate</td>\n<td>Yes</td>\n<td>Date</td>\n<td>Rental Start Date</td>\n</tr>\n<tr>\n<td>RentalEndDate</td>\n<td>Yes</td>\n<td>Date</td>\n<td>Rental End Date</td>\n</tr>\n<tr>\n<td>BookingID</td>\n<td>No</td>\n<td>String</td>\n<td>Reservation Number or Custom Number from Client</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>Yes</td>\n<td>String</td>\n<td>20 Characters max</td>\n</tr>\n<tr>\n<td>MiddleInitial</td>\n<td>No</td>\n<td>String</td>\n<td>1 Characters max</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>Yes</td>\n<td>String</td>\n<td>20 Characters max</td>\n</tr>\n<tr>\n<td>Suffix</td>\n<td>No</td>\n<td>String Enumeration</td>\n<td>Valid values: NONE, SR, JR, II, III, IV, MD, DDS</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>Yes</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Yes</td>\n<td>String</td>\n<td>50 Characters max</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Yes</td>\n<td>String Enumeration</td>\n<td>2 Digit State/Province</td>\n</tr>\n<tr>\n<td>PostalCode</td>\n<td>Yes</td>\n<td>String</td>\n<td>Valid formats for US and Canada Postal Codes</td>\n</tr>\n<tr>\n<td>PrimaryPhone</td>\n<td>Yes</td>\n<td>Numeric</td>\n<td>9 Digit Phone Number</td>\n</tr>\n<tr>\n<td>MobilePhone</td>\n<td>No</td>\n<td>Numeric</td>\n<td>9 Digit Phone Number</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max, should be a validated email address format</td>\n</tr>\n<tr>\n<td>ProductCode</td>\n<td>Yes</td>\n<td>String Enumeration</td>\n<td>Valid values: NONE, Motorized, Towable, LongTerm, ClassA, ClassB, ClassC, Campervan, FifthWheel, OtherTrailer</td>\n</tr>\n<tr>\n<td>Dependents</td>\n<td>No</td>\n<td>Dependent</td>\n<td>0 to many dependents (see dependent object)</td>\n</tr>\n<tr>\n<td>Vehicle</td>\n<td>Yes</td>\n<td>Vehicle</td>\n<td>1 vehicle (see vehicle object)</td>\n</tr>\n<tr>\n<td>AttributeOne</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>AttributeTwo</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n</tbody>\n</table>\n</div><h4>RentalResponse</h4>\n\n  \n<p>CNETRentalRequest returns RentalResponse  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field/Object</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td>String Enumeration</td>\n<td>Possible values: SUCCESS, FAILURE</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String Collection</td>\n<td>Description accompanying any failure encountered</td>\n</tr>\n<tr>\n<td>ErrorDescription</td>\n<td>String</td>\n<td>Technical details of failure</td>\n</tr>\n<tr>\n<td>MembershipNumber</td>\n<td>String</td>\n<td>Membership Number of a successful registration</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Object Definitions</h4>\n\n<h5>Dependent</h5>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RelationshipType</td>\n<td>Yes</td>\n<td>String Enumeration</td>\n<td>Valid values: NONE, Spouse, Child</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>Yes</td>\n<td>String</td>\n<td>20 Characters max</td>\n</tr>\n<tr>\n<td>MiddleInitial</td>\n<td>No</td>\n<td>String</td>\n<td>1 Characters max</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>Yes</td>\n<td>String</td>\n<td>20 Characters max</td>\n</tr>\n<tr>\n<td>Suffix</td>\n<td>No</td>\n<td>String Enumeration</td>\n<td>Valid values: NONE, SR, JR, II, III, IV, MD, DDS</td>\n</tr>\n<tr>\n<td>DateOfBirth</td>\n<td>Yes</td>\n<td>Date</td>\n<td>Child must be under the age of 25</td>\n</tr>\n</tbody>\n</table>\n</div><h5>Vehicle</h5>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>VIN</td>\n<td>Yes</td>\n<td>String</td>\n<td>17 Characters max</td>\n</tr>\n<tr>\n<td>VehicleType</td>\n<td>Yes</td>\n<td>String Enumeration</td>\n<td>Valid values: NONE, ClassA, ClassB, ClassC, Campervan, FifthWheel, TravelTrailer, PopupTrailer, ToyHauler, TruckCamper</td>\n</tr>\n<tr>\n<td>Year</td>\n<td>Yes</td>\n<td>Integer</td>\n<td>Year must be greater than 1972</td>\n</tr>\n<tr>\n<td>Make</td>\n<td>Yes</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>Model</td>\n<td>Yes</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>Length</td>\n<td>Yes</td>\n<td>Numeric</td>\n<td>Measured in feet</td>\n</tr>\n<tr>\n<td>Transmission</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>Chassis</td>\n<td>No</td>\n<td>String</td>\n<td>15 Characters max</td>\n</tr>\n<tr>\n<td>EngineManufacturer</td>\n<td>No</td>\n<td>String</td>\n<td>10 Characters max</td>\n</tr>\n<tr>\n<td>EngineType</td>\n<td>Mo</td>\n<td>String</td>\n<td>50 Characters max</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","V3","CNETRentalService.svc"],"host":["testapi","dealerwebserv","coach-netoperations","com"],"query":[{"key":"wsdl","value":null}],"variable":[]}},"response":[{"id":"e0e99208-d22a-416d-83b3-18fc7e0fa1a0","name":"Rental Submit Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:SubmitRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5072</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:RentalStartDate>2019-12-28</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2019-12-30</ns1:RentalEndDate>\n        <ns1:BookingID>12345abcde</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN>123456789123456AZ</ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n          <ns1:Chassis>Class A</ns1:Chassis>\n        </ns1:Vehicle>\n      </ns3:oRequest>\n    </ns3:SubmitRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},"url":{"raw":"http://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalService.svc?wsdl","protocol":"http","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalService.svc"],"query":[{"key":"wsdl","value":null}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"ac38be5a-36e9-439b-a710-deaa5c72e3b6","name":"Rental Submit - Outdoorsy Stationary","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-16\"?>\n<CNETRentalRequest xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <Address1>1114 East Cesar Chavez</Address1>\n  <AttributeOne>Stationary</AttributeOne>\n  <BookingID>9371457</BookingID>\n  <City>Austin</City>\n  <DealerID>5459</DealerID>\n  <Email>test@test.com</Email>\n  <FirstName>Test</FirstName>\n  <GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</GUID>\n  <LastName>OutdoorsyStationary</LastName>\n  <MobilePhone>8887778888</MobilePhone>\n  <PostalCode>78702</PostalCode>\n  <PrimaryPhone>8887778888</PrimaryPhone>\n  <ProductCode>OtherTrailer</ProductCode>\n  <RentalEndDate>2025-04-09T00:00:00</RentalEndDate>\n  <RentalStartDate>2025-04-05T00:00:00</RentalStartDate>\n  <State>TX</State>\n  <Suffix>NONE</Suffix>\n  <Vehicle>\n    <Length>21.00</Length>\n    <Make>Dutchman</Make>\n    <Model>Coleman 17 B</Model>\n    <VehicleType>875970003</VehicleType>\n    <VIN>4YDTCMG10PJ931321</VIN>\n    <Year>2023</Year>\n  </Vehicle>\n</CNETRentalRequest>","options":{"raw":{"language":"xml"}}},"url":{"raw":"http://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalService?wsdl","protocol":"http","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalService"],"query":[{"key":"wsdl","value":null}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"f0cad753-c152-42eb-ad56-cc46b25d0a39","name":"Rental Submit Response Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:SubmitRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5072</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:RentalStartDate>2019-12-28</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2019-12-30</ns1:RentalEndDate>\n        <ns1:BookingID>12345abcde</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN>123456789123456AZ</ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n          <ns1:Chassis>Class A</ns1:Chassis>\n        </ns1:Vehicle>\n      </ns3:oRequest>\n    </ns3:SubmitRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},"url":{"raw":"http://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalService.svc?wsdl","protocol":"http","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalService.svc"],"query":[{"key":"wsdl","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Length","value":"1705"},{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 09 Jan 2020 02:33:59 GMT"}],"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <s:Body>\n        <SubmitRentalResponse xmlns=\"http://tempuri.org/\">\n            <SubmitRentalResult xmlns:a=\"http://tempuri.org/XMLSchema.xsd\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:ErrorDescription/>\n                <a:ErrorMessage xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/>\n                <a:MembershipNumber>5033730</a:MembershipNumber>\n                <a:Status>SUCCESS</a:Status>\n            </SubmitRentalResult>\n            <oRequest xmlns:a=\"http://schemas.datacontract.org/2004/07/\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:DealerID>5072</a:DealerID>\n                <a:GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</a:GUID>\n                <a:RentalStartDate>2019-12-28T00:00:00</a:RentalStartDate>\n                <a:RentalEndDate>2019-12-30T00:00:00</a:RentalEndDate>\n                <a:BookingID>12345abcde</a:BookingID>\n                <a:FirstName>Test</a:FirstName>\n                <a:MiddleInitial i:nil=\"true\"/>\n                <a:LastName>Test007</a:LastName>\n                <a:Suffix>NONE</a:Suffix>\n                <a:Address1>2501 S. State Hwy 121 Bus, Ste800c</a:Address1>\n                <a:Address2 i:nil=\"true\"/>\n                <a:City>Lewisville</a:City>\n                <a:State>TX</a:State>\n                <a:PostalCode>75067</a:PostalCode>\n                <a:PrimaryPhone>5555555555</a:PrimaryPhone>\n                <a:MobilePhone>0</a:MobilePhone>\n                <a:Email i:nil=\"true\"/>\n                <a:ProductCode>ClassA</a:ProductCode>\n                <a:Dependents i:nil=\"true\" xmlns:b=\"http://tempuri.org/XMLSchema.xsd\"/>\n                <a:Vehicle>\n                    <a:VIN>123456789123456AZ</a:VIN>\n                    <a:VehicleType>ClassA</a:VehicleType>\n                    <a:Transmission i:nil=\"true\"/>\n                    <a:Year>2019</a:Year>\n                    <a:Make>Winnebago</a:Make>\n                    <a:Model>Wanderer</a:Model>\n                    <a:Length>43</a:Length>\n                    <a:Chassis>Class A</a:Chassis>\n                    <a:EngineManufacturer i:nil=\"true\"/>\n                    <a:EngineType i:nil=\"true\"/>\n                </a:Vehicle>\n                <a:AttributeOne i:nil=\"true\"/>\n                <a:AttributeTwo i:nil=\"true\"/>\n            </oRequest>\n        </SubmitRentalResponse>\n    </s:Body>\n</s:Envelope>"}],"_postman_id":"8c24b4d4-670f-48bd-b730-bec696993545"},{"name":"Rental Submit - outdoorsy","id":"00a3556b-1ac1-4bfa-9ef0-3f3817e7b5ac","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:SubmitRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5459</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:RentalStartDate>2026-12-28</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2026-12-30</ns1:RentalEndDate>\n        <ns1:BookingID>123983</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>RentalAuto</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN>123456789123456AZ</ns1:VIN>\n          <ns1:VehicleType>Auto</ns1:VehicleType>         \n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n \n        </ns1:Vehicle>\n        <ns1:AttributeOne></ns1:AttributeOne>\n      </ns3:oRequest>\n    </ns3:SubmitRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},"url":"{{DealerDomain}}/api/V3/CNETRentalService.svc?wsdl","description":"<p> \n</p><h4>CNETRentalRequest</h4> This service is used to enroll one rental customer/vehicle.\n<br />Rental Creation: Input Parameters \n    \n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DealerID</td>\n<td>Yes</td>\n<td>String</td>\n<td>Coach-Net Assigned 4 digit Dealer ID</td>\n</tr>\n<tr>\n<td>GUID</td>\n<td>Yes</td>\n<td>GUID</td>\n<td>Security GUID</td>\n</tr>\n<tr>\n<td>RentalMember</td>\n<td>No</td>\n<td>String</td>\n<td>Rental Member</td>\n</tr>\n<tr>\n<td>RentalStartDate</td>\n<td>Yes</td>\n<td>Date</td>\n<td>Rental Start Date</td>\n</tr>\n<tr>\n<td>RentalEndDate</td>\n<td>Yes</td>\n<td>Date</td>\n<td>Rental End Date</td>\n</tr>\n<tr>\n<td>BookingID</td>\n<td>No</td>\n<td>String</td>\n<td>Reservation Number or Custom Number from Client</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>Yes</td>\n<td>String</td>\n<td>20 Characters max</td>\n</tr>\n<tr>\n<td>MiddleInitial</td>\n<td>No</td>\n<td>String</td>\n<td>1 Characters max</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>Yes</td>\n<td>String</td>\n<td>20 Characters max</td>\n</tr>\n<tr>\n<td>Suffix</td>\n<td>No</td>\n<td>String Enumeration</td>\n<td>Valid values: NONE, SR, JR, II, III, IV, MD, DDS</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>Yes</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Yes</td>\n<td>String</td>\n<td>50 Characters max</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Yes</td>\n<td>String Enumeration</td>\n<td>2 Digit State/Province</td>\n</tr>\n<tr>\n<td>PostalCode</td>\n<td>Yes</td>\n<td>String</td>\n<td>Valid formats for US and Canada Postal Codes</td>\n</tr>\n<tr>\n<td>PrimaryPhone</td>\n<td>Yes</td>\n<td>Numeric</td>\n<td>9 Digit Phone Number</td>\n</tr>\n<tr>\n<td>MobilePhone</td>\n<td>No</td>\n<td>Numeric</td>\n<td>9 Digit Phone Number</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max, should be a validated email address format</td>\n</tr>\n<tr>\n<td>ProductCode</td>\n<td>Yes</td>\n<td>String Enumeration</td>\n<td>Valid values: NONE, Motorized, Towable, LongTerm, ClassA, ClassB, ClassC, Campervan, FifthWheel, OtherTrailer</td>\n</tr>\n<tr>\n<td>Dependents</td>\n<td>No</td>\n<td>Dependent</td>\n<td>0 to many dependents (see dependent object)</td>\n</tr>\n<tr>\n<td>Vehicle</td>\n<td>Yes</td>\n<td>Vehicle</td>\n<td>1 vehicle (see vehicle object)</td>\n</tr>\n<tr>\n<td>AttributeOne</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>AttributeTwo</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n</tbody>\n</table>\n</div><h4>RentalResponse</h4>\nCNETRentalRequest returns RentalResponse\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field/Object</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td>String Enumeration</td>\n<td>Possible values: SUCCESS, FAILURE</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String Collection</td>\n<td>Description accompanying any failure encountered</td>\n</tr>\n<tr>\n<td>ErrorDescription</td>\n<td>String</td>\n<td>Technical details of failure</td>\n</tr>\n<tr>\n<td>MembershipNumber</td>\n<td>String</td>\n<td>Membership Number of a successful registration</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Object Definitions</h4>\n<h5>Dependent</h5>\n    \n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RelationshipType</td>\n<td>Yes</td>\n<td>String Enumeration</td>\n<td>Valid values: NONE, Spouse, Child</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>Yes</td>\n<td>String</td>\n<td>20 Characters max</td>\n</tr>\n<tr>\n<td>MiddleInitial</td>\n<td>No</td>\n<td>String</td>\n<td>1 Characters max</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>Yes</td>\n<td>String</td>\n<td>20 Characters max</td>\n</tr>\n<tr>\n<td>Suffix</td>\n<td>No</td>\n<td>String Enumeration</td>\n<td>Valid values: NONE, SR, JR, II, III, IV, MD, DDS</td>\n</tr>\n<tr>\n<td>DateOfBirth</td>\n<td>Yes</td>\n<td>Date</td>\n<td>Child must be under the age of 25</td>\n</tr>\n</tbody>\n</table>\n</div><h5>Vehicle</h5><p></p>\n    \n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>VIN</td>\n<td>Yes</td>\n<td>String</td>\n<td>17 Characters max</td>\n</tr>\n<tr>\n<td>VehicleType</td>\n<td>Yes</td>\n<td>String Enumeration</td>\n<td>Valid values: NONE, ClassA, ClassB, ClassC, Campervan, FifthWheel, TravelTrailer, PopupTrailer, ToyHauler, TruckCamper</td>\n</tr>\n<tr>\n<td>Year</td>\n<td>Yes</td>\n<td>Integer</td>\n<td>Year must be greater than 1972</td>\n</tr>\n<tr>\n<td>Make</td>\n<td>Yes</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>Model</td>\n<td>Yes</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>Length</td>\n<td>Yes</td>\n<td>Numeric</td>\n<td>Measured in feet</td>\n</tr>\n<tr>\n<td>Transmission</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>Chassis</td>\n<td>No</td>\n<td>String</td>\n<td>15 Characters max</td>\n</tr>\n<tr>\n<td>EngineManufacturer</td>\n<td>No</td>\n<td>String</td>\n<td>10 Characters max</td>\n</tr>\n<tr>\n<td>EngineType</td>\n<td>Mo</td>\n<td>String</td>\n<td>50 Characters max</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","V3","CNETRentalService.svc"],"host":["{{DealerDomain}}"],"query":[{"key":"wsdl","value":null}],"variable":[]}},"response":[{"id":"26c51b94-837e-43c4-bab8-bdcd80c6eaf2","name":"Rental Submit Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:SubmitRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5072</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:RentalStartDate>2019-12-28</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2019-12-30</ns1:RentalEndDate>\n        <ns1:BookingID>12345abcde</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN>123456789123456AZ</ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n          <ns1:Chassis>Class A</ns1:Chassis>\n        </ns1:Vehicle>\n      </ns3:oRequest>\n    </ns3:SubmitRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},"url":{"raw":"http://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalService.svc?wsdl","protocol":"http","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalService.svc"],"query":[{"key":"wsdl","value":null}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"7480ec48-6ffc-40f9-ba61-62cceb5645d8","name":"Rental Submit Example - Joe - Localhost","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:SubmitRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5072</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:RentalStartDate>2026-12-28</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2026-12-30</ns1:RentalEndDate>\n        <ns1:BookingID>12345abcde</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN>123456789123456AZ</ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n          <ns1:Chassis>Class A</ns1:Chassis>\n        </ns1:Vehicle>\n      </ns3:oRequest>\n    </ns3:SubmitRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},"url":{"raw":"http://localhost:65195/api/V3/CNETRentalService.svc?wsdl","protocol":"http","host":["localhost"],"port":"65195","path":["api","V3","CNETRentalService.svc"],"query":[{"key":"wsdl","value":null}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"47086281-a18f-4a1b-8abf-f1897341db8b","name":"Rental Submit Example - Joe","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:SubmitRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5459</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:RentalStartDate>2026-12-28</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2026-12-30</ns1:RentalEndDate>\n        <ns1:BookingID>12340abcde</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN>123456789123456AZ</ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n \n        </ns1:Vehicle>\n        <ns1:AttributeOne>Stationary</ns1:AttributeOne>\n      </ns3:oRequest>\n    </ns3:SubmitRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalService.svc?wsdl","protocol":"https","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalService.svc"],"query":[{"key":"wsdl","value":null}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"f6acbbc3-97e1-4d11-9e4e-cf3e83509ff8","name":"Rental Submit - Outdoorsy Stationary","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-16\"?>\n<CNETRentalRequest xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <Address1>1114 East Cesar Chavez</Address1>\n  <AttributeOne>Stationary</AttributeOne>\n  <BookingID>9371457</BookingID>\n  <City>Austin</City>\n  <DealerID>5459</DealerID>\n  <Email>test@test.com</Email>\n  <FirstName>Test</FirstName>\n  <GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</GUID>\n  <LastName>OutdoorsyStationary</LastName>\n  <MobilePhone>8887778888</MobilePhone>\n  <PostalCode>78702</PostalCode>\n  <PrimaryPhone>8887778888</PrimaryPhone>\n  <ProductCode>OtherTrailer</ProductCode>\n  <RentalEndDate>2025-04-09T00:00:00</RentalEndDate>\n  <RentalStartDate>2025-04-05T00:00:00</RentalStartDate>\n  <State>TX</State>\n  <Suffix>NONE</Suffix>\n  <Vehicle>\n    <Length>21.00</Length>\n    <Make>Dutchman</Make>\n    <Model>Coleman 17 B</Model>\n    <VehicleType>875970003</VehicleType>\n    <VIN>4YDTCMG10PJ931321</VIN>\n    <Year>2023</Year>\n  </Vehicle>\n</CNETRentalRequest>"},"url":{"raw":"http://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalService.svc?wsdl","protocol":"http","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalService.svc"],"query":[{"key":"wsdl","value":null}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"16363ae2-f26d-47d6-9ebe-a7ad4ce30fcf","name":"Rental Submit Response Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:SubmitRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5072</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:RentalStartDate>2019-12-28</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2019-12-30</ns1:RentalEndDate>\n        <ns1:BookingID>12345abcde</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN>123456789123456AZ</ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n          <ns1:Chassis>Class A</ns1:Chassis>\n        </ns1:Vehicle>\n      </ns3:oRequest>\n    </ns3:SubmitRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},"url":{"raw":"http://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalService.svc?wsdl","protocol":"http","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalService.svc"],"query":[{"key":"wsdl","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Length","value":"1705"},{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 09 Jan 2020 02:33:59 GMT"}],"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <s:Body>\n        <SubmitRentalResponse xmlns=\"http://tempuri.org/\">\n            <SubmitRentalResult xmlns:a=\"http://tempuri.org/XMLSchema.xsd\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:ErrorDescription/>\n                <a:ErrorMessage xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/>\n                <a:MembershipNumber>5033730</a:MembershipNumber>\n                <a:Status>SUCCESS</a:Status>\n            </SubmitRentalResult>\n            <oRequest xmlns:a=\"http://schemas.datacontract.org/2004/07/\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:DealerID>5072</a:DealerID>\n                <a:GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</a:GUID>\n                <a:RentalStartDate>2019-12-28T00:00:00</a:RentalStartDate>\n                <a:RentalEndDate>2019-12-30T00:00:00</a:RentalEndDate>\n                <a:BookingID>12345abcde</a:BookingID>\n                <a:FirstName>Test</a:FirstName>\n                <a:MiddleInitial i:nil=\"true\"/>\n                <a:LastName>Test007</a:LastName>\n                <a:Suffix>NONE</a:Suffix>\n                <a:Address1>2501 S. State Hwy 121 Bus, Ste800c</a:Address1>\n                <a:Address2 i:nil=\"true\"/>\n                <a:City>Lewisville</a:City>\n                <a:State>TX</a:State>\n                <a:PostalCode>75067</a:PostalCode>\n                <a:PrimaryPhone>5555555555</a:PrimaryPhone>\n                <a:MobilePhone>0</a:MobilePhone>\n                <a:Email i:nil=\"true\"/>\n                <a:ProductCode>ClassA</a:ProductCode>\n                <a:Dependents i:nil=\"true\" xmlns:b=\"http://tempuri.org/XMLSchema.xsd\"/>\n                <a:Vehicle>\n                    <a:VIN>123456789123456AZ</a:VIN>\n                    <a:VehicleType>ClassA</a:VehicleType>\n                    <a:Transmission i:nil=\"true\"/>\n                    <a:Year>2019</a:Year>\n                    <a:Make>Winnebago</a:Make>\n                    <a:Model>Wanderer</a:Model>\n                    <a:Length>43</a:Length>\n                    <a:Chassis>Class A</a:Chassis>\n                    <a:EngineManufacturer i:nil=\"true\"/>\n                    <a:EngineType i:nil=\"true\"/>\n                </a:Vehicle>\n                <a:AttributeOne i:nil=\"true\"/>\n                <a:AttributeTwo i:nil=\"true\"/>\n            </oRequest>\n        </SubmitRentalResponse>\n    </s:Body>\n</s:Envelope>"},{"id":"63859829-eda1-402e-a8c4-42d0d35c53a3","name":"Rental Submit Response Example Kelly","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:SubmitRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5072</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:RentalStartDate>2019-12-28</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2019-12-30</ns1:RentalEndDate>\n        <ns1:BookingID>12345abcde</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN>123456789123456AZ</ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n          <ns1:Chassis>Class A</ns1:Chassis>\n        </ns1:Vehicle>\n      </ns3:oRequest>\n    </ns3:SubmitRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},"url":{"raw":"http://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalService.svc?wsdl","protocol":"http","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalService.svc"],"query":[{"key":"wsdl","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Length","value":"1705"},{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 09 Jan 2020 02:33:59 GMT"}],"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <s:Body>\n        <SubmitRentalResponse xmlns=\"http://tempuri.org/\">\n            <SubmitRentalResult xmlns:a=\"http://tempuri.org/XMLSchema.xsd\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:ErrorDescription/>\n                <a:ErrorMessage xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/>\n                <a:MembershipNumber>5033730</a:MembershipNumber>\n                <a:Status>SUCCESS</a:Status>\n            </SubmitRentalResult>\n            <oRequest xmlns:a=\"http://schemas.datacontract.org/2004/07/\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:DealerID>5072</a:DealerID>\n                <a:GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</a:GUID>\n                <a:RentalStartDate>2019-12-28T00:00:00</a:RentalStartDate>\n                <a:RentalEndDate>2019-12-30T00:00:00</a:RentalEndDate>\n                <a:BookingID>12345abcde</a:BookingID>\n                <a:FirstName>Test</a:FirstName>\n                <a:MiddleInitial i:nil=\"true\"/>\n                <a:LastName>Test007</a:LastName>\n                <a:Suffix>NONE</a:Suffix>\n                <a:Address1>2501 S. State Hwy 121 Bus, Ste800c</a:Address1>\n                <a:Address2 i:nil=\"true\"/>\n                <a:City>Lewisville</a:City>\n                <a:State>TX</a:State>\n                <a:PostalCode>75067</a:PostalCode>\n                <a:PrimaryPhone>5555555555</a:PrimaryPhone>\n                <a:MobilePhone>0</a:MobilePhone>\n                <a:Email i:nil=\"true\"/>\n                <a:ProductCode>ClassA</a:ProductCode>\n                <a:Dependents i:nil=\"true\" xmlns:b=\"http://tempuri.org/XMLSchema.xsd\"/>\n                <a:Vehicle>\n                    <a:VIN>123456789123456AZ</a:VIN>\n                    <a:VehicleType>ClassA</a:VehicleType>\n                    <a:Transmission i:nil=\"true\"/>\n                    <a:Year>2019</a:Year>\n                    <a:Make>Winnebago</a:Make>\n                    <a:Model>Wanderer</a:Model>\n                    <a:Length>43</a:Length>\n                    <a:Chassis>Class A</a:Chassis>\n                    <a:EngineManufacturer i:nil=\"true\"/>\n                    <a:EngineType i:nil=\"true\"/>\n                </a:Vehicle>\n                <a:AttributeOne i:nil=\"true\"/>\n                <a:AttributeTwo i:nil=\"true\"/>\n            </oRequest>\n        </SubmitRentalResponse>\n    </s:Body>\n</s:Envelope>"}],"_postman_id":"00a3556b-1ac1-4bfa-9ef0-3f3817e7b5ac"},{"name":"Rental Submit - Localhost","id":"c249ec5a-55ef-4b73-8c79-a53749c7956e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:SubmitRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5459</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:RentalStartDate>2026-12-28</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2026-12-30</ns1:RentalEndDate>\n        <ns1:BookingID>12397abcde</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN>123456789123456AZ</ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n \n        </ns1:Vehicle>\n        <ns1:AttributeOne>Stationary</ns1:AttributeOne>\n      </ns3:oRequest>\n    </ns3:SubmitRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},"url":"http://localhost:65195/api/V3/CNETRentalService.svc?wsdl","urlObject":{"protocol":"http","port":"65195","path":["api","V3","CNETRentalService.svc"],"host":["localhost"],"query":[{"key":"wsdl","value":null}],"variable":[]}},"response":[{"id":"9036e450-ba79-4ee7-9bb4-676e368fd5b3","name":"Rental Submit - Outdoorsy Stationary","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <SubmitRental>\n      <oRequest>\n        <DealerID>5459</DealerID>\n        <GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</GUID>\n        <RentalStartDate>2026-12-28</RentalStartDate>\n        <RentalEndDate>2026-12-30</RentalEndDate>\n        <BookingID>12341abcde</BookingID>\n        <FirstName>Test</FirstName>\n        <LastName>Test007</LastName>\n        <Address1>2501 S. State Hwy 121 Bus, Ste800c</Address1>\n        <City>Lewisville</City>\n        <State>TX</State>\n        <PostalCode>75067</PostalCode>\n        <PrimaryPhone>+15555555555</PrimaryPhone>\n        <ProductCode>ClassA</ProductCode>\n        <Vehicle>\n          <VIN>123456789123456AZ</VIN>\n          <VehicleType>ClassA</VehicleType>         \n          <Year>2019</Year>\n          <Make>Winnebago</Make>\n          <Model>Wanderer</Model>\n          <Length>43</Length>\n \n        </Vehicle>\n        <AttributeOne>Stationary</AttributeOne>\n      </oRequest>\n    </SubmitRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},"url":{"raw":"http://localhost:65195/api/V3/CNETRentalService.svc?wsdl","protocol":"http","host":["localhost"],"port":"65195","path":["api","V3","CNETRentalService.svc"],"query":[{"key":"wsdl","value":null}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"a0d0c9d5-d7c0-42ea-aaa1-bbf2f5c81c4a","name":"Rental Submit - Outdoorsy Stationary Copy Kelly","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <SubmitRental>\n      <oRequest>\n        <DealerID>5459</DealerID>\n        <GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</GUID>\n        <RentalStartDate>2026-12-28</RentalStartDate>\n        <RentalEndDate>2026-12-30</RentalEndDate>\n        <BookingID>12341abcde</BookingID>\n        <FirstName>Test</FirstName>\n        <LastName>Test007</LastName>\n        <Address1>2501 S. State Hwy 121 Bus, Ste800c</Address1>\n        <City>Lewisville</City>\n        <State>TX</State>\n        <PostalCode>75067</PostalCode>\n        <PrimaryPhone>+15555555555</PrimaryPhone>\n        <ProductCode>ClassA</ProductCode>\n        <Vehicle>\n          <VIN>123456789123456AZ</VIN>\n          <VehicleType>ClassA</VehicleType>         \n          <Year>2019</Year>\n          <Make>Winnebago</Make>\n          <Model>Wanderer</Model>\n          <Length>43</Length>\n \n        </Vehicle>\n        <AttributeOne>Stationary</AttributeOne>\n      </oRequest>\n    </SubmitRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},"url":{"raw":"http://localhost:65195/api/V3/CNETRentalService.svc?wsdl","protocol":"http","host":["localhost"],"port":"65195","path":["api","V3","CNETRentalService.svc"],"query":[{"key":"wsdl","value":null}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"1c0872dd-9125-41c8-a1c9-d396ee0c1e5c","name":"Rental Submit - Outdoorsy Stationary Copy Kelly Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<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/\">\n  <soap:Body>\n    <SubmitRental xmlns=\"http://tempuri.org/\">\n      <oRequest>\n        <Address1>123 Main St</Address1>\n        <Address2>Apt 4B</Address2>\n        <AttributeOne>Value1</AttributeOne>\n        <AttributeTwo>Value2</AttributeTwo>\n        <BookingID>ABC123</BookingID>\n        <City>Dallas</City>\n        <DealerID>Dealer001</DealerID>\n        <Dependents>\n          <Dependent>\n            <!-- Add dependent details here -->\n          </Dependent>\n        </Dependents>\n        <Email>example@example.com</Email>\n        <FirstName>John</FirstName>\n        <GUID>12345678-1234-1234-1234-1234567890ab</GUID>\n        <LastName>Doe</LastName>\n        <MiddleInitial>M</MiddleInitial>\n        <MobilePhone>1234567890</MobilePhone>\n        <PostalCode>75001</PostalCode>\n        <PrimaryPhone>0987654321</PrimaryPhone>\n        <ProductCode>ProductCodeValue</ProductCode>\n        <RentalEndDate>2023-12-31</RentalEndDate>\n        <RentalStartDate>2023-01-01</RentalStartDate>\n        <State>TX</State>\n        <Suffix>Jr</Suffix>\n        <Vehicle>\n          <Chassis>ChassisValue</Chassis>\n          <EngineManufacturer>EngineManufacturerValue</EngineManufacturer>\n          <EngineType>EngineTypeValue</EngineType>\n          <Length>30.5</Length>\n          <Make>MakeValue</Make>\n          <Model>ModelValue</Model>\n          <Transmission>TransmissionValue</Transmission>\n          <VehicleType>VehicleTypeValue</VehicleType>\n          <VIN>VINValue</VIN>\n          <Year>2023</Year>\n        </Vehicle>\n      </oRequest>\n    </SubmitRental>\n  </soap:Body>\n</soap:Envelope>","options":{"raw":{"language":"xml"}}},"url":{"raw":"http://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalService.svc?wsdl","protocol":"http","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalService.svc"],"query":[{"key":"wsdl","value":null}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c249ec5a-55ef-4b73-8c79-a53749c7956e"},{"name":"Rental Modify Submit","id":"776a46dd-2dfe-4335-95e6-a6a92b64d6cb","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalModifyCancelService/CancelRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:CancelRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5072</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:MembershipNumber>5033730</ns1:MembershipNumber>\n        <ns1:CancellationReason>Test</ns1:CancellationReason>\n        <ns1:RentalStartDate>2019-12-30</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2020-01-02</ns1:RentalEndDate>\n        <ns1:BookingID>12345abcde</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>       \n        <ns1:LastName>Test007</ns1:LastName>    \n        <ns1:Address1>2501 S. State Hwy 121 Business, Ste800c</ns1:Address1>      \n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>      \n        <ns1:Vehicle>\n          <ns1:VIN></ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2020</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Forza</ns1:Model>\n          <ns1:Length>40</ns1:Length>\n          <ns1:Chassis>Ford</ns1:Chassis>         \n        </ns1:Vehicle>\n          <ns1:RentalModifyOrCancel>Modify</ns1:RentalModifyOrCancel>\n      </ns3:oRequest>\n   </ns3:CancelRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},"url":"https://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalModifyCancelService.svc?wsdl","description":"<p><strong>Modify Existing Rental</strong> These web services are designed to allow for the Modify/Cancel of an existing rental customer.  </p>\n<ol>\n<li>Mandatory Fields are DealerID, GUID, Membership Number, Modify/Cancel - are required for Rental Modification or Rental Cancellation submissions.</li>\n<li>General Validations for Rental Cancellation: Already Cancelled Membership Number should not be cancelled.</li>\n<li>Membership Number needs to be existed in Coach-Net system for Rental Modification or Rental Cancellation\nsubmissions.</li>\n</ol>\n<h4>CNETRentalCancelRequest</h4> This service is used to Modify/Cancel an existing rental customer.\n<br />Rental Modification Input Parameters\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DealerID</td>\n<td>Yes</td>\n<td>String</td>\n<td>Coach-Net Assigned 4 digit Dealer ID</td>\n</tr>\n<tr>\n<td>GUID</td>\n<td>Yes</td>\n<td>GUID</td>\n<td>Security GUID</td>\n</tr>\n<tr>\n<td>MembershipNumber</td>\n<td>Yes</td>\n<td>String</td>\n<td>Existing Membership Number from RentalResponse (Unique ID)</td>\n</tr>\n<tr>\n<td>CancellationReason</td>\n<td>No</td>\n<td>String</td>\n<td>200 Characters max</td>\n</tr>\n<tr>\n<td>RentalStartDate</td>\n<td>No</td>\n<td>Date</td>\n<td>Rental Start Date</td>\n</tr>\n<tr>\n<td>RentalEndDate</td>\n<td>No</td>\n<td>Date</td>\n<td>Rental End Date</td>\n</tr>\n<tr>\n<td>BookingID</td>\n<td>No</td>\n<td>String</td>\n<td>Reservation Number or Custom Number from Client</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>No</td>\n<td>String</td>\n<td>20 Characters max</td>\n</tr>\n<tr>\n<td>MiddleInitial</td>\n<td>No</td>\n<td>String</td>\n<td>1 Characters max</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>No</td>\n<td>String</td>\n<td>20 Characters max</td>\n</tr>\n<tr>\n<td>Suffix</td>\n<td>No</td>\n<td>String Enumeration</td>\n<td>Valid values: NONE, SR, JR, II, III, IV, MD, DDS</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>City</td>\n<td>No</td>\n<td>String</td>\n<td>50 Characters max</td>\n</tr>\n<tr>\n<td>State</td>\n<td>No</td>\n<td>String Enumeration</td>\n<td>2 Digit State/Province</td>\n</tr>\n<tr>\n<td>PostalCode</td>\n<td>No</td>\n<td>String</td>\n<td>Valid formats for US and Canada Postal Codes</td>\n</tr>\n<tr>\n<td>PrimaryPhone</td>\n<td>No</td>\n<td>Numeric</td>\n<td>9 Digit Phone Number</td>\n</tr>\n<tr>\n<td>MobilePhone</td>\n<td>No</td>\n<td>Numeric</td>\n<td>9 Digit Phone Number</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max, should be a validated email address format</td>\n</tr>\n<tr>\n<td>ProductCode</td>\n<td>No</td>\n<td>String Enumeration</td>\n<td>Valid values: NONE, Motorized, Towable, ClassA, ClassB, ClassC, Campervan, FifthWheel, OtherTrailer</td>\n</tr>\n<tr>\n<td>Vehicle</td>\n<td>No</td>\n<td>Vehicle</td>\n<td>1 vehicle (see vehicle object)</td>\n</tr>\n<tr>\n<td>ModifyCancel</td>\n<td>Yes</td>\n<td>String Enumeration</td>\n<td>Valid Value: Modify</td>\n</tr>\n</tbody>\n</table>\n</div><h4>RentalResponse</h4>CNETRentalCancelRequest returns RentalResponse\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field/Object</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td>String Enumeration</td>\n<td>Possible values: SUCCESS, FAILURE</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String Collection</td>\n<td>Description accompanying any failure encountered</td>\n</tr>\n<tr>\n<td>ErrorDescription</td>\n<td>String</td>\n<td>Technical details of failure</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","V3","CNETRentalModifyCancelService.svc"],"host":["testapi","dealerwebserv","coach-netoperations","com"],"query":[{"key":"wsdl","value":null}],"variable":[]}},"response":[{"id":"4dc2e20b-7414-4945-8bd5-0fcf6a7736fc","name":"Rental ModifySubmit Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalModifyCancelServiceV3/CancelRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:CancelRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5459</ns1:DealerID>\n        <ns1:GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</ns1:GUID>\n        <ns1:MembershipNumber>1001083160</ns1:MembershipNumber>\n        <ns1:CancellationReason>Debug</ns1:CancellationReason>\n        <ns1:RentalStartDate>2025-5-16</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2025-5-19</ns1:RentalEndDate>\n        <ns1:BookingID>joeTest-outdoorsy-002</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>JoeTest002</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>5555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN>123456789123456AZ</ns1:VIN>\n          <ns1:VehicleType>875970000</ns1:VehicleType>\n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n          <ns1:Chassis></ns1:Chassis>\n        </ns1:Vehicle>\n        <ns1:RentalModifyOrCancel>Cancel</ns1:RentalModifyOrCancel>\n        <ns1:AttributeOne>Stationary</ns1:AttributeOne>\n        <ns1:AttributeTwo></ns1:AttributeTwo>\n      </ns3:oRequest>\n    </ns3:CancelRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":{"raw":"http://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalModifyCancelService.svc?wsdl","protocol":"http","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalModifyCancelService.svc"],"query":[{"key":"wsdl","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Length","value":"1779"},{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 09 Jan 2020 02:38:50 GMT"}],"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <s:Body>\n        <CancelRentalResponse xmlns=\"http://tempuri.org/\">\n            <CancelRentalResult xmlns:a=\"http://tempuri.org/XMLSchema.xsd\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:ErrorDescription/>\n                <a:ErrorMessage xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/>\n                <a:MembershipNumber i:nil=\"true\"/>\n                <a:Status>SUCCESS</a:Status>\n            </CancelRentalResult>\n            <oRequest xmlns:a=\"http://schemas.datacontract.org/2004/07/\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:DealerID>5072</a:DealerID>\n                <a:GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</a:GUID>\n                <a:MembershipNumber>5033730</a:MembershipNumber>\n                <a:CancellationReason>Test</a:CancellationReason>\n                <a:RentalStartDate>2019-12-30T00:00:00</a:RentalStartDate>\n                <a:RentalEndDate>2020-01-02T00:00:00</a:RentalEndDate>\n                <a:BookingID>12345abcde</a:BookingID>\n                <a:FirstName>Test</a:FirstName>\n                <a:MiddleInitial i:nil=\"true\"/>\n                <a:LastName>Test007</a:LastName>\n                <a:Suffix>NONE</a:Suffix>\n                <a:Address1>2501 S. State Hwy 121 Business, Ste800c</a:Address1>\n                <a:Address2 i:nil=\"true\"/>\n                <a:City>Lewisville</a:City>\n                <a:State>TX</a:State>\n                <a:PostalCode>75067</a:PostalCode>\n                <a:PrimaryPhone>5555555555</a:PrimaryPhone>\n                <a:MobilePhone i:nil=\"true\"/>\n                <a:Email i:nil=\"true\"/>\n                <a:ProductCode>ClassA</a:ProductCode>\n                <a:Dependents i:nil=\"true\" xmlns:b=\"http://tempuri.org/XMLSchema.xsd\"/>\n                <a:Vehicle>\n                    <a:VIN>11111111111111111</a:VIN>\n                    <a:VehicleType>ClassA</a:VehicleType>\n                    <a:Transmission i:nil=\"true\"/>\n                    <a:Year>2020</a:Year>\n                    <a:Make>Winnebago</a:Make>\n                    <a:Model>Forza</a:Model>\n                    <a:Length>40</a:Length>\n                    <a:Chassis>Ford</a:Chassis>\n                    <a:EngineManufacturer i:nil=\"true\"/>\n                    <a:EngineType i:nil=\"true\"/>\n                </a:Vehicle>\n                <a:RentalModifyOrCancel>Modify</a:RentalModifyOrCancel>\n            </oRequest>\n        </CancelRentalResponse>\n    </s:Body>\n</s:Envelope>"},{"id":"9e88912b-55a3-481a-8be1-61617caca6ed","name":"Rental ModifySubmit Response Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalModifyCancelServiceV3/CancelRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:CancelRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5072</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:MembershipNumber>5033730</ns1:MembershipNumber>\n        <ns1:CancellationReason>Test</ns1:CancellationReason>\n        <ns1:RentalStartDate>2019-12-30</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2020-01-02</ns1:RentalEndDate>\n        <ns1:BookingID>12345abcde</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>       \n        <ns1:LastName>Test007</ns1:LastName>    \n        <ns1:Address1>2501 S. State Hwy 121 Business, Ste800c</ns1:Address1>      \n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>      \n        <ns1:Vehicle>\n          <ns1:VIN></ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2020</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Forza</ns1:Model>\n          <ns1:Length>40</ns1:Length>\n          <ns1:Chassis>Ford</ns1:Chassis>         \n        </ns1:Vehicle>\n          <ns1:RentalModifyOrCancel>Modify</ns1:RentalModifyOrCancel>\n      </ns3:oRequest>\n   </ns3:CancelRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},"url":{"raw":"http://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalModifyCancelService.svc?wsdl","protocol":"http","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalModifyCancelService.svc"],"query":[{"key":"wsdl","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Length","value":"1779"},{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 09 Jan 2020 02:38:50 GMT"}],"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <s:Body>\n        <CancelRentalResponse xmlns=\"http://tempuri.org/\">\n            <CancelRentalResult xmlns:a=\"http://tempuri.org/XMLSchema.xsd\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:ErrorDescription/>\n                <a:ErrorMessage xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/>\n                <a:MembershipNumber i:nil=\"true\"/>\n                <a:Status>SUCCESS</a:Status>\n            </CancelRentalResult>\n            <oRequest xmlns:a=\"http://schemas.datacontract.org/2004/07/\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:DealerID>5072</a:DealerID>\n                <a:GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</a:GUID>\n                <a:MembershipNumber>5033730</a:MembershipNumber>\n                <a:CancellationReason>Test</a:CancellationReason>\n                <a:RentalStartDate>2019-12-30T00:00:00</a:RentalStartDate>\n                <a:RentalEndDate>2020-01-02T00:00:00</a:RentalEndDate>\n                <a:BookingID>12345abcde</a:BookingID>\n                <a:FirstName>Test</a:FirstName>\n                <a:MiddleInitial i:nil=\"true\"/>\n                <a:LastName>Test007</a:LastName>\n                <a:Suffix>NONE</a:Suffix>\n                <a:Address1>2501 S. State Hwy 121 Business, Ste800c</a:Address1>\n                <a:Address2 i:nil=\"true\"/>\n                <a:City>Lewisville</a:City>\n                <a:State>TX</a:State>\n                <a:PostalCode>75067</a:PostalCode>\n                <a:PrimaryPhone>5555555555</a:PrimaryPhone>\n                <a:MobilePhone i:nil=\"true\"/>\n                <a:Email i:nil=\"true\"/>\n                <a:ProductCode>ClassA</a:ProductCode>\n                <a:Dependents i:nil=\"true\" xmlns:b=\"http://tempuri.org/XMLSchema.xsd\"/>\n                <a:Vehicle>\n                    <a:VIN>11111111111111111</a:VIN>\n                    <a:VehicleType>ClassA</a:VehicleType>\n                    <a:Transmission i:nil=\"true\"/>\n                    <a:Year>2020</a:Year>\n                    <a:Make>Winnebago</a:Make>\n                    <a:Model>Forza</a:Model>\n                    <a:Length>40</a:Length>\n                    <a:Chassis>Ford</a:Chassis>\n                    <a:EngineManufacturer i:nil=\"true\"/>\n                    <a:EngineType i:nil=\"true\"/>\n                </a:Vehicle>\n                <a:RentalModifyOrCancel>Modify</a:RentalModifyOrCancel>\n            </oRequest>\n        </CancelRentalResponse>\n    </s:Body>\n</s:Envelope>"}],"_postman_id":"776a46dd-2dfe-4335-95e6-a6a92b64d6cb"},{"name":"Rental Modify/Cancel Submit","event":[{"listen":"test","script":{"id":"0165682c-db6d-4b5c-8967-33f58e5e908d","exec":[" "],"type":"text/javascript","packages":{}}}],"id":"6a899a64-9285-4ce3-b0d8-856c45a68ff4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalModifyCancelService/CancelRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:CancelRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5459</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:MembershipNumber>111111</ns1:MembershipNumber>\n        <ns1:CancellationReason>Test</ns1:CancellationReason>\n        <ns1:RentalStartDate>2025-06-20T00:00:00</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2025-06-22T00:00:00</ns1:RentalEndDate>\n        <ns1:BookingID>1805735</ns1:BookingID>\n        <ns1:FirstName>User FirstName</ns1:FirstName>\n        <ns1:MiddleInitial>C</ns1:MiddleInitial>\n        <ns1:LastName>UserLastName</ns1:LastName>\n        <ns1:Suffix>NONE</ns1:Suffix>\n        <ns1:Address1>1114 East Cesar Chavez</ns1:Address1>\n        <ns1:Address2>1114 East Cesar Chavez</ns1:Address2>\n        <ns1:City>Austin</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>78702</ns1:PostalCode>\n        <ns1:PrimaryPhone>8777237232</ns1:PrimaryPhone>\n        <ns1:MobilePhone>8777237232</ns1:MobilePhone>\n        <ns1:Email>user@email.com</ns1:Email>\n        <ns1:ProductCode>Campervan</ns1:ProductCode>\n        <ns1:Dependents></ns1:Dependents>\n        <ns1:Vehicle>\n          <ns1:VIN>1111AA111AVG2</ns1:VIN>\n          <ns1:VehicleType>NA</ns1:VehicleType>\n          <ns1:Year>2017</ns1:Year>\n          <ns1:Make>RAM</ns1:Make>\n          <ns1:Model>Promaster</ns1:Model>\n          <ns1:Length>17.00</ns1:Length>\n          <ns1:Chassis></ns1:Chassis>\n          <ns1:EngineManufacturer></ns1:EngineManufacturer>\n          <ns1:EngineType></ns1:EngineType>\n        </ns1:Vehicle>\n        <ns1:RentalModifyOrCancel>Modify</ns1:RentalModifyOrCancel>\n        <ns1:AttributeOne>Stationary</ns1:AttributeOne>\n        <ns1:AttributeTwo></ns1:AttributeTwo>\n      </ns3:oRequest>\n   </ns3:CancelRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},"url":"{{DealerDomain}}/api/V3/CNETRentalModifyCancelService.svc?wsdl","description":"<p><strong>Modify Existing Rental</strong> These web services are designed to allow for the Modify/Cancel of an existing rental customer.</p>\n<ol>\n<li><p>Mandatory Fields are DealerID, GUID, Membership Number, Modify/Cancel - are required for Rental Modification or Rental Cancellation submissions.</p>\n</li>\n<li><p>General Validations for Rental Cancellation: Already Cancelled Membership Number should not be cancelled.</p>\n</li>\n<li><p>Membership Number needs to be existed in Coach-Net system for Rental Modification or Rental Cancellation<br /> submissions.</p>\n</li>\n</ol>\n<h4>CNETRentalCancelRequest</h4>\n\n<p>This service is used to Modify/Cancel an existing rental customer.</p>\n<p>Rental Modification Input Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DealerID</td>\n<td>Yes</td>\n<td>String</td>\n<td>Coach-Net Assigned 4 digit Dealer ID</td>\n</tr>\n<tr>\n<td>GUID</td>\n<td>Yes</td>\n<td>GUID</td>\n<td>Security GUID</td>\n</tr>\n<tr>\n<td>MembershipNumber</td>\n<td>Yes</td>\n<td>String</td>\n<td>Existing Membership Number from RentalResponse (Unique ID)</td>\n</tr>\n<tr>\n<td>CancellationReason</td>\n<td>No</td>\n<td>String</td>\n<td>200 Characters max</td>\n</tr>\n<tr>\n<td>RentalStartDate</td>\n<td>No</td>\n<td>Date</td>\n<td>Rental Start Date</td>\n</tr>\n<tr>\n<td>RentalEndDate</td>\n<td>No</td>\n<td>Date</td>\n<td>Rental End Date</td>\n</tr>\n<tr>\n<td>BookingID</td>\n<td>No</td>\n<td>String</td>\n<td>Reservation Number or Custom Number from Client</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>No</td>\n<td>String</td>\n<td>20 Characters max</td>\n</tr>\n<tr>\n<td>MiddleInitial</td>\n<td>No</td>\n<td>String</td>\n<td>1 Characters max</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>No</td>\n<td>String</td>\n<td>20 Characters max</td>\n</tr>\n<tr>\n<td>Suffix</td>\n<td>No</td>\n<td>String Enumeration</td>\n<td>Valid values: NONE, SR, JR, II, III, IV, MD, DDS</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>City</td>\n<td>No</td>\n<td>String</td>\n<td>50 Characters max</td>\n</tr>\n<tr>\n<td>State</td>\n<td>No</td>\n<td>String Enumeration</td>\n<td>2 Digit State/Province</td>\n</tr>\n<tr>\n<td>PostalCode</td>\n<td>No</td>\n<td>String</td>\n<td>Valid formats for US and Canada Postal Codes</td>\n</tr>\n<tr>\n<td>PrimaryPhone</td>\n<td>No</td>\n<td>Numeric</td>\n<td>9 Digit Phone Number</td>\n</tr>\n<tr>\n<td>MobilePhone</td>\n<td>No</td>\n<td>Numeric</td>\n<td>9 Digit Phone Number</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max, should be a validated email address format</td>\n</tr>\n<tr>\n<td>ProductCode</td>\n<td>No</td>\n<td>String Enumeration</td>\n<td>Valid values: NONE, Motorized, Towable, ClassA, ClassB, ClassC, Campervan, FifthWheel, OtherTrailer</td>\n</tr>\n<tr>\n<td>Dependents</td>\n<td>No</td>\n<td>Dependent Collection</td>\n<td>See dependent object</td>\n</tr>\n<tr>\n<td>Vehicle</td>\n<td>No</td>\n<td>Vehicle</td>\n<td>1 vehicle (see vehicle object)</td>\n</tr>\n<tr>\n<td>RentalModifyOrCancel</td>\n<td>Yes</td>\n<td>String Enumeration</td>\n<td>Valid value: Modify, Cancel</td>\n</tr>\n<tr>\n<td>AttributeOne</td>\n<td>No</td>\n<td>Attribute extra</td>\n<td>Valid values: Stationary</td>\n</tr>\n<tr>\n<td>AttributeTwo</td>\n<td>No</td>\n<td>Attribute extra</td>\n<td>Valid values:</td>\n</tr>\n</tbody>\n</table>\n</div><h4>RentalResponse</h4>\n\n<p>Field/Object<br />Data Type<br />Description</p>\n<p>Status<br />String Enumeration<br />Possible values: SUCCESS, FAILURE</p>\n<p>ErrorMessage<br />String Collection<br />Description accompanying any failure encountered</p>\n<p>ErrorDescription<br />String<br />Technical details of failure</p>\n","urlObject":{"path":["api","V3","CNETRentalModifyCancelService.svc"],"host":["{{DealerDomain}}"],"query":[{"key":"wsdl","value":null}],"variable":[]}},"response":[{"id":"3576ff82-1c48-4e5d-b384-385039f32eca","name":"Rental ModifySubmit Example - Old","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalModifyCancelServiceV3/CancelRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:CancelRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5459</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:MembershipNumber>1001082977</ns1:MembershipNumber>\n        <ns1:CancellationReason>TestDateChange</ns1:CancellationReason>\n        <ns1:RentalStartDate>2026-09-01</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2026-09-05</ns1:RentalEndDate>\n        <ns1:BookingID>777000TTT</ns1:BookingID>\n        <ns1:FirstName>TimTest</ns1:FirstName>       \n        <ns1:LastName>Test007</ns1:LastName>    \n        <ns1:Address1>2501 S. State Hwy 121 Business, Ste800c</ns1:Address1>      \n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>      \n        <ns1:Vehicle>\n          <ns1:VIN></ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Vision</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n          <ns1:Chassis>Ford</ns1:Chassis>         \n        </ns1:Vehicle>\n          <ns1:RentalModifyOrCancel>Modify</ns1:RentalModifyOrCancel>\n      </ns3:oRequest>\n   </ns3:CancelRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":{"raw":"http://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalModifyCancelService.svc?wsdl","protocol":"http","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalModifyCancelService.svc"],"query":[{"key":"wsdl","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Length","value":"1779"},{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 09 Jan 2020 02:38:50 GMT"}],"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <s:Body>\n        <CancelRentalResponse xmlns=\"http://tempuri.org/\">\n            <CancelRentalResult xmlns:a=\"http://tempuri.org/XMLSchema.xsd\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:ErrorDescription/>\n                <a:ErrorMessage xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/>\n                <a:MembershipNumber i:nil=\"true\"/>\n                <a:Status>SUCCESS</a:Status>\n            </CancelRentalResult>\n            <oRequest xmlns:a=\"http://schemas.datacontract.org/2004/07/\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:DealerID>5072</a:DealerID>\n                <a:GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</a:GUID>\n                <a:MembershipNumber>5033730</a:MembershipNumber>\n                <a:CancellationReason>Test</a:CancellationReason>\n                <a:RentalStartDate>2019-12-30T00:00:00</a:RentalStartDate>\n                <a:RentalEndDate>2020-01-02T00:00:00</a:RentalEndDate>\n                <a:BookingID>12345abcde</a:BookingID>\n                <a:FirstName>Test</a:FirstName>\n                <a:MiddleInitial i:nil=\"true\"/>\n                <a:LastName>Test007</a:LastName>\n                <a:Suffix>NONE</a:Suffix>\n                <a:Address1>2501 S. State Hwy 121 Business, Ste800c</a:Address1>\n                <a:Address2 i:nil=\"true\"/>\n                <a:City>Lewisville</a:City>\n                <a:State>TX</a:State>\n                <a:PostalCode>75067</a:PostalCode>\n                <a:PrimaryPhone>5555555555</a:PrimaryPhone>\n                <a:MobilePhone i:nil=\"true\"/>\n                <a:Email i:nil=\"true\"/>\n                <a:ProductCode>ClassA</a:ProductCode>\n                <a:Dependents i:nil=\"true\" xmlns:b=\"http://tempuri.org/XMLSchema.xsd\"/>\n                <a:Vehicle>\n                    <a:VIN>11111111111111111</a:VIN>\n                    <a:VehicleType>ClassA</a:VehicleType>\n                    <a:Transmission i:nil=\"true\"/>\n                    <a:Year>2020</a:Year>\n                    <a:Make>Winnebago</a:Make>\n                    <a:Model>Forza</a:Model>\n                    <a:Length>40</a:Length>\n                    <a:Chassis>Ford</a:Chassis>\n                    <a:EngineManufacturer i:nil=\"true\"/>\n                    <a:EngineType i:nil=\"true\"/>\n                </a:Vehicle>\n                <a:RentalModifyOrCancel>Modify</a:RentalModifyOrCancel>\n            </oRequest>\n        </CancelRentalResponse>\n    </s:Body>\n</s:Envelope>"},{"id":"c392ee12-6bf6-4920-bb80-fb04382cab66","name":"Rental ModifySubmit Response Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalModifyCancelServiceV3/CancelRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:CancelRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5072</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:MembershipNumber>5033730</ns1:MembershipNumber>\n        <ns1:CancellationReason>Test</ns1:CancellationReason>\n        <ns1:RentalStartDate>2019-12-30</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2020-01-02</ns1:RentalEndDate>\n        <ns1:BookingID>12345abcde</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>       \n        <ns1:LastName>Test007</ns1:LastName>    \n        <ns1:Address1>2501 S. State Hwy 121 Business, Ste800c</ns1:Address1>      \n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>      \n        <ns1:Vehicle>\n          <ns1:VIN></ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2020</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Forza</ns1:Model>\n          <ns1:Length>40</ns1:Length>\n          <ns1:Chassis>Ford</ns1:Chassis>         \n        </ns1:Vehicle>\n          <ns1:RentalModifyOrCancel>Modify</ns1:RentalModifyOrCancel>\n      </ns3:oRequest>\n   </ns3:CancelRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},"url":{"raw":"http://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalModifyCancelService.svc?wsdl","protocol":"http","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalModifyCancelService.svc"],"query":[{"key":"wsdl","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Length","value":"1779"},{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 09 Jan 2020 02:38:50 GMT"}],"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <s:Body>\n        <CancelRentalResponse xmlns=\"http://tempuri.org/\">\n            <CancelRentalResult xmlns:a=\"http://tempuri.org/XMLSchema.xsd\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:ErrorDescription/>\n                <a:ErrorMessage xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/>\n                <a:MembershipNumber i:nil=\"true\"/>\n                <a:Status>SUCCESS</a:Status>\n            </CancelRentalResult>\n            <oRequest xmlns:a=\"http://schemas.datacontract.org/2004/07/\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:DealerID>5072</a:DealerID>\n                <a:GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</a:GUID>\n                <a:MembershipNumber>5033730</a:MembershipNumber>\n                <a:CancellationReason>Test</a:CancellationReason>\n                <a:RentalStartDate>2019-12-30T00:00:00</a:RentalStartDate>\n                <a:RentalEndDate>2020-01-02T00:00:00</a:RentalEndDate>\n                <a:BookingID>12345abcde</a:BookingID>\n                <a:FirstName>Test</a:FirstName>\n                <a:MiddleInitial i:nil=\"true\"/>\n                <a:LastName>Test007</a:LastName>\n                <a:Suffix>NONE</a:Suffix>\n                <a:Address1>2501 S. State Hwy 121 Business, Ste800c</a:Address1>\n                <a:Address2 i:nil=\"true\"/>\n                <a:City>Lewisville</a:City>\n                <a:State>TX</a:State>\n                <a:PostalCode>75067</a:PostalCode>\n                <a:PrimaryPhone>5555555555</a:PrimaryPhone>\n                <a:MobilePhone i:nil=\"true\"/>\n                <a:Email i:nil=\"true\"/>\n                <a:ProductCode>ClassA</a:ProductCode>\n                <a:Dependents i:nil=\"true\" xmlns:b=\"http://tempuri.org/XMLSchema.xsd\"/>\n                <a:Vehicle>\n                    <a:VIN>11111111111111111</a:VIN>\n                    <a:VehicleType>ClassA</a:VehicleType>\n                    <a:Transmission i:nil=\"true\"/>\n                    <a:Year>2020</a:Year>\n                    <a:Make>Winnebago</a:Make>\n                    <a:Model>Forza</a:Model>\n                    <a:Length>40</a:Length>\n                    <a:Chassis>Ford</a:Chassis>\n                    <a:EngineManufacturer i:nil=\"true\"/>\n                    <a:EngineType i:nil=\"true\"/>\n                </a:Vehicle>\n                <a:RentalModifyOrCancel>Modify</a:RentalModifyOrCancel>\n            </oRequest>\n        </CancelRentalResponse>\n    </s:Body>\n</s:Envelope>"},{"id":"9049c0c5-30ba-4877-98d8-86fb58bbc449","name":"Rental ModifySubmit Example - Modify","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalModifyCancelService/CancelRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:CancelRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5459</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:MembershipNumber>1001082976</ns1:MembershipNumber>\n        <ns1:CancellationReason>DateAdjustment</ns1:CancellationReason>\n        <ns1:RentalStartDate>2026-11-28</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2026-11-30</ns1:RentalEndDate>\n        <ns1:BookingID>20002abcde</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>5555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN></ns1:VIN>\n          <ns1:VehicleType>875970000</ns1:VehicleType>\n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n          <ns1:Chassis></ns1:Chassis>         \n        </ns1:Vehicle>\n        <ns1:RentalModifyOrCancel>Modify</ns1:RentalModifyOrCancel>\n      </ns3:oRequest>\n    </ns3:CancelRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalModifyCancelService.svc?wsdl","protocol":"https","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalModifyCancelService.svc"],"query":[{"key":"wsdl","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Length","value":"1779"},{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 09 Jan 2020 02:38:50 GMT"}],"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <s:Body>\n        <CancelRentalResponse xmlns=\"http://tempuri.org/\">\n            <CancelRentalResult xmlns:a=\"http://tempuri.org/XMLSchema.xsd\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:ErrorDescription/>\n                <a:ErrorMessage xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/>\n                <a:MembershipNumber i:nil=\"true\"/>\n                <a:Status>SUCCESS</a:Status>\n            </CancelRentalResult>\n            <oRequest xmlns:a=\"http://schemas.datacontract.org/2004/07/\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:DealerID>5072</a:DealerID>\n                <a:GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</a:GUID>\n                <a:MembershipNumber>5033730</a:MembershipNumber>\n                <a:CancellationReason>Test</a:CancellationReason>\n                <a:RentalStartDate>2019-12-30T00:00:00</a:RentalStartDate>\n                <a:RentalEndDate>2020-01-02T00:00:00</a:RentalEndDate>\n                <a:BookingID>12345abcde</a:BookingID>\n                <a:FirstName>Test</a:FirstName>\n                <a:MiddleInitial i:nil=\"true\"/>\n                <a:LastName>Test007</a:LastName>\n                <a:Suffix>NONE</a:Suffix>\n                <a:Address1>2501 S. State Hwy 121 Business, Ste800c</a:Address1>\n                <a:Address2 i:nil=\"true\"/>\n                <a:City>Lewisville</a:City>\n                <a:State>TX</a:State>\n                <a:PostalCode>75067</a:PostalCode>\n                <a:PrimaryPhone>5555555555</a:PrimaryPhone>\n                <a:MobilePhone i:nil=\"true\"/>\n                <a:Email i:nil=\"true\"/>\n                <a:ProductCode>ClassA</a:ProductCode>\n                <a:Dependents i:nil=\"true\" xmlns:b=\"http://tempuri.org/XMLSchema.xsd\"/>\n                <a:Vehicle>\n                    <a:VIN>11111111111111111</a:VIN>\n                    <a:VehicleType>ClassA</a:VehicleType>\n                    <a:Transmission i:nil=\"true\"/>\n                    <a:Year>2020</a:Year>\n                    <a:Make>Winnebago</a:Make>\n                    <a:Model>Forza</a:Model>\n                    <a:Length>40</a:Length>\n                    <a:Chassis>Ford</a:Chassis>\n                    <a:EngineManufacturer i:nil=\"true\"/>\n                    <a:EngineType i:nil=\"true\"/>\n                </a:Vehicle>\n                <a:RentalModifyOrCancel>Modify</a:RentalModifyOrCancel>\n            </oRequest>\n        </CancelRentalResponse>\n    </s:Body>\n</s:Envelope>"},{"id":"f559bf29-9e83-4485-aece-807477ec91b4","name":"Rental ModifySubmit Example - Cancel","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalModifyCancelService/CancelRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:CancelRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5459</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:MembershipNumber>1001082976</ns1:MembershipNumber>\n        <ns1:CancellationReason>Test</ns1:CancellationReason>\n        <ns1:RentalStartDate>2026-11-28</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2026-11-30</ns1:RentalEndDate>\n        <ns1:BookingID>20002abcde</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>5555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN></ns1:VIN>\n          <ns1:VehicleType>875970000</ns1:VehicleType>\n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n          <ns1:Chassis></ns1:Chassis>         \n        </ns1:Vehicle>\n        <ns1:RentalModifyOrCancel>Cancel</ns1:RentalModifyOrCancel>\n      </ns3:oRequest>\n    </ns3:CancelRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalModifyCancelService.svc?wsdl","protocol":"https","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalModifyCancelService.svc"],"query":[{"key":"wsdl","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Length","value":"1779"},{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 09 Jan 2020 02:38:50 GMT"}],"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <s:Body>\n        <CancelRentalResponse xmlns=\"http://tempuri.org/\">\n            <CancelRentalResult xmlns:a=\"http://tempuri.org/XMLSchema.xsd\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:ErrorDescription/>\n                <a:ErrorMessage xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/>\n                <a:MembershipNumber i:nil=\"true\"/>\n                <a:Status>SUCCESS</a:Status>\n            </CancelRentalResult>\n            <oRequest xmlns:a=\"http://schemas.datacontract.org/2004/07/\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:DealerID>5072</a:DealerID>\n                <a:GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</a:GUID>\n                <a:MembershipNumber>5033730</a:MembershipNumber>\n                <a:CancellationReason>Test</a:CancellationReason>\n                <a:RentalStartDate>2019-12-30T00:00:00</a:RentalStartDate>\n                <a:RentalEndDate>2020-01-02T00:00:00</a:RentalEndDate>\n                <a:BookingID>12345abcde</a:BookingID>\n                <a:FirstName>Test</a:FirstName>\n                <a:MiddleInitial i:nil=\"true\"/>\n                <a:LastName>Test007</a:LastName>\n                <a:Suffix>NONE</a:Suffix>\n                <a:Address1>2501 S. State Hwy 121 Business, Ste800c</a:Address1>\n                <a:Address2 i:nil=\"true\"/>\n                <a:City>Lewisville</a:City>\n                <a:State>TX</a:State>\n                <a:PostalCode>75067</a:PostalCode>\n                <a:PrimaryPhone>5555555555</a:PrimaryPhone>\n                <a:MobilePhone i:nil=\"true\"/>\n                <a:Email i:nil=\"true\"/>\n                <a:ProductCode>ClassA</a:ProductCode>\n                <a:Dependents i:nil=\"true\" xmlns:b=\"http://tempuri.org/XMLSchema.xsd\"/>\n                <a:Vehicle>\n                    <a:VIN>11111111111111111</a:VIN>\n                    <a:VehicleType>ClassA</a:VehicleType>\n                    <a:Transmission i:nil=\"true\"/>\n                    <a:Year>2020</a:Year>\n                    <a:Make>Winnebago</a:Make>\n                    <a:Model>Forza</a:Model>\n                    <a:Length>40</a:Length>\n                    <a:Chassis>Ford</a:Chassis>\n                    <a:EngineManufacturer i:nil=\"true\"/>\n                    <a:EngineType i:nil=\"true\"/>\n                </a:Vehicle>\n                <a:RentalModifyOrCancel>Modify</a:RentalModifyOrCancel>\n            </oRequest>\n        </CancelRentalResponse>\n    </s:Body>\n</s:Envelope>"},{"id":"b81a2414-f815-4f74-af50-97771165dfe4","name":"Rental Modify/Cancel Submit - Joe","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalModifyCancelService/CancelRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:CancelRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5072</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:MembershipNumber>5033730</ns1:MembershipNumber>\n        <ns1:CancellationReason>Test</ns1:CancellationReason>\n        <ns1:RentalStartDate>2019-12-30</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2020-01-02</ns1:RentalEndDate>\n        <ns1:BookingID>12345abcde</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>       \n        <ns1:LastName>Test007</ns1:LastName>    \n        <ns1:Address1>2501 S. State Hwy 121 Business, Ste800c</ns1:Address1>      \n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>      \n        <ns1:Vehicle>\n          <ns1:VIN></ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2020</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Forza</ns1:Model>\n          <ns1:Length>40</ns1:Length>\n          <ns1:Chassis>Ford</ns1:Chassis>         \n        </ns1:Vehicle>\n          <ns1:RentalModifyOrCancel>Modify</ns1:RentalModifyOrCancel>\n      </ns3:oRequest>\n   </ns3:CancelRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},"url":{"raw":"https://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalModifyCancelService.svc?wsdl","protocol":"https","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalModifyCancelService.svc"],"query":[{"key":"wsdl","value":null}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"2463f53e-6569-4e05-9873-709d33271424","name":"Localhost - Rental ModifySubmit Example - Modify","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalModifyCancelService/CancelRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:CancelRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5459</ns1:DealerID>\n        <ns1:GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</ns1:GUID>\n        <ns1:MembershipNumber>1001083091</ns1:MembershipNumber>\n        <ns1:CancellationReason>DateAdjustment - testing 001</ns1:CancellationReason>\n        <ns1:RentalStartDate>2026-12-01</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2026-12-02</ns1:RentalEndDate>\n        <ns1:BookingID>3000jr</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>5555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN>123456789123456AZ</ns1:VIN>\n          <ns1:VehicleType>875970000</ns1:VehicleType>\n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n          <ns1:Chassis/>\n        </ns1:Vehicle>\n        <ns1:RentalModifyOrCancel>Modify</ns1:RentalModifyOrCancel>\n      </ns3:oRequest>\n    </ns3:CancelRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":{"raw":"http://localhost:65195/api/V3/CNETRentalModifyCancelService.svc?wsdl","protocol":"http","host":["localhost"],"port":"65195","path":["api","V3","CNETRentalModifyCancelService.svc"],"query":[{"key":"wsdl","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Length","value":"1779"},{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 09 Jan 2020 02:38:50 GMT"}],"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <s:Body>\n        <CancelRentalResponse xmlns=\"http://tempuri.org/\">\n            <CancelRentalResult xmlns:a=\"http://tempuri.org/XMLSchema.xsd\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:ErrorDescription/>\n                <a:ErrorMessage xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/>\n                <a:MembershipNumber i:nil=\"true\"/>\n                <a:Status>SUCCESS</a:Status>\n            </CancelRentalResult>\n            <oRequest xmlns:a=\"http://schemas.datacontract.org/2004/07/\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:DealerID>5072</a:DealerID>\n                <a:GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</a:GUID>\n                <a:MembershipNumber>5033730</a:MembershipNumber>\n                <a:CancellationReason>Test</a:CancellationReason>\n                <a:RentalStartDate>2019-12-30T00:00:00</a:RentalStartDate>\n                <a:RentalEndDate>2020-01-02T00:00:00</a:RentalEndDate>\n                <a:BookingID>12345abcde</a:BookingID>\n                <a:FirstName>Test</a:FirstName>\n                <a:MiddleInitial i:nil=\"true\"/>\n                <a:LastName>Test007</a:LastName>\n                <a:Suffix>NONE</a:Suffix>\n                <a:Address1>2501 S. State Hwy 121 Business, Ste800c</a:Address1>\n                <a:Address2 i:nil=\"true\"/>\n                <a:City>Lewisville</a:City>\n                <a:State>TX</a:State>\n                <a:PostalCode>75067</a:PostalCode>\n                <a:PrimaryPhone>5555555555</a:PrimaryPhone>\n                <a:MobilePhone i:nil=\"true\"/>\n                <a:Email i:nil=\"true\"/>\n                <a:ProductCode>ClassA</a:ProductCode>\n                <a:Dependents i:nil=\"true\" xmlns:b=\"http://tempuri.org/XMLSchema.xsd\"/>\n                <a:Vehicle>\n                    <a:VIN>11111111111111111</a:VIN>\n                    <a:VehicleType>ClassA</a:VehicleType>\n                    <a:Transmission i:nil=\"true\"/>\n                    <a:Year>2020</a:Year>\n                    <a:Make>Winnebago</a:Make>\n                    <a:Model>Forza</a:Model>\n                    <a:Length>40</a:Length>\n                    <a:Chassis>Ford</a:Chassis>\n                    <a:EngineManufacturer i:nil=\"true\"/>\n                    <a:EngineType i:nil=\"true\"/>\n                </a:Vehicle>\n                <a:RentalModifyOrCancel>Modify</a:RentalModifyOrCancel>\n            </oRequest>\n        </CancelRentalResponse>\n    </s:Body>\n</s:Envelope>"},{"id":"647386fd-b8e9-4493-8f00-8aeff8eb1dab","name":"Localhost - Rental ModifySubmit Example - Cancel","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalModifyCancelService/CancelRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:CancelRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5459</ns1:DealerID>\n        <ns1:GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</ns1:GUID>\n        <ns1:MembershipNumber>1001083091</ns1:MembershipNumber>\n        <ns1:CancellationReason>testing cancel - 001</ns1:CancellationReason>\n        <ns1:RentalStartDate>2026-12-01</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2026-12-02</ns1:RentalEndDate>\n        <ns1:BookingID>3000jr</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>5555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN>123456789123456AZ</ns1:VIN>\n          <ns1:VehicleType>875970000</ns1:VehicleType>\n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n          <ns1:Chassis/>\n        </ns1:Vehicle>\n        <ns1:RentalModifyOrCancel>Cancel</ns1:RentalModifyOrCancel>\n      </ns3:oRequest>\n    </ns3:CancelRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":{"raw":"http://localhost:65195/api/V3/CNETRentalModifyCancelService.svc?wsdl","protocol":"http","host":["localhost"],"port":"65195","path":["api","V3","CNETRentalModifyCancelService.svc"],"query":[{"key":"wsdl","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Length","value":"1779"},{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 09 Jan 2020 02:38:50 GMT"}],"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <s:Body>\n        <CancelRentalResponse xmlns=\"http://tempuri.org/\">\n            <CancelRentalResult xmlns:a=\"http://tempuri.org/XMLSchema.xsd\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:ErrorDescription/>\n                <a:ErrorMessage xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/>\n                <a:MembershipNumber i:nil=\"true\"/>\n                <a:Status>SUCCESS</a:Status>\n            </CancelRentalResult>\n            <oRequest xmlns:a=\"http://schemas.datacontract.org/2004/07/\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:DealerID>5072</a:DealerID>\n                <a:GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</a:GUID>\n                <a:MembershipNumber>5033730</a:MembershipNumber>\n                <a:CancellationReason>Test</a:CancellationReason>\n                <a:RentalStartDate>2019-12-30T00:00:00</a:RentalStartDate>\n                <a:RentalEndDate>2020-01-02T00:00:00</a:RentalEndDate>\n                <a:BookingID>12345abcde</a:BookingID>\n                <a:FirstName>Test</a:FirstName>\n                <a:MiddleInitial i:nil=\"true\"/>\n                <a:LastName>Test007</a:LastName>\n                <a:Suffix>NONE</a:Suffix>\n                <a:Address1>2501 S. State Hwy 121 Business, Ste800c</a:Address1>\n                <a:Address2 i:nil=\"true\"/>\n                <a:City>Lewisville</a:City>\n                <a:State>TX</a:State>\n                <a:PostalCode>75067</a:PostalCode>\n                <a:PrimaryPhone>5555555555</a:PrimaryPhone>\n                <a:MobilePhone i:nil=\"true\"/>\n                <a:Email i:nil=\"true\"/>\n                <a:ProductCode>ClassA</a:ProductCode>\n                <a:Dependents i:nil=\"true\" xmlns:b=\"http://tempuri.org/XMLSchema.xsd\"/>\n                <a:Vehicle>\n                    <a:VIN>11111111111111111</a:VIN>\n                    <a:VehicleType>ClassA</a:VehicleType>\n                    <a:Transmission i:nil=\"true\"/>\n                    <a:Year>2020</a:Year>\n                    <a:Make>Winnebago</a:Make>\n                    <a:Model>Forza</a:Model>\n                    <a:Length>40</a:Length>\n                    <a:Chassis>Ford</a:Chassis>\n                    <a:EngineManufacturer i:nil=\"true\"/>\n                    <a:EngineType i:nil=\"true\"/>\n                </a:Vehicle>\n                <a:RentalModifyOrCancel>Modify</a:RentalModifyOrCancel>\n            </oRequest>\n        </CancelRentalResponse>\n    </s:Body>\n</s:Envelope>"}],"_postman_id":"6a899a64-9285-4ce3-b0d8-856c45a68ff4"},{"name":"Rental Submit Example - With Notes","id":"dbedb0ac-36d6-411b-9582-70dad1fd399b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body> <!-- the ?wsdl parameter in the URL causes non-handled errors to return the wsdl instead of a generic error HTML page -->\n    <ns3:SubmitRental>\n      <ns3:oRequest> <!-- Fields must be in order, as defined in the code -->\n        <ns1:DealerID>5459</ns1:DealerID>  <!--This is the outdoorsy dealer ID-->\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID> <!-- This GUID is a hard coded value that indicates to the service to use an 'old' security model-->\n        <ns1:RentalStartDate>2026-12-28</ns1:RentalStartDate><!-- This date must be in the future-->\n        <ns1:RentalEndDate>2026-12-30</ns1:RentalEndDate><!-- This date must be in the future, and after the start date-->\n        <ns1:BookingID>12340abcde</ns1:BookingID><!--This must be unique, reusing a value will throw an error-->\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN>123456789123456AZ</ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n \n        </ns1:Vehicle>\n\n      </ns3:oRequest>\n    </ns3:SubmitRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"https://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalService.svc?wsdl","urlObject":{"protocol":"https","path":["api","V3","CNETRentalService.svc"],"host":["testapi","dealerwebserv","coach-netoperations","com"],"query":[{"key":"wsdl","value":null}],"variable":[]}},"response":[{"id":"8133c368-03f9-4db8-8d2f-ae23c0a86dee","name":"Rental Submit Example - Stationary","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body> <!-- the ?wsdl parameter in the URL causes non-handled errors to return the wsdl instead of a generic error HTML page -->\n    <ns3:SubmitRental> \n      <ns3:oRequest> <!-- Fields must be in order, as defined in the code -->\n        <ns1:DealerID>5459</ns1:DealerID>  <!--This is the outdoorsy dealer ID-->\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID> <!-- This GUID is a hard coded value that indicates to the service to use an 'old' security model-->\n        <ns1:RentalStartDate>2026-12-28</ns1:RentalStartDate><!-- This date must be in the future-->\n        <ns1:RentalEndDate>2026-12-30</ns1:RentalEndDate><!-- This date must be in the future, and after the start date-->\n        <ns1:BookingID>3001jr</ns1:BookingID><!--This must be unique, reusing a value will throw an error-->\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN>123456789123456AZ</ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n \n        </ns1:Vehicle>\n        <ns1:AttributeOne>Stationary</ns1:AttributeOne>\n      </ns3:oRequest>\n    </ns3:SubmitRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalService.svc?wsdl","protocol":"https","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalService.svc"],"query":[{"key":"wsdl","value":null}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"e6ff2f2a-cbe1-4941-9370-4bc511600b14","name":"Rental Submit Example - Stationary Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalService/SubmitRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body> <!-- the ?wsdl parameter in the URL causes non-handled errors to return the wsdl instead of a generic error HTML page -->\n    <ns3:SubmitRental>\n      <ns3:oRequest> <!-- Fields must be in order, as defined in the code -->\n        <ns1:DealerID>5459</ns1:DealerID>  <!--This is the outdoorsy dealer ID-->\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID> <!-- This GUID is a hard coded value that indicates to the service to use an 'old' security model-->\n        <ns1:RentalStartDate>2026-12-28</ns1:RentalStartDate><!-- This date must be in the future-->\n        <ns1:RentalEndDate>2026-12-30</ns1:RentalEndDate><!-- This date must be in the future, and after the start date-->\n        <ns1:BookingID>3003jr</ns1:BookingID><!--This must be unique, reusing a value will throw an error-->\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN>123456789123456AZ</ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n \n        </ns1:Vehicle>\n        <ns1:AttributeOne>Stationary</ns1:AttributeOne>\n      </ns3:oRequest>\n    </ns3:SubmitRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalService.svc?wsdl","protocol":"https","host":["testapi","dealerwebserv","coach-netoperations","com"],"path":["api","V3","CNETRentalService.svc"],"query":[{"key":"wsdl","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"content-type","value":"text/xml; charset=utf-8"},{"key":"date","value":"Fri, 18 Apr 2025 17:51:30 GMT"},{"key":"content-length","value":"1715"}],"cookie":[],"responseTime":null,"body":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <s:Body>\n        <SubmitRentalResponse xmlns=\"http://tempuri.org/\">\n            <SubmitRentalResult xmlns:a=\"http://tempuri.org/XMLSchema.xsd\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:ErrorDescription/>\n                <a:ErrorMessage xmlns:b=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/>\n                <a:MembershipNumber>1001083092</a:MembershipNumber>\n                <a:Status>SUCCESS</a:Status>\n            </SubmitRentalResult>\n            <oRequest xmlns:a=\"http://schemas.datacontract.org/2004/07/\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n                <a:DealerID>5459</a:DealerID>\n                <a:GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</a:GUID>\n                <a:RentalStartDate>2026-12-28T00:00:00</a:RentalStartDate>\n                <a:RentalEndDate>2026-12-30T00:00:00</a:RentalEndDate>\n                <a:BookingID>3003jr</a:BookingID>\n                <a:FirstName>Test</a:FirstName>\n                <a:MiddleInitial i:nil=\"true\"/>\n                <a:LastName>Test007</a:LastName>\n                <a:Suffix>NONE</a:Suffix>\n                <a:Address1>2501 S. State Hwy 121 Bus, Ste800c</a:Address1>\n                <a:Address2 i:nil=\"true\"/>\n                <a:City>Lewisville</a:City>\n                <a:State>TX</a:State>\n                <a:PostalCode>75067</a:PostalCode>\n                <a:PrimaryPhone>5555555555</a:PrimaryPhone>\n                <a:MobilePhone>0</a:MobilePhone>\n                <a:Email i:nil=\"true\"/>\n                <a:ProductCode>ClassA</a:ProductCode>\n                <a:Dependents i:nil=\"true\" xmlns:b=\"http://tempuri.org/XMLSchema.xsd\"/>\n                <a:Vehicle>\n                    <a:VIN>123456789123456AZ</a:VIN>\n                    <a:VehicleType>875970000</a:VehicleType>\n                    <a:Transmission i:nil=\"true\"/>\n                    <a:Year>2019</a:Year>\n                    <a:Make>Winnebago</a:Make>\n                    <a:Model>Wanderer</a:Model>\n                    <a:Length>43</a:Length>\n                    <a:Chassis i:nil=\"true\"/>\n                    <a:EngineManufacturer i:nil=\"true\"/>\n                    <a:EngineType i:nil=\"true\"/>\n                </a:Vehicle>\n                <a:AttributeOne>Stationary</a:AttributeOne>\n                <a:AttributeTwo i:nil=\"true\"/>\n            </oRequest>\n        </SubmitRentalResponse>\n    </s:Body>\n</s:Envelope>"}],"_postman_id":"dbedb0ac-36d6-411b-9582-70dad1fd399b"},{"name":"Rental Cancel Submit","id":"cac9514b-a560-40fe-839d-c68ef865d78d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"text/xml; charset=utf-8"},{"key":"soapAction","type":"text","value":"http://tempuri.org/ICNETRentalModifyCancelService/CancelRental"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:CancelRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5072</ns1:DealerID>\n        <ns1:GUID>D2AAB2E0-9A02-40E7-A2E9-1905644E7E50</ns1:GUID>\n        <ns1:MembershipNumber>1000344237</ns1:MembershipNumber>\n        <ns1:CancellationReason>Test</ns1:CancellationReason>\n        <ns1:RentalStartDate>2019-12-30</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2020-01-02</ns1:RentalEndDate>\n        <ns1:BookingID>12345abcde</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>       \n        <ns1:LastName>Test007</ns1:LastName>    \n        <ns1:Address1>2501 S. State Hwy 121 Business, Ste800c</ns1:Address1>      \n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>+15555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>      \n        <ns1:Vehicle>\n          <ns1:VIN></ns1:VIN>\n          <ns1:VehicleType>ClassA</ns1:VehicleType>         \n          <ns1:Year>2020</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Forza</ns1:Model>\n          <ns1:Length>40</ns1:Length>\n          <ns1:Chassis>Ford</ns1:Chassis>         \n        </ns1:Vehicle>\n          <ns1:RentalModifyOrCancel>Cancel</ns1:RentalModifyOrCancel>\n      </ns3:oRequest>\n   </ns3:CancelRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},"url":"https://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalModifyCancelService.svc?wsdl","description":"<p><strong>Rental Cancellation</strong> Input Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DealerID</td>\n<td>Yes</td>\n<td>String</td>\n<td>Coach-Net Assigned 4 digit Dealer ID</td>\n</tr>\n<tr>\n<td>GUID</td>\n<td>Yes</td>\n<td>GUID</td>\n<td>Security GUID</td>\n</tr>\n<tr>\n<td>MembershipNumber</td>\n<td>Yes</td>\n<td>String</td>\n<td>Existing Membership Number from RentalResponse (Unique ID)</td>\n</tr>\n<tr>\n<td>CancellationReason</td>\n<td>Yes</td>\n<td>String</td>\n<td>200 Characters max</td>\n</tr>\n<tr>\n<td>RentalStartDate</td>\n<td>No</td>\n<td>Date</td>\n<td>Rental Start Date</td>\n</tr>\n<tr>\n<td>RentalEndDate</td>\n<td>No</td>\n<td>Date</td>\n<td>Rental End Date</td>\n</tr>\n<tr>\n<td>BookingID</td>\n<td>No</td>\n<td>String</td>\n<td>Reservation Number or Custom Number from Client</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>No</td>\n<td>String</td>\n<td>20 Characters max</td>\n</tr>\n<tr>\n<td>MiddleInitial</td>\n<td>No</td>\n<td>String</td>\n<td>1 Characters max</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>No</td>\n<td>String</td>\n<td>20 Characters max</td>\n</tr>\n<tr>\n<td>Suffix</td>\n<td>No</td>\n<td>String Enumeration</td>\n<td>Valid values: NONE, SR, JR, II, III, IV, MD, DDS</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max</td>\n</tr>\n<tr>\n<td>City</td>\n<td>No</td>\n<td>String</td>\n<td>50 Characters max</td>\n</tr>\n<tr>\n<td>State</td>\n<td>No</td>\n<td>String Enumeration</td>\n<td>2 Digit State/Province</td>\n</tr>\n<tr>\n<td>PostalCode</td>\n<td>No</td>\n<td>String</td>\n<td>Valid formats for US and Canada Postal Codes</td>\n</tr>\n<tr>\n<td>PrimaryPhone</td>\n<td>No</td>\n<td>Numeric</td>\n<td>9 Digit Phone Number</td>\n</tr>\n<tr>\n<td>MobilePhone</td>\n<td>No</td>\n<td>Numeric</td>\n<td>9 Digit Phone Number</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>No</td>\n<td>String</td>\n<td>100 Characters max, should be a validated email address format</td>\n</tr>\n<tr>\n<td>ProductCode</td>\n<td>No</td>\n<td>String Enumeration</td>\n<td>Valid values: NONE, Motorized, Towable, ClassA, ClassB, ClassC, Campervan, FifthWheel, OtherTrailer</td>\n</tr>\n<tr>\n<td>Vehicle</td>\n<td>No</td>\n<td>Vehicle</td>\n<td>1 vehicle (see vehicle object)</td>\n</tr>\n<tr>\n<td>ModifyCancel</td>\n<td>Yes</td>\n<td>String Enumeration</td>\n<td>Valid Value: Cancel</td>\n</tr>\n</tbody>\n</table>\n</div><h4>RentalResponse</h4>CNETRentalCancelRequest returns RentalResponse\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field/Object</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td>String Enumeration</td>\n<td>Possible values: SUCCESS, FAILURE</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String Collection</td>\n<td>Description accompanying any failure encountered</td>\n</tr>\n<tr>\n<td>ErrorDescription</td>\n<td>String</td>\n<td>Technical details of failure</td>\n</tr>\n</tbody>\n</table>\n</div><h4>Technical Requirements</h4>CNETRentalCancelRequest returns RentalResponse\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Requirement</th>\n<th>Details</th>\n<th>Resolution</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Maximum message size</td>\n<td>The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.</td>\n<td>In the Web/App Configuration file change the following element values in the HttpBasicBinding. (maxReceivedMessageSize, maxBufferSize, maxBufferPoolSize, maxArrayLength, maxStringContentLength)</td>\n</tr>\n<tr>\n<td>Binding Timeout</td>\n<td>The default .NET timeout is 1 minute. To increase this, edit the relevant binding section in the configuration file.</td>\n<td>In the Web/App Configuration file, in HttpBasicBinding, the following settings manage timeout. (closeTimeout, openTimeout, receiveTimeout, sendTimeout)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","V3","CNETRentalModifyCancelService.svc"],"host":["testapi","dealerwebserv","coach-netoperations","com"],"query":[{"key":"wsdl","value":null}],"variable":[]}},"response":[],"_postman_id":"cac9514b-a560-40fe-839d-c68ef865d78d"},{"name":"https://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalModifyCancelService.svc?wsdl","id":"1e808035-d57c-4d30-bd01-b5724a5ec592","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"text/xml","type":"text"},{"key":"soapAction","value":"http://tempuri.org/ICNETRentalModifyCancelServiceV3/CancelRental","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"http://schemas.datacontract.org/2004/07/\" xmlns:ns2=\"http://tempuri.org/XMLSchema.xsd\" xmlns:ns3=\"http://tempuri.org/\">\n  <SOAP-ENV:Body>\n    <ns3:CancelRental>\n      <ns3:oRequest>\n        <ns1:DealerID>5459</ns1:DealerID>\n        <ns1:GUID>d2aab2e0-9a02-40e7-a2e9-1905644e7e50</ns1:GUID>\n        <ns1:MembershipNumber>1001082976</ns1:MembershipNumber>\n        <ns1:CancellationReason>DateAdjustment</ns1:CancellationReason>\n        <ns1:RentalStartDate>2026-12-28</ns1:RentalStartDate>\n        <ns1:RentalEndDate>2026-12-30</ns1:RentalEndDate>\n        <ns1:BookingID>20002abcde</ns1:BookingID>\n        <ns1:FirstName>Test</ns1:FirstName>\n        <ns1:LastName>Test007</ns1:LastName>\n        <ns1:Address1>2501 S. State Hwy 121 Bus, Ste800c</ns1:Address1>\n        <ns1:City>Lewisville</ns1:City>\n        <ns1:State>TX</ns1:State>\n        <ns1:PostalCode>75067</ns1:PostalCode>\n        <ns1:PrimaryPhone>5555555555</ns1:PrimaryPhone>\n        <ns1:ProductCode>ClassA</ns1:ProductCode>\n        <ns1:Vehicle>\n          <ns1:VIN>123456789123456AZ</ns1:VIN>\n          <ns1:VehicleType>875970000</ns1:VehicleType>\n          <ns1:Year>2019</ns1:Year>\n          <ns1:Make>Winnebago</ns1:Make>\n          <ns1:Model>Wanderer</ns1:Model>\n          <ns1:Length>43</ns1:Length>\n        </ns1:Vehicle>\n        <ns1:RentalModifyOrCancel>Modify</ns1:RentalModifyOrCancel>\n      </ns3:oRequest>\n    </ns3:CancelRental>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"https://testapi.dealerwebserv.coach-netoperations.com/api/V3/CNETRentalModifyCancelService.svc?wsdl","urlObject":{"protocol":"https","path":["api","V3","CNETRentalModifyCancelService.svc"],"host":["testapi","dealerwebserv","coach-netoperations","com"],"query":[{"key":"wsdl","value":null}],"variable":[]}},"response":[],"_postman_id":"1e808035-d57c-4d30-bd01-b5724a5ec592"}],"event":[{"listen":"prerequest","script":{"id":"4cec1523-68fc-46dc-94f3-6b3135ba552a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7d7fda26-7cb8-4479-b7bf-8cd95fabcca4","type":"text/javascript","exec":[""]}}]}