Creates a new ReinsContractFactorCriteria
Success
Unauthorized
{- "reinsContractFactorCriteria_Key": 0,
- "criteria_Exclude": true,
- "criteria_Field": "string",
- "criteria_Value_From": "string",
- "criteria_Value_Thru": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reinsContract_Key": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "reinsContractFactorCriteria_Key": 0,
- "criteria_Exclude": true,
- "criteria_Field": "string",
- "criteria_Value_From": "string",
- "criteria_Value_Thru": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reinsContract_Key": 0,
- "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 ReinsContractFactorCriteria for the given reinsContractKey
Success
Unauthorized
Gets ReinsContractFactorCriteria
Success
Unauthorized
Updates a specific ReinsContractFactorCriteria.
Success
Unauthorized
{- "reinsContractFactorCriteria_Key": 0,
- "criteria_Exclude": true,
- "criteria_Field": "string",
- "criteria_Value_From": "string",
- "criteria_Value_Thru": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reinsContract_Key": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "reinsContractFactorCriteria_Key": 0,
- "criteria_Exclude": true,
- "criteria_Field": "string",
- "criteria_Value_From": "string",
- "criteria_Value_Thru": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reinsContract_Key": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple ReinsContractFactorCriteria at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "reinsContractFactorCriteria_Key": 0,
- "criteria_Exclude": true,
- "criteria_Field": "string",
- "criteria_Value_From": "string",
- "criteria_Value_Thru": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "reinsContract_Key": 0,
- "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"
}
}