Skip to content

Create employee positions

Creating employees positions

Method create.employee_positions
Description Creating employees positions
Who has access Agent, Customer

Parameters of a request

Title Type Required Description
access_token string yes Authentication session key
user_id number no Unique user ID of a customer or an agent who makes request.
Is mandatory for an agent
To get a list of customer users use the method "get.customer_users"
name string yes Position title

Parameters of a reply

Title Type Required Description
id number yes Position ID

JSON request structure

{
  "jsonrpc":"2.0",
  "id":"number",
  "method":"create.employee_positions",
  "params":{
    "access_token":"string",
    "user_id":"number",
    "name":"string"
  }
}

JSON reply structure

{
  "jsonrpc":"2.0",
  "id":"number",
  "result":{
    "id":"number"
  }
}

List of returning errors

Refer to "List of errors for methods with the verb create"