Entitlement API
The Entitlement API provides endpoints to create and retrieve entitlement records from an instance.
Entitlement checks occur as part of post-sales support services for customers that purchase a product, such as an appliance or computer. Entitlement checks are made by agents to determine what services customers are eligible to receive for the products they've purchased. Use the Entitlement API to define and retrieve entitlements.
This API accesses and stores data in the following tables:
- Account [customer_account]
- Consumer [csm_consumer]
- Household [csm_household]
- Install Base [sn_install_base_item]
- Product Model [cmdb_model]
- Product Offering [sn_prd_pm_product_offering]
- Sold Product [sn_install_base_sold_product]
To access this API, the following plugins must be activated on the associated instance:
- Customer Contracts and Entitlements (com.sn_pss_core)
- Customer Service Install Base Management (com.snc.install_base)
- Product Catalog Management Core (com.sn_prd_pm)
In addition, to successfully call this API you must have the sn_pss_core.pss_integrator role. This API runs in the sn_pss_core namespace.
Parent Topic:REST API reference
Entitlement - GET /sn_pss_core/entitlement/{id}
Returns the specified entitlement record, its associated coverage, and its latest usage details.
The following is the list of tables in which the entitlement data is stored:
- Characteristics [sn_pss_core_entitlement_characteristic]
- Entitlement [service_entitlement]
- Entitlement Usage [sn_pss_core_entitlement_usage]
- Sold Product Covered [sn_install_base_m2m_contract_sold_product] - This table contains information for both sold products covered and install base items covered.
URL format
Versioned URL: /api/sn_pss_core/{api_version}/entitlement/{id}
Default URL: /api/sn_pss_core/entitlement/{id}
Note: Available versions are specified in the REST API Explorer. For scripted REST APIs there is additional version information on the Scripted REST Service form.
Supported request parameters
| Name | Description |
|---|---|
| api\_version | Optional. Version of the endpoint to access. For example, `v1` or `v2`. Only specify this value to use an endpoint version other than the latest. Data type: String |
| id | Sys\_id of the entitlement record to retrieve.Data type: String Table: Entitlement \[service\_entitlement\] |
| Name | Description |
|---|---|
| display\_value | Type of data to return.Valid values: - false: Return the `value` for all fields. For example, `"state":"draft"`. - true: Return the `display_value` for all fields. For example, `"state":"Draft"` - all: Return all information for all fields. Data type: String Default: false |
| Name | Description |
|---|---|
| None |
Headers
The following request and response headers apply to this HTTP action only, or apply to this action in a distinct way. For a list of general headers used in the REST API, see Supported REST API headers.
| Header | Description |
|---|---|
| Accept | Data format of the response body. Supported types: application/json or application/xml. Default: application/json |
| Header | Description |
|---|---|
| None |
Status codes
The following status codes apply to this HTTP action. For a list of possible status codes used in the REST API, see REST API HTTP response codes.
| Status code | Description |
|---|---|
| 200 | Successful. The request was successfully processed. |
| 400 | Bad Request. A bad request type or malformed request was detected. |
| 403 | Forbidden. The user doesn't have access rights to the specified record. |
| 404 | Not found. The requested item wasn't found. |
| 500 | Internal server error. An unexpected error occurred while processing the request. The response contains additional information about the error. |
Response body parameters
| Name | Description |
|---|---|
| account | Sys\_id of the account record to which the entitlement belongs. Data type: String Table: Account \[customer\_account\] |
| consumer | Sys\_id of the consumer record to which the entitlement belongs. Data type: String Table: Consumer \[csm\_consumer\] |
| contract | Sys\_id of the contract record to which the entitlement belongs.Data type: String Table: Service Contract \[sn\_pss\_core\_service\_contract\] |
| end\_date | End date of the entitlement.Data type: String Format: yyyy-mm-dd Default: Never ends until manually removed. |
| entitlement\_characteristics | List of characteristics associated with the entitlement.Data type: Array of Objects |
| entitlement\_characteristics.characteristic | Sys\_id of the characteristic record associated with the entitlement. Data type: String Table: Characteristic \[sn\_prd\_pm\_characteristic\] |
| entitlement\_characteristics.characteristic\_option | Sys\_id of the characteristic option record associated with the entitlement.Data type: String Table: Characteristic Option \[sn\_prd\_pm\_characteristic\_option\] |
| entitlement\_characteristics.entitlement | Sys\_id of the associated entitlement record.Data type: String Table: Entitlement \[service\_entitlement\] |
| entitlement\_characteristics.entitlement\_usage | List of entitlement usages associated with the entitlement characteristic.Data type: Array of Objects |
| entitlement\_characteristics.entitlement\_usage.entitlement | Sys\_id of the entitlement record associated with the entitlement usage.Data type: String Table: Entitlement \[service\_entitlement\] |
| entitlement\_characteristics.entitlement\_usage.entitlement\_characteristic | Sys\_id of the entitlement characteristic record associated with the entitlement usage.Data type: String Table: Characteristic \[sn\_pss\_core\_entitlement\_characteristic\] |
| entitlement\_characteristics.entitlement\_usage.period\_end | End date when the entitlement usage is no longer tracked.Data type: String Format: yyyy-mm-dd |
| entitlement\_characteristics.entitlement\_usage.period\_start | Starting date of when the entitlement usage is tracked.Data type: String Format: yyyy-mm-dd |
| entitlement\_characteristics.entitlement\_usage.service\_contract\_line | Sys\_id of the service contract line to which the current entitlement usage belongs. Data type: String |
| entitlement\_characteristics.entitlement\_usage.sys\_created\_by | Name of the user that created the entitlement usage record.Data type: String |
| entitlement\_characteristics.entitlement\_usage.sys\_created\_on | Date and time that the entitlement usage record was created.Data type: String |
| entitlement\_characteristics.entitlement\_usage.sys\_id | Sys\_id of the entitlement usage record.Data type: String Table: Entitlement Usage \[sn\_pss\_core\_entitlement\_usage\] |
| entitlement\_characteristics.entitlement\_usage.sys\_updated\_by | Name of the user that last updated the entitlement usage record.Data type: String |
| entitlement\_characteristics.entitlement\_usage.sys\_updated\_on | Date and time that the entitlement usage record was last updated.Data type: String |
| entitlement\_characteristics.entitlement\_usage.total\_units | Total coverage value of the associated entitlement characteristic.Data type: String |
| entitlement\_characteristics.entitlement\_usage.used\_units | Number of units used by the account or consumer between the period_start and the period_end.Data type: String |
| entitlement\_characteristics.type | Type of entitlement characteristic. Valid values: - coverage - coverage\_and\_usage Data type: String |
| entitlement\_characteristics.value | Value of the characteristic. Data type: String |
| entitlement\_name | Name of the entitlement. Data type: String |
| household | Sys\_id of the household record associated with the entitlement. Data type: String Table: Household \[csm\_household\] |
| install\_base\_items\_covered | List of install base items covered under the entitlement.Data type: Array of Objects |
| install\_base\_items\_covered.added | Date that the associated install base item was added to the entitlement.Data type: String |
| install\_base\_items\_covered.contract | Sys\_id of the service contract record associated with the install base item.Data type: String Table: Service Contract \[sn\_pss\_core\_service\_contract\] |
| install\_base\_items\_covered.install\_base | Sys\_id of the install base item covered by the service contract line.Data type: String Table: Install Base Item \[sn\_install\_base\_item\] |
| install\_base\_items\_covered.removed | Date that the associated install base item was removed from the entitlement.Data type: String |
| install\_base\_items\_covered.entitlement | Sys\_id of the entitlement record associated with the install base item.Data type: String Table: Entitlement \[service\_entitlement\] |
| install\_base\_items\_covered.service\_contract\_line | Sys\_id of the associated service contract line record.Data type: String Table: Service Contract Line \[sn\_pss\_core\_service\_contract\_line\] |
| install\_base\_items\_covered.sys\_created\_by | Name of the user that created the install base item record.Data type: String |
| install\_base\_items\_covered.sys\_created\_on | Date and time that the install base item record was created.Data type: String |
| install\_base\_items\_covered.sys\_id | Sys\_id of the install base item covered.Data type: String Table: Sold Product Covered \[sn\_install\_base\_m2m\_contract\_sold\_product\] |
| install\_base\_items\_covered.sys\_updated\_by | Name of the user that last updated the install base item record.Data type: String |
| install\_base\_items\_covered.sys\_updated\_on | Date and time that the install base item record was last updated.Data type: String |
| product | Sys\_id of the product model record associated with the entitlement.Data type: String Table: Product Model \[cmdb\_model\] |
| product\_offering | Sys\_id of the product offering record associated with the entitlement.Data type: String Table: Product Offering \[sn\_prd\_pm\_product\_offering\] |
| sold\_entitlement | Sys\_id of the sold product record associated with the entitlement.Data type: String Table: Sold Product \[sn\_install\_base\_sold\_product\] |
| sold\_products\_covered | List of products covered.Data type: Array of Objects |
| sold\_products\_covered.added | Date that the associated sold product was added to the entitlement.Data type: String Format: yyyy-mm-dd Default: Current date |
| sold\_products\_covered.contract | Sys\_id of the service contract record associated with the sold product covered.Data type: String Table: Service Contract \[sn\_pss\_core\_service\_contract\] |
| sold\_products\_covered.entitlement | Sys\_id of the entitlement record associated with the sold product covered.Data type: String Table: Entitlement \[service\_entitlement\] |
| sold\_products\_covered.removed | Date that the associated sold product was removed from the entitlement.Data type: String Format: yyyy-mm-dd Default: No end date |
| sold\_products\_covered.service\_contract\_line | Sys\_id of the service contract line record associated with the sold product covered.Data type: String Table: Service Contract Line \[sn\_pss\_core\_service\_contract\_line\] |
| sold\_products\_covered.sold\_product | Sys\_id of the product covered by the entitlement.Data type: String Table: Sold Product \[sn\_install\_base\_sold\_product\] |
| sold\_products\_covered.sys\_created\_by | Name of the user that created the sold product covered record.Data type: String |
| sold\_products\_covered.sys\_created\_on | Date and time that the sold product covered record was created.Data type: String |
| sold\_products\_covered.sys\_id | Sys\_id of the product covered by this service contract.Data type: String Table: Sold Product Covered \[sn\_install\_base\_m2m\_contract\_sold\_product\] |
| sold\_products\_covered.sys\_updated\_by | Name of the user that last updated the sold product covered record.Data type: String |
| sold\_products\_covered.sys\_updated\_on | Date and time that the sold product covered record was last updated.Data type: String |
| start\_date | Start date of the entitlement. Data type: String Format: yyyy-mm-dd |
| state | Current state of the entitlement. Valid values: \(case-sensitive\) - active - cancelled - draft - expired - suspended Data type: String |
| sys\_created\_by | Name of the user that created the entitlement record.Data type: String |
| sys\_created\_on | Date and time that the entitlement record was created.Data type: String |
| sys\_id | Sys\_id of the associated entitlement record.Data type: String Table: Entitlement \[service\_entitlement\] |
| sys\_updated\_by | Name of the user that last updated the entitlement record.Data type: String |
| sys\_updated\_on | Date and time that the entitlement record was created.Data type: String |
cURL request
The following example shows how to call this endpoint to retrieve an entitlement template.
curl "https://instance.servicenow.com/api/sn_pss_core/entitlement/fc73d2de89226110f877430a4e008" \
--request GET \
--header "Accept:application/json" \
--user "username":"password"
Response:
{
"result": {
"sys_id": "5a651515d1f53110f8776589fa411f7b",
"sys_created_by": "admin",
"sys_updated_by": "admin",
"sys_created_on": "2023-10-09 11:31:59",
"sys_updated_on": "2023-10-09 11:31:59",
"entitlement_name": "indep entl",
"account": "4c325111d1f53110f8776589fa411f3d",
"consumer": null,
"household": null,
"contract": null,
"service_contract_line": null,
"state": "active",
"product_offering": null,
"sold_entitlement": null,
"product": null,
"start_date": "2023-10-03",
"end_date": "2024-12-03",
"sold_products_covered": [
{
"sys_id": "d6651515d1f53110f8776589fa411f7c",
"sys_created_by": "admin",
"sys_updated_by": "admin",
"sys_created_on": "2023-10-09 11:31:59",
"sys_updated_on": "2023-10-09 11:31:59",
"contract": null,
"service_contract_line": null,
"entitlement": "5a651515d1f53110f8776589fa411f7b",
"sold_product": "0df21151d1f53110f8776589fa411f1b",
"added": "",
"removed": ""
}
],
"install_base_items_covered": [
{
"sys_id": "12651515d1f53110f8776589fa411f7d",
"sys_created_by": "admin",
"sys_updated_by": "admin",
"sys_created_on": "2023-10-09 11:31:59",
"sys_updated_on": "2023-10-09 11:31:59",
"contract": null,
"service_contract_line": null,
"entitlement": "5a651515d1f53110f8776589fa411f7b",
"install_base": "e2639951d1f53110f8776589fa411f2b",
"added": "",
"removed": ""
}
],
"entitlement_characteristics": [
{
"sys_id": "12651515d1f53110f8776589fa411f7e",
"sys_created_by": "admin",
"sys_updated_by": "admin",
"sys_created_on": "2023-10-09 11:31:59",
"sys_updated_on": "2023-10-09 11:31:59",
"service_contract_line": null,
"entitlement": "5a651515d1f53110f8776589fa411f7b",
"characteristic_option": "495149b7539e61106bfcddeeff7b1262",
"value": "5",
"characteristic": "63418db7539e61106bfcddeeff7b1238",
"type": "coverage_and_usage",
"entitlement_usage": [
{
"sys_id": "de651515d1f53110f8776589fa411f7e",
"sys_created_by": "admin",
"sys_updated_by": "admin",
"sys_created_on": "2023-10-09 11:31:59",
"sys_updated_on": "2023-10-09 11:31:59",
"entitlement": "5a651515d1f53110f8776589fa411f7b",
"service_contract_line": null,
"entitlement_characteristic": "12651515d1f53110f8776589fa411f7e",
"period_start": "2023-10-03",
"period_end": "2024-12-03",
"total_units": "5",
"used_units": "25"
}
]
}
]
}
}
Entitlement - POST /sn_pss_core/entitlement
Creates an entitlement record and all its related detail records.
The following is the list of tables in which the entitlement data is stored:
- Characteristic [sn_pss_core_entitlement_characteristic]
- Entitlement [service_entitlement]
- Entitlement Usage [sn_pss_core_entitlement_usage]
- Sold Products Covered [sn_install_base_m2m_contract_sold_product] - This table contains information for both sold products covered and install base items covered.
URL format
Versioned URL: /api/sn_pss_core/{api_version}/entitlement
Default URL: /api/sn_pss_core/entitlement
Note: Available versions are specified in the REST API Explorer. For scripted REST APIs there is additional version information on the Scripted REST Service form.
Supported request parameters
| Name | Description |
|---|---|
| api\_version | Optional. Version of the endpoint to access. For example, `v1` or `v2`. Only specify this value to use an endpoint version other than the latest. Data type: String |
| Name | Description |
|---|---|
| None |
| Name | Description |
|---|---|
| account | Required if the consumer parameter is not passed.Sys_id of the account record to which the entitlement belongs. Data type: String Table: Account [customer_account] |
| consumer | Required if the account parameter is not passed. Sys_id of the consumer record to which the entitlement belongs. Data type: String Table: Consumer [csm_consumer] |
| end\_date | End date of the entitlement.Data type: String Format: yyyy-mm-dd Default: Never ends until manually removed. |
| entitlement\_characteristics | List of characteristics associated with the entitlement.Data type: Array of Objects |
| entitlement\_characteristics.characteristic | Required. Sys\_id of the characteristic record associated with the entitlement. Data type: String Table: Characteristic \[sn\_prd\_pm\_characteristic\] |
| entitlement\_characteristics.characteristic\_option | Sys\_id of the characteristic option record associated with the entitlement.Data type: String Table: Characteristic Option \[sn\_prd\_pm\_characteristic\_option\] |
| entitlement\_characteristics.entitlement\_usage | Used unit value for the associated entitlement characteristic.Only pass this parameter if the entitlement\_characteristics are under the entitlement. Data type: Object |
| entitlement\_characteristics.entitlement\_usage.usage\_units | Usage of the associated entitlement characteristic.Data type: String |
| entitlement\_characteristics.type | Type of entitlement characteristic. Valid values: - coverage - coverage\_and\_usage Data type: String |
| entitlement\_characteristics.value | Required if the input_type parameter contained in the record specified in the entitlement_characteristics.characteristic parameter, is not Data type: String |
| entitlement\_name | Required. Name of the entitlement. Data type: String |
| household | Only passed when the household plugins are active and the consumer parameter is passed. Sys_id of the household record associated with the entitlement. Data type: String Table: Household [csm_household] |
| install\_base\_items\_covered | List of install base items covered under the entitlement. The information in this array is inserted in the Sold Product Covered \[sn\_install\_base\_m2m\_contract\_sold\_product\] table. Data type: Array of Objects ``` "install_base_items_covered": [ { "added": "String", "install_base": "String", "removed": "String" } ] |