Creates a new ReinsContractAggSpecMember
Success
Unauthorized
{- "reinsContract_Key": 0,
- "subscriber_ID": "string",
- "member_Seq": "st"
}
{- "data": {
- "reinsContract_Key": 0,
- "subscriber_ID": "string",
- "member_Seq": "st"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all ReinsContractAggSpecMember for the given reinsContractKey
Success
Unauthorized
Gets ReinsContractAggSpecMember
Success
Unauthorized
Create multiple ReinsContractAggSpecMember at once. If the entity does not exist, it will be created. If the entity exists, an error message will be returned for this item.
Success
Unauthorized
[- {
- "reinsContract_Key": 0,
- "subscriber_ID": "string",
- "member_Seq": "st"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}