Skip to main content

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

Body

    customproperty1 string
    endpointname string
    entitlementdescription string
    entitlementname string
    workflow string

Responses

Create Entitlement Type

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

  • X-Content-Type-Options

    string

Schema

    errorCode string
    msg string
Loading...