s1 API Host

<back to all web services

GetAccount

The following routes are available for this service:
GET,OPTIONS/api/accountInformation about the authenticated userThe user has to be authenticated to retrieve the information.

To override the Content-type in your clients 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.

POST /json/reply/GetAccount HTTP/1.1 
Host: api-beta.ghs-automotive.nl 
Content-Type: application/json
Content-Length: length

{}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String"}]},"promotions":[{"id":"String","title":"String","infoPage":"String","dateText":"String","data":{"String":0}}],"userId":"String","displayName":"String","email":"String","preferredStyle":"Ghs","address":{"id":"String","name":"String","address":"String","zipCode":"String","city":"String","countryCode":"String","countryCodeIso2":"String","telephoneNumber":"String"},"userSettings":{"sendPlacedOrderReceipt":false,"saveGaik":false,"reconfirmGaik":false,"lastApplicant":"String","lastAdditionalIdType":"String","lastAdditionalId":"String","lastIdType":"String","lastId":"String"},"customerGroup":"String","logo":"String","hasMijnGrossierAccounts":false,"linkedWarehouse":{"id":"String","region":"String","address":{"id":"String","name":"String","address":"String","zipCode":"String","city":"String","countryCode":"String","countryCodeIso2":"String","telephoneNumber":"String"},"warehouseEmail":"String","shouldEmailExternalOrders":false},"technicalDataProvider":"String","pickupWarehouse":{"id":"String","region":"String","address":{"id":"String","name":"String","address":"String","zipCode":"String","city":"String","countryCode":"String","countryCodeIso2":"String","telephoneNumber":"String"},"warehouseEmail":"String","shouldEmailExternalOrders":false},"hasReleventPickupWarehouse":false,"linkedCompany":{"linkedCompanyId":"String","linkedCompanyName":"String","companyPreferredStyle":"Ghs","contactEmail":"String","supportEmail":"String","bmfEmail":"String","serverEmail":"String","dieselInjectorEmail":"String","externalOrderEmail":"String","supportTeamPage":"String","mapUrl":"String","b2BUrl":"String"},"district":"String","certificate":{"id":"String","name":"String","endDate":"String","isValid":false},"tireCounts":{"currentYear":{"purchased":0,"returned":0,"delta":0},"lastYear":{"purchased":0,"returned":0,"delta":0}}}