Create Birthright Request
POST/createbirthrightrequest
This method creates "Request" record for a new user in SSM.
The Authorization
must have Bearer
followed by Token
.
Optional params:
SAVUSERNAME
- in header,
REQUESTTYPE
,
REQUESTER
,
COMMENTS
,
USERNAME
,
startdate
,
enddate
,
SYSTEMNAME
,
ENDPOINTS
,
entitlement
,
APPROVER
,
ACCOUNTNAME
Request
- multipart/form-data
Body
ACCOUNTNAME string
APPROVER string
COMMENTS string
ENDPOINTS string
REQUESTTYPE string
SYSTEMNAME string
USERNAME string
entitlement string
Responses
- 200
Create Birthright Request
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Create Birthright Request
Schema
errorCode string
message string
requestId string
{
"errorCode": "0",
"message": "Success",
"requestId": "579652"
}
{
"errorCode": "0",
"message": "Success",
"requestId": "579652"
}
Loading...