# Get agreement account Gets an AgreementAccount by Id. Returns null if the AgreementAccount doesn't exist. Endpoint: GET /GetAgreementAccount Version: 1.1 ## Query parameters: - `id` (integer, required) The internal id of the priceList connected to the AgreementAccount. - `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.