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[]
accattkeystring
Example:
2029318
consultassociatedentitlementsstring
Example:
true
campaignidstring
Example:
306
certkeystring
Example:
12878
commentsstring
Example:
certifier from API
entitlements
object[]
accattkeystring
Example:
2029319
entattkeystring
Example:
3544409
newassigneestring
Example:
0000002
updateuserstring
Example:
admin
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
errorcodestring
Example:
0
msgstring
Example:
success
{
"errorcode": "0",
"msg": "success"
}
{
"errorcode": "0",
"msg": "success"
}