Add searches link to key parties for the current logged in user.
Created
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
{- "items": [
- {
- "keyPartyId": "string",
- "searchId": "string"
}
]
}
{- "failed": [
- {
- "failedItem": {
- "keyPartyId": "string",
- "searchId": "string"
}, - "error": {
- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "additionalProp1": "string",
- "additionalProp2": "string",
- "additionalProp3": "string"
}
}
], - "successful": [
- {
- "keyPartyId": "string",
- "searchId": "string"
}
]
}