Employee
/
Update employee

Update employee

PUT
https://agents-api-sit.finci.com:5500/v1/update-employee/{employee_id}

....

Headers

    X-Auth-Token
    string
    Required
    Partner Token
    X-Auth-Signature
    string
    Required
    Signature of the request body
    X-Auth-Timestamp
    string
    Required
    Request timestamp (Unix Epoch in UTC).

Path parameters

    employee_id
    string
    Required
    Employee ID

Request body

Response

Employee updated
    status
    string
      success
      string
      error
      string
    errors
    array of string
    Error codes list
    employee_id
    string
    Employee ID
    Examples:10011100000000000001
Built with