Creates a new ReinsContractConditionalSpecific
Success
Unauthorized
{- "reinsContractConditionalSpecific_Key": 0,
- "description": "string",
- "display": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reinsContract_Key": 0,
- "specific_Deductible": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "reinsContractConditionalSpecific_Key": 0,
- "description": "string",
- "display": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reinsContract_Key": 0,
- "specific_Deductible": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all ReinsContractConditionalSpecific for the given reinsContractKey
Success
Unauthorized
Gets ReinsContractConditionalSpecific
Success
Unauthorized
Updates a specific ReinsContractConditionalSpecific.
Success
Unauthorized
{- "reinsContractConditionalSpecific_Key": 0,
- "description": "string",
- "display": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reinsContract_Key": 0,
- "specific_Deductible": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "reinsContractConditionalSpecific_Key": 0,
- "description": "string",
- "display": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reinsContract_Key": 0,
- "specific_Deductible": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Deletes an ReinsContractConditionalSpecific
Success
Unauthorized
Create or Update multiple ReinsContractConditionalSpecific at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "reinsContractConditionalSpecific_Key": 0,
- "description": "string",
- "display": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reinsContract_Key": 0,
- "specific_Deductible": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "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"
}
}