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 .jsv suffix or ?format=jsv

HTTP + JSV

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

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

{
	
}
HTTP/1.1 200 OK
Content-Type: text/jsv
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
		}
	}
}