Skip to main content

Submit Bulk Approval Request

POST 

/suggested-entitlement-description-approvals

Submit Bulk Approval Request for SED. Request body takes list of SED Ids. API responses with list of SED Approval Status

Request

Body

arrayrequired

Sed Approval

  • Array [
  • items uuid[]

    List of SED id's

  • ]

Responses

List of SED Approval Status

Schema
  • Array [
  • failedReason string

    failed reason will be display if status is failed

    id uuid

    Sed id

    status string

    SUCCESS | FAILED

  • ]
Loading...