# Login an agreement account LoginAgreementAccount tries to login a user on an agreement. Users trying to login need to know the agreement code in order to be logged in. Returns null if the attempt to login fails. Endpoint: GET /LoginAgreementAccount Version: 1.1 ## Query parameters: - `password` (string, required) The code of the agreement. - `cultureCode` (string) Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application. ## Response 200 fields (application/json): - `PricelistId` (integer) The PriceListId of the PriceList logged in to. - `Name` (string) The Name of the AgreementAccount/PriceList. MaxLength: 50. - `StartDate` (string,null) The StartDate of the AgreementAccount/PriceList. - `EndDate` (string,null) The EndDate of the AgreementAccount/PriceList. - `ImageKey` (string,null) A unique id for the image at our image server. Url for images are formed like http://[client specific CDN]/{ImageKey}. Preset, height and width can be sent as parameters. - `ShowPricesIncVat` (boolean,null) Indicates if prices should be shown inc or ex VAT.