The request has been successfully processed. The response body contains the ID of a new session
400
Bad request
A request error
401
Unauthorized
An authorization error
Sample Request
POST /performance-management/appraisal/session/create
Host: api-learn.ispringlearn.com
Content-Type: application/json
Accept: application/json
X-Auth-Account-Url: https://myaccount.ispringlearn.com
Authorization: Bearer SPSXqXSnlJTraQWSY0ho8yrYTKpt6jkPx3waBGIa9g4
{
"name": "Session 1",
"description": "The session is held to gain insight into strengths and to identify opportunities for growth.",
"managerId": "fbbcb860-1074-11f0-b8ee-02420aff002c"
}
XML
Sample Response
HTTP/1.1 200 OK
"56a3bfbe-1a09-11f0-b904-02420aff005a"