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
Path Parameters
path stringrequired
- application/json
Body
customproperty1 string
endpointname string
entitlementdescription string
entitlementname string
workflow string
Responses
- 200
Create Entitlement Type
Response Headers
- Date - string 
- Server - string 
- Set-Cookie - string 
- Transfer-Encoding - string 
- X-Content-Type-Options - string 
- X-Frame-Options - string 
- application/json
- Schema
- Example (from schema)
- Create Entitlement Type
Schema
errorCode string
msg string
{
  "errorCode": "0",
  "msg": "Success"
}
{
  "errorCode": "0",
  "msg": "Success"
}
Loading...