Creates a new SecurityUserLimitMemberClaimData
Success
Unauthorized
{- "securityUserLimitMemberClaimData_Key": 0,
- "member_Seq": "st",
- "subscriber_ID": "string",
- "user_ID": "string"
}
{- "data": {
- "securityUserLimitMemberClaimData_Key": 0,
- "member_Seq": "st",
- "subscriber_ID": "string",
- "user_ID": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all SecurityUserLimitMemberClaimData
Success
Unauthorized
Updates a specific SecurityUserLimitMemberClaimData.
Success
Unauthorized
{- "securityUserLimitMemberClaimData_Key": 0,
- "member_Seq": "st",
- "subscriber_ID": "string",
- "user_ID": "string"
}
{- "data": {
- "securityUserLimitMemberClaimData_Key": 0,
- "member_Seq": "st",
- "subscriber_ID": "string",
- "user_ID": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple SecurityUserLimitMemberClaimData at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "securityUserLimitMemberClaimData_Key": 0,
- "member_Seq": "st",
- "subscriber_ID": "string",
- "user_ID": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}