BootView WebApi

<back to all web services

CreateCustomerTowCompany

Creates a new Tow Company entry for this Customer.
CreateCustomerTowCompany Parameters:
NameParameterData TypeRequiredDescription
CustomerIdpathGuidYesThe customer Id.
NamebodystringYesThe label or name of the new Parking Area.
TowingFeebodydecimalNoThe tow fee associated with the Tow Company.
ImpoundingFeebodydecimalNoThe impound fee associated with the Tow Company.
IsActivebodyboolNoWhether the Tow Company is active.
PhoneNumberbodystringNoThe phone number associated with the Tow Company.
PhoneNumber2bodystringNoThe alternate phone number associated with the Tow Company.
Address1bodystringNoThe address1 associated with the Tow Company.
Address2bodystringNoThe address2 associated with the Tow Company.
CitybodystringNoThe city associated with the Tow Company.
StateCodebodystringNoThe 2 digit state code associated with the Tow Company.
ZipbodystringNoThe zipcode associated with the Tow Company.
IsDeletedbodyboolNoWhether the Tow Company is active.
FaxNumberbodystringNoThe fax number associated with the Tow Company.
EmailbodystringNoThe email associated with the Tow Company.
ExportIdbodystringNoThe export id associated with the Tow Company.
PropertyReleaseHoursbodystringNoThe property release hours.
VehicleReleaseHoursbodystringNoThe vehicle release hours
DocumentsNeededForVehicleReleasebodystringNoDescription of the documents needed for vehicle release
FeesbodystringNoThe description of the fees
CrossStreetbodystringNoThe location Cross Street description
LatitudebodydecimalNoLatitude
LongitudebodydecimalNoLongitude

To override the Content-type in your clients, use the HTTP Accept Header, append the .soap11 suffix or ?format=soap11

HTTP + SOAP11

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap11 HTTP/1.1 
Host: api.paylock.com 
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: CreateCustomerTowCompany

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<CreateCustomerTowCompany xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BootView.WebApi.ServiceModel">
  <Address1>String</Address1>
  <Address2>String</Address2>
  <City>String</City>
  <CrossStreet>String</CrossStreet>
  <CustomerId>00000000-0000-0000-0000-000000000000</CustomerId>
  <DocumentsNeededForVehicleRelease>String</DocumentsNeededForVehicleRelease>
  <Email>String</Email>
  <ExportId>String</ExportId>
  <FaxNumber>String</FaxNumber>
  <Fees>String</Fees>
  <ImpoundingFee>0</ImpoundingFee>
  <IsActive>false</IsActive>
  <IsDeleted>false</IsDeleted>
  <Latitude>0</Latitude>
  <Longitude>0</Longitude>
  <Name>String</Name>
  <PhoneNumber>String</PhoneNumber>
  <PhoneNumber2>String</PhoneNumber2>
  <PropertyReleaseHours>String</PropertyReleaseHours>
  <StateCode>String</StateCode>
  <TowingFee>0</TowingFee>
  <VehicleReleaseHours>String</VehicleReleaseHours>
  <Zip>String</Zip>
</CreateCustomerTowCompany>

    </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">00000000-0000-0000-0000-000000000000</guid>

    </soap:Body>
</soap:Envelope>