get_deleted_reasons

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

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 can’t execute this request.

Download PDF file
Download Word document

See also