Get agreement account

Gets an AgreementAccount by Id. Returns null if the AgreementAccount doesn't exist.

Request
query Parameters
id
required
integer <int32>

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.

Responses
200

Success

500

Internal Server Error

get/CustomerService.svc/rest/GetAgreementAccount
Response samples
{
  • "PricelistId": 0,
  • "Name": "string",
  • "StartDate": "2019-08-24T14:15:22Z",
  • "EndDate": "2019-08-24T14:15:22Z",
  • "ImageKey": "string",
  • "ShowPricesIncVat": true
}