Employee
/
Create employee

Create employee

POST
https://agents-api-sit.finci.com:5500/v1/create-employee

....

Headers

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

Request body

Response

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