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 [

  • accattkeystring
    Example: 25290
    actionstring
    Example: APPROVED
    entattkeystring
    Example: 30897
  • ]

  • approveCommentstring
    Example: Approve Comment Test123!!@#$%^&*
    bulkUpdatestring
    Example: Y
    bulkValidationsstring
    Example: Y
    campaignidstring
    Example: 1112
    certkeystring
    Example: 5995
    doesNotBelongToMeCommentstring
    Example: DoesNotBelongToMeComment Test 123!!@#$%^&

    entitlements2

    object[]

  • Array [

  • actionstring
    Example: APPROVED
    commentsstring
    Example: Approve Comment Test123!!@#$%^&*
    ent2attkeystring
    Example: 30906
    entattkeystring
    Example: 30897
  • ]

  • rejectCommentstring
    Example: Reject Comment Test123!!@#$%^&*
    verifierstring
    Example: RO_Owner1

Responses