Approve Reject Account Entitlement Details
POST/approverejectEntOwnerCampaignAccEntDetails
This API is used to certify/revoke the user's access (account, entitlement). When an approve or reject action is performed for a line item in an Entitlement Owner campaign, then only the latest comment sent through the API is retained in the comments field but all the comments (including actions) are stored in the audit trail/history.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
campaignid
certkey
verifier
entitlements
1. action
(APPROVED/REJECTED/DECOMMISSIONED/DOESNOTBELONGTOME) 2. entattkey
3. certified
(Can be Yes/No/Reset) 4. comments
OR
accounts
action
(APPROVED/REJECTED)accattkey
entattkey
certified
(Can be Yes/No/Reset)comments
OR
entitlements2
action
(APPROVED/REJECTED)entattkey
ent2attkey
certified
(Can be Yes/No/Reset)comments
Optional params:bulkUpdate
(Can be Y or N) If set to Y, approveComments or rejectComments will be considered at the global level. If set to 'N' then comments at the individual record/user level is considered.approveComment
rejectComment
doesNotBelongToMeComment
bulkValidations
(If 'Y' the code works as is and all validations happen, if bulkValidations=' N' the code will skip validations for all the records passed)
Request
- application/json
Body
Array [
]
Array [
]
accounts
object[]
accattkey string
action string
entattkey string
approveComment string
bulkUpdate string
bulkValidations string
campaignid string
certkey string
doesNotBelongToMeComment string
entitlements2
object[]
action string
comments string
ent2attkey string
entattkey string
rejectComment string
verifier string
Responses
- 200
Loading...