BootView WebApi

<back to all web services

GetCurrentUser

The following routes are available for this service:
GET/users/meGets all the data from the current user
CurrentUser Parameters:
NameParameterData TypeRequiredDescription
CustomersformList<UserCustomer>No
UserResponse Parameters:
NameParameterData TypeRequiredDescription
IdformGuidNo
UserNameformstringNo
FirstNameformstringNo
LastNameformstringNo
AliasformstringNo
EmailAddressformstringNo
CityformstringNo
StateCodeformstringNo
Address1formstringNo
Address2formstringNo
GroupIdformGuidNo
IsActiveformboolNo
IsInternalformboolNo
LanguageCodeformstringNo
MobilePhoneformstringNo
PhoneformstringNo
TimeZoneformstringNo
ZipformstringNo
StatusformintNo
HomePageIdformint?No
GroupPermissionsformList<string>No
MobileAppsAllowedformboolNo
CanUseMIMSformboolNo
ApiTokenIdformGuidNo
UserCustomer Parameters:
NameParameterData TypeRequiredDescription
IdformGuidNo
NameformstringNo
CodeformstringNo
IsActiveformboolNo
UsePreventReleaseformboolNo
PreventReleasePromptformstringNo
PreventReleaseReasonformstringNo
AllowPaymentDuringTowformstringNo
PaymentRuleformintNo
ParkingviewSubDomainformstringNo
ParkingviewClientSubDomainformstringNo
AllowsMandatoryAssistedReleaseformboolNo
HotlistVehicleDebtDetailformboolNo
HotlistVehicleDebtSummaryformboolNo
AssistingReleaseAvailabilityformstringNo
AttributesformIEnumerable<Municipality_Attribute>No
Municipality_Attribute Parameters:
NameParameterData TypeRequiredDescription
Municipality_Attributes_IdformGuidNo
Municipality_IdformGuidNo
Att_NameformstringNo
Att_ValueformstringNo
Att_DescriptionformstringNo

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

HTTP + JSON

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

GET /users/me HTTP/1.1 
Host: api.paylock.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"customers":[{"id":"00000000000000000000000000000000","name":"String","code":"String","isActive":false,"usePreventRelease":false,"preventReleasePrompt":"String","preventReleaseReason":"String","allowPaymentDuringTow":"String","paymentRule":0,"parkingviewSubDomain":"String","parkingviewClientSubDomain":"String","allowsMandatoryAssistedRelease":false,"hotlistVehicleDebtDetail":false,"hotlistVehicleDebtSummary":false,"assistingReleaseAvailability":"String","attributes":null}],"id":"00000000-0000-0000-0000-000000000000","userName":"String","firstName":"String","lastName":"String","alias":"String","emailAddress":"String","city":"String","stateCode":"String","address1":"String","address2":"String","groupId":"00000000-0000-0000-0000-000000000000","isActive":false,"isInternal":false,"languageCode":"String","mobilePhone":"String","phone":"String","timeZone":"String","zip":"String","status":0,"homePageId":0,"groupPermissions":["String"],"mobileAppsAllowed":false,"canUseMIMS":false,"apiTokenId":"00000000-0000-0000-0000-000000000000"}