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
- 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
Referrer-Policy
string
Server
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
X-Frame-Options
string
- application/json
- Schema
- Example (from schema)
- Reassign Application Owner for Campaign
Schema
{
"errorcode": "0",
"msg": "success"
}
{
"errorcode": "0",
"msg": "success"
}