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.

Request
query Parameters
password
required
string

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.

Responses
200

Success

500

Internal Server Error

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