get_deleted_reasons

To obtain the reasons for deleting units, use the unit/get_deleted_reasons method.

Copied!
svc=unit/get_deleted_reasons&params={}

Parameters

This request contains empty parameters.

Example

Copied!
svc=unit/get_deleted_reasons&params={}

Response

If the request is completed successfully, a response with unit deletion reasons is returned.

Copied!
{
	"reasons": [
		1,
		2,
		3,
		4,
		5,
		6,
		7,
		8,
		9,
		10
	]
}

Unit deletion reasons include the following:

Value

Description

1

High prices

2

Lack of functionality
3Difficult to use
4Transfer to competitive systems
5Contract expiration
6Local regulations and monopolies
7Unstable political and economic situations
8Tender-based units
9Seasonal units
10Custom reason

If the request fails, the response contains error code 6, indicating that the user ID is invalid or the user has signed out.

If you find a mistake in the text, please select it and press Ctrl+Enter.

Report a mistake

Your message was sent. Thank you!

An error occurred while submitting the form

Download PDF file
Download Word document

See also