BootView WebApi

<back to all web services

CreateCustomerCityCenter

Creates a new City Center entry for this Customer.
CreateCustomerCityCenter Parameters:
NameParameterData TypeRequiredDescription
CustomerIdpathGuidYesThe customer Id.
NamebodystringYesThe label or name of the City Center
PhoneNumberbodystringNoThe phone number associated with the City Center.
PhoneNumber2bodystringNoThe alternate phone number associated with the City Center.
Address1bodystringNoThe address1 associated with the City Center.
Address2bodystringNoThe address2 associated with the City Center.
CitybodystringNoThe city associated with the City Center.
StatebodystringNoThe 2 digit state code associated with the City Center.
ZipbodystringNoThe zipcode associated with the City Center.
CrossStreetbodystringNoThe City Center Cross Street
LatitudebodystringNoThe Website URL
LongitudebodydecimalNoLongitude
WebsitebodystringNo
HoursbodystringNoThe City Center hours
TypesOfPaymentbodystringNoZipcode
PaymentPlansbodystringNoPayment Plan details
ImportantNotesbodystringNoImportant Notes
AdditionalInformationbodystringNoAdditional Information

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

HTTP + SOAP12

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

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

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

<CreateCustomerCityCenter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BootView.WebApi.ServiceModel">
  <AdditionalInformation>String</AdditionalInformation>
  <Address1>String</Address1>
  <Address2>String</Address2>
  <City>String</City>
  <CrossStreet>String</CrossStreet>
  <CustomerId>00000000-0000-0000-0000-000000000000</CustomerId>
  <Hours>String</Hours>
  <ImportantNotes>String</ImportantNotes>
  <Latitude>0</Latitude>
  <Longitude>0</Longitude>
  <Name>String</Name>
  <PaymentPlans>String</PaymentPlans>
  <PhoneNumber>String</PhoneNumber>
  <PhoneNumber2>String</PhoneNumber2>
  <State>String</State>
  <TypesOfPayment>String</TypesOfPayment>
  <Website>String</Website>
  <Zip>String</Zip>
</CreateCustomerCityCenter>

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

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

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

    </soap12:Body>
</soap12:Envelope>