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