Download OpenAPI specification:Download
erpSystemId required | integer <int32> [ 1 .. 2147483647 ] The id of the ERP system to query. |
userId required | string <uuid> The id of the user that can utilize the profiles. |
The object containing the parameters to create the new EAM request.
id required | string <uuid> |
profileId required | string <uuid> |
requesterUserId required | string <uuid> |
reason required | string |
transactionRequested required | string |
comments | string Nullable |
startDate required | string <date-time> |
timeZoneId required | string |
required | object |
initialState | string Enum: "Submitted" "AwaitingApproval" "Approved" "Rejected" "AwaitingReview" "Accepted" "Contested" "AccessProvisioned" "GeneratingUsageReport" "Created" "Updated" "Retracted" "Error" |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
- "requesterUserId": "9f4de474-a81a-4058-bdf9-c5e1d8c1a9af",
- "reason": "string",
- "transactionRequested": "string",
- "comments": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "timeZoneId": "string",
- "duration": {
- "days": 0,
- "hours": 0,
- "minutes": 0
}, - "initialState": "Submitted"
}