Create Entitlement Type
POST/createEntitlementType
This API creates Entitlement Type in SSM.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
entitlementname
,
endpointname
Optional params:
entitlementdescription
,
customproperty<N>
- customproperty 1 to 5,
workflow
Request
- application/json
Body
customproperty1string
Example:
cp1
endpointnamestring
Example:
Endpoint1
entitlementdescriptionstring
Example:
entitlementdescription
entitlementnamestring
Example:
testEnt8
workflowstring
Example:
SampleManagerApproval
Responses
- 200
Create Entitlement Type
Response Headers
Date
string
Server
string
Set-Cookie
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Create Entitlement Type
Schema
errorCodestring
Example:
0
msgstring
Example:
Success
{
"errorCode": "0",
"msg": "Success"
}
{
"errorCode": "0",
"msg": "Success"
}