Consult AppOwner Account Entitlement Details
POST/consultAppOwnerCampaignAccEntDetails
This API consults Application Owner for Campaign at Account and Access Certification Stage in SSM.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
campaignname
or campaignid
certificationname
or certkey
newassignee
accounts
- 1. accattkey
2. consultassociatedentitlements
(optional)
entitlements
- 1. accattkey
2. entattkey
Optional params:
comments
updateuser
Request
- application/json
Body
Array [
]
Array [
]
accounts
object[]
accattkey string
consultassociatedentitlements string
campaignid string
certkey string
comments string
entitlements
object[]
accattkey string
entattkey string
newassignee string
updateuser string
Responses
- 200
Consult AppOwner Account Entitlement Details - SUCCESS
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Date
string
Expires
string
Referrer-Policy
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
X-Frame-Options
string
- application/json
- Schema
- Example (from schema)
- Consult AppOwner Account Entitlement Details - SUCCESS
Schema
errorcode string
msg string
{
"errorcode": "0",
"msg": "success"
}
{
"errorcode": "0",
"msg": "success"
}
Loading...