Creates a new Request
Success
Unauthorized
{- "request_Key": 0,
- "dismiss_Date": "2019-08-24T14:15:22Z",
- "owner_UserId": "d5147461-f75a-4081-ab73-6b529801c972",
- "request_Date": "2019-08-24T14:15:22Z",
- "request_Description": "string",
- "request_JSON": "string",
- "request_Priority": "string",
- "request_Source": "string",
- "request_Status": "string",
- "request_Type": "string",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b"
}
{- "data": {
- "request_Key": 0,
- "dismiss_Date": "2019-08-24T14:15:22Z",
- "owner_UserId": "d5147461-f75a-4081-ab73-6b529801c972",
- "request_Date": "2019-08-24T14:15:22Z",
- "request_Description": "string",
- "request_JSON": "string",
- "request_Priority": "string",
- "request_Source": "string",
- "request_Status": "string",
- "request_Type": "string",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all Request
Success
Unauthorized
Updates a specific Request.
Success
Unauthorized
{- "request_Key": 0,
- "dismiss_Date": "2019-08-24T14:15:22Z",
- "owner_UserId": "d5147461-f75a-4081-ab73-6b529801c972",
- "request_Date": "2019-08-24T14:15:22Z",
- "request_Description": "string",
- "request_JSON": "string",
- "request_Priority": "string",
- "request_Source": "string",
- "request_Status": "string",
- "request_Type": "string",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b"
}
{- "data": {
- "request_Key": 0,
- "dismiss_Date": "2019-08-24T14:15:22Z",
- "owner_UserId": "d5147461-f75a-4081-ab73-6b529801c972",
- "request_Date": "2019-08-24T14:15:22Z",
- "request_Description": "string",
- "request_JSON": "string",
- "request_Priority": "string",
- "request_Source": "string",
- "request_Status": "string",
- "request_Type": "string",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple Request at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "request_Key": 0,
- "dismiss_Date": "2019-08-24T14:15:22Z",
- "owner_UserId": "d5147461-f75a-4081-ab73-6b529801c972",
- "request_Date": "2019-08-24T14:15:22Z",
- "request_Description": "string",
- "request_JSON": "string",
- "request_Priority": "string",
- "request_Source": "string",
- "request_Status": "string",
- "request_Type": "string",
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}