| POST | /customers/{customerId}/towcompanies | Creates a new Tow Company entry for this Customer. |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CustomerId | path | Guid | Yes | The customer Id. |
| Name | body | string | Yes | The label or name of the new Parking Area. |
| TowingFee | body | decimal | No | The tow fee associated with the Tow Company. |
| ImpoundingFee | body | decimal | No | The impound fee associated with the Tow Company. |
| IsActive | body | bool | No | Whether the Tow Company is active. |
| PhoneNumber | body | string | No | The phone number associated with the Tow Company. |
| PhoneNumber2 | body | string | No | The alternate phone number associated with the Tow Company. |
| Address1 | body | string | No | The address1 associated with the Tow Company. |
| Address2 | body | string | No | The address2 associated with the Tow Company. |
| City | body | string | No | The city associated with the Tow Company. |
| StateCode | body | string | No | The 2 digit state code associated with the Tow Company. |
| Zip | body | string | No | The zipcode associated with the Tow Company. |
| IsDeleted | body | bool | No | Whether the Tow Company is active. |
| FaxNumber | body | string | No | The fax number associated with the Tow Company. |
| body | string | No | The email associated with the Tow Company. | |
| ExportId | body | string | No | The export id associated with the Tow Company. |
| PropertyReleaseHours | body | string | No | The property release hours. |
| VehicleReleaseHours | body | string | No | The vehicle release hours |
| DocumentsNeededForVehicleRelease | body | string | No | Description of the documents needed for vehicle release |
| Fees | body | string | No | The description of the fees |
| CrossStreet | body | string | No | The location Cross Street description |
| Latitude | body | decimal | No | Latitude |
| Longitude | body | decimal | No | Longitude |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /customers/{customerId}/towcompanies HTTP/1.1
Host: api.paylock.com
Accept: application/json
Content-Type: application/json
Content-Length: length
{"customerId":"00000000000000000000000000000000","name":"String","towingFee":0,"impoundingFee":0,"isActive":false,"phoneNumber":"String","phoneNumber2":"String","address1":"String","address2":"String","city":"String","stateCode":"String","zip":"String","isDeleted":false,"faxNumber":"String","email":"String","exportId":"String","propertyReleaseHours":"String","vehicleReleaseHours":"String","documentsNeededForVehicleRelease":"String","fees":"String","crossStreet":"String","latitude":0,"longitude":0}
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length "00000000000000000000000000000000"