Consult EntitlementOwner Step 1 for Campaign
POST/consultEOforCampaign
This API consults Entitltment Owner for Campaign at Employment Verification Stage in SSM.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
campaignname
or campaignid
certificationname
or certkey
newassignee
entitlements
Optional params:
comments
updateuser
Request
- application/json
Body
campaignidstring
Example:
66
campaignnamestring
Example:
EPICTemplateOwnerQ1Feb1
certificationnamestring
Example:
EPICTemplateOwnerQ1Feb1 - U013653 (Chandra Linsley)
certkeystring
Example:
29299
commentsstring
Example:
Consulted via API
entitlementsstring[]
Example:
["T00274","T00010"]
newassigneestring
Example:
1000012
updateuserstring
Example:
admin
Responses
- 200
Consult EntitlementOwner Step 1 for Campaign
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 EntitlementOwner Step 1 for Campaign
Schema
errorcodestring
Example:
0
msgstring
Example:
success
{
"errorcode": "0",
"msg": "success"
}
{
"errorcode": "0",
"msg": "success"
}