Reassign Application Owner for Campaign
POST/reAssignAppOwnerCampaignAccEntDetails
This API reassigns Entitlement Owner for Campaign in SSM.
The Authorization must have Bearer followed by Token.
Mandatory params:
campaignname or campaignid(if both are passed then campaignid will be considered)
certificationname or certkey(if both are passed then certkey will be considered)
newassignee
accounts(needs to contain accattkey)
entitlements(needs to contain entattkey and accattkey)
roles(needs to contain roleattkey and accattkey)
Optional params:
updateuser
bulkUpdate(default value 'N')
bulkValidation(default value 'N')
bulkConsultAssociatedData
reassignComments
Request
Path Parameters
- application/json
Body
- Array [ 
- ] 
- Array [ 
- ] 
accounts
object[]
entitlements
object[]
Responses
- 200
Reassign Application Owner for Campaign
Response Headers
- Access-Control-Allow-Credentials - string 
- Access-Control-Allow-Origin - string 
- Cache-Control - string 
- Date - string 
- Expires - string 
- Pragma - string 
- Referrer-Policy - string 
- Server - 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)
- Reassign Application Owner for Campaign
Schema
{
  "errorcode": "0",
  "msg": "success"
}
{
  "errorcode": "0",
  "msg": "success"
}