Delete employee positions
Deleting employees positions
Methods | delete.employee_positions |
---|---|
Description | Deleting employees positions |
Who has access | Agent, Customer |
Parameters of a request
Title | Type | Required | Description |
---|---|---|---|
access_token |
string | yes | Authentication session key |
id |
number | yes | Unique ID of an employee's position |
user_id |
number | no | Unique user ID of a customer or an agent who makes request. Is mandatory for an agentTo get a list of customer users use the method "get.customer_users" |
JSON request structure
{
"jsonrpc":"2.0",
"id":"number",
"method":"delete.employee_positions",
"params":{
"access_token":"string",
"id":"number",
"user_id":"number"
}
}
JSON reply structure
{
"jsonrpc":"2.0",
"id":"number",
"result":{
}
}