Certify Entitlement Owner for Campaign
POST/certifyEntOwnerforCampaign
This API will do entitlement verification for a particular campaign.
The Authorization must have Bearer followed by Token.
Mandatory params:
verifications
camapignId
entitlement
- entitlement
- endpoint
- action
verifier
certkey
action(if action param is not passed then entitlement lavel action param will be considered)
Optional params:
comments
Request
Path Parameters
- application/json
Body
- Array [ 
- Array [ 
- ] 
- ] 
verifications
object[]
entitlement
object[]
Responses
- 200
Certify Entitlement Owner for Campaign - SUCCESS
Response Headers
- Access-Control-Allow-Credentials - string 
- Access-Control-Allow-Origin - string 
- Cache-Control - string 
- Connection - string 
- Date - string 
- Expires - string 
- Pragma - string 
- Referrer-Policy - string 
- Set-Cookie - string 
- Strict-Transport-Security - string 
- Transfer-Encoding - string 
- X-Content-Type-Options - string 
- X-Frame-Options - string 
- X-XSS-Protection - string 
- application/json
- Schema
- Example (from schema)
- Certify Entitlement Owner for Campaign - SUCCESS
Schema
- Array [ 
- Array [ 
- ] 
- ] 
verifications
object[]
entitlement
object[]
{
  "count": 2,
  "errorCode": "0",
  "msg": "success",
  "verifications": [
    {
      "action": "DECOMMISSIONED",
      "campaignId": "313",
      "certkey": 12892,
      "entitlement": [
        {
          "action": "approved",
          "endpoint": "Oracle DRM",
          "entitlement": "Analytics User",
          "msg": "Success"
        }
      ],
      "verifier": "admin"
    },
    {
      "campaignId": "314",
      "certkey": 12894,
      "entitlement": [
        {
          "action": "approved",
          "endpoint": "Oracle DRM",
          "entitlement": "Analytics User",
          "msg": "Success"
        }
      ],
      "verifier": "admin"
    }
  ]
}
{
  "count": 2,
  "errorCode": "0",
  "msg": "success",
  "verifications": [
    {
      "action": "DECOMMISSIONED",
      "campaignId": "313",
      "certkey": 12892,
      "entitlement": [
        {
          "action": "approved",
          "endpoint": "Oracle DRM",
          "entitlement": "Analytics User",
          "msg": "Success"
        }
      ],
      "verifier": "admin"
    },
    {
      "campaignId": "314",
      "certkey": 12894,
      "entitlement": [
        {
          "action": "approved",
          "endpoint": "Oracle DRM",
          "entitlement": "Analytics User",
          "msg": "Success"
        }
      ],
      "verifier": "admin"
    }
  ]
}