Skip to main content

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

  1. action(APPROVED/REJECTED)
  2. accattkey
  3. entattkey
  4. certified(Can be Yes/No/Reset)
  5. comments

OR

entitlements2

  1. action(APPROVED/REJECTED)
  2. entattkey
  3. ent2attkey
  4. certified(Can be Yes/No/Reset)
  5. 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

Body

    accounts

    object[]

  • Array [

  • accattkey string
    action string
    entattkey string
  • ]

  • approveComment string
    bulkUpdate string
    bulkValidations string
    campaignid string
    certkey string
    doesNotBelongToMeComment string

    entitlements2

    object[]

  • Array [

  • action string
    comments string
    ent2attkey string
    entattkey string
  • ]

  • rejectComment string
    verifier string

Responses

Loading...