{ "openapi": "3.0.1", "info": { "title": "RCEWebAPI - Prod", "description": "An API for Reinsurrance Contracts Entry ", "version": "1.0" }, "servers": [ { "url": "https://gateway.amtrustgroup.com/RCEAPI" }, { "url": "https://prod-apim-gw.amtrustservices.com/RCEAPI" } ], "paths": { "/api/v{version}/SyncLog/SyncLogReport": { "get": { "tags": [ "SyncLog" ], "summary": "SyncLog_SyncLogReport", "operationId": "SyncLog_SyncLogReport", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "page", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/SyncLog/SLRReportExcel": { "get": { "tags": [ "SyncLog" ], "summary": "SyncLog_SLRReportExcel", "operationId": "SyncLog_SLRReportExcel", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "id", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Shared/DropDownLists": { "get": { "tags": [ "Shared" ], "summary": "Shared_DropDownLists", "operationId": "Shared_DropDownLists", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Shared/GlasLobs": { "get": { "tags": [ "Shared" ], "summary": "Shared_Glaslob", "operationId": "Shared_Glaslob", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Shared/ExceptionDropdowns": { "get": { "tags": [ "Shared" ], "summary": "Shared_ExceptionDropdowns", "operationId": "Shared_ExceptionDropdowns", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "email", "in": "header", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Shared/ParticipantShortNames": { "get": { "tags": [ "Shared" ], "summary": "Shared_ParticipantShortNames", "operationId": "Shared_ParticipantShortNames", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Shared/Users": { "get": { "tags": [ "Shared" ], "summary": "Shared_Users", "operationId": "Shared_Users", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Layer/LayerReport": { "post": { "tags": [ "Layer" ], "summary": "Layer_LayerReport", "operationId": "Layer_LayerReport", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LayerReportDto" }, "example": { "uwYear": [ "string" ], "contractName": "string", "contractNumber": "string", "contractClass": [ "string" ], "broker": "string", "reinsurer": "string", "specific": [ "string" ], "firm": [ "string" ], "asl": [ "string" ], "businessSegment": "string", "effectiveDateFrom": "string", "effectiveDateTo": "string", "pageNumber": 0, "pageSize": 0 } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Layer/Specifics": { "get": { "tags": [ "Layer" ], "summary": "Layer_Specifics", "operationId": "Layer_Specifics", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Layer/ContractClasses": { "get": { "tags": [ "Layer" ], "summary": "Layer_ContractClasses", "operationId": "Layer_ContractClasses", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Layer/ContractBrokers": { "get": { "tags": [ "Layer" ], "summary": "Layer_ContractBrokers", "operationId": "Layer_ContractBrokers", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Layer/ContractUWYears": { "get": { "tags": [ "Layer" ], "summary": "Layer_ContractUWYears", "operationId": "Layer_ContractUWYears", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Layer/ContractFirms": { "get": { "tags": [ "Layer" ], "summary": "Layer_ContractFirms", "operationId": "Layer_ContractFirms", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Layer/ContractsList": { "post": { "tags": [ "Layer" ], "summary": "Layer_ContractsList", "operationId": "Layer_ContractsList", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LayerReportDto" }, "example": { "uwYear": [ "string" ], "contractName": "string", "contractNumber": "string", "contractClass": [ "string" ], "broker": "string", "reinsurer": "string", "specific": [ "string" ], "firm": [ "string" ], "asl": [ "string" ], "businessSegment": "string", "effectiveDateFrom": "string", "effectiveDateTo": "string", "pageNumber": 0, "pageSize": 0 } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Layer/ContractNamesList": { "post": { "tags": [ "Layer" ], "summary": "Layer_ContractNamesList", "operationId": "Layer_ContractNamesList", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LayerReportDto" }, "example": { "uwYear": [ "string" ], "contractName": "string", "contractNumber": "string", "contractClass": [ "string" ], "broker": "string", "reinsurer": "string", "specific": [ "string" ], "firm": [ "string" ], "asl": [ "string" ], "businessSegment": "string", "effectiveDateFrom": "string", "effectiveDateTo": "string", "pageNumber": 0, "pageSize": 0 } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/HardStops/HSReport": { "get": { "tags": [ "HardStops" ], "summary": "HardStops_HSReport", "operationId": "HardStops_HSReport", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/DownloadInfo/DownloadInfo": { "get": { "tags": [ "DownloadInfo" ], "summary": "DownloadInfo_DownloadInfo", "operationId": "DownloadInfo_DownloadInfo", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/WIPContract": { "put": { "tags": [ "Contract" ], "summary": "Contract_ModifyWIPContract", "operationId": "Contract_ModifyWIPContract", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/WipContracts" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } }, "get": { "tags": [ "Contract" ], "summary": "Contract_GetWIPContract", "operationId": "Contract_GetWIPContract", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "id", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } }, "delete": { "tags": [ "Contract" ], "summary": "Contract_DeleteWIPContract", "operationId": "Contract_DeleteWIPContract", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/WipContracts" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/ProdContract": { "get": { "tags": [ "Contract" ], "summary": "Contract_GetProdContract", "operationId": "Contract_GetProdContract", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "id", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } }, "post": { "tags": [ "Contract" ], "summary": "Contract_ModifyProdContract", "operationId": "Contract_ModifyProdContract", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "isEndorsement", "in": "query", "schema": { "type": "boolean", "default": false } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Contracts" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/DownloadData": { "get": { "tags": [ "Contract" ], "summary": "Contract_RunDownloadData", "operationId": "Contract_RunDownloadData", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/WipContract": { "post": { "tags": [ "Contract" ], "summary": "Contract_AddWipContract", "operationId": "Contract_AddWipContract", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/WipContracts" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/Firms": { "get": { "tags": [ "Contract" ], "summary": "Contract_GetFirms", "operationId": "Contract_GetFirms", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/Asls": { "get": { "tags": [ "Contract" ], "summary": "Contract_GetAsls", "operationId": "Contract_GetAsls", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/Email": { "post": { "tags": [ "Contract" ], "summary": "Contract_SendEmail", "operationId": "Contract_SendEmail", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SendEmailDto" }, "example": { "subject": "string", "body": "string", "group": "string" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/ProdContractForEndorsement": { "post": { "tags": [ "Contract" ], "summary": "Contract_EndorseProdContract", "operationId": "Contract_EndorseProdContract", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Contracts" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/ContractApproving": { "get": { "tags": [ "Contract" ], "summary": "Contract_ApproveContract", "operationId": "Contract_ApproveContract", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "contractId", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/ContractRejecting": { "get": { "tags": [ "Contract" ], "summary": "Contract_RejectContract", "operationId": "Contract_RejectContract", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "contractId", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/ContractsApproving": { "post": { "tags": [ "Contract" ], "summary": "Contract_ApproveContracts", "operationId": "Contract_ApproveContracts", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "example": [ 0 ] } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/ContractsRejecting": { "post": { "tags": [ "Contract" ], "summary": "Contract_RejectContracts", "operationId": "Contract_RejectContracts", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "example": [ 0 ] } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/BrokerAndReinsurerKeys": { "get": { "tags": [ "Contract" ], "summary": "Contract_GetBrokerAndReinsurerKeys", "operationId": "Contract_GetBrokerAndReinsurerKeys", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/Firm": { "delete": { "tags": [ "Admin" ], "summary": "Admin_DeleteFirm", "operationId": "Admin_DeleteFirm", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DimCompanyDaily" }, "example": { "firm": 0, "firmName": "string", "firmNameShort": "string", "lastLoaded": "string", "lastLoadedBy": "string", "dimCompany_DailyID": 0, "ibnR_Abbr": "string", "company": 0, "feinNum": "string", "naicNum": 0, "active": true } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } }, "put": { "tags": [ "Admin" ], "summary": "Admin_PutFirm", "operationId": "Admin_PutFirm", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DimCompanyDaily" }, "example": { "firm": 0, "firmName": "string", "firmNameShort": "string", "lastLoaded": "string", "lastLoadedBy": "string", "dimCompany_DailyID": 0, "ibnR_Abbr": "string", "company": 0, "feinNum": "string", "naicNum": 0, "active": true } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/Glaslob": { "delete": { "tags": [ "Admin" ], "summary": "Admin_DeleteGlaslob", "operationId": "Admin_DeleteGlaslob", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Glaslob" }, "example": { "oracleASLOB": "string", "description": "string", "aslobCode": "string", "showOnWeb": true } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } }, "put": { "tags": [ "Admin" ], "summary": "Admin_PutGlaslob", "operationId": "Admin_PutGlaslob", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Glaslob" }, "example": { "oracleASLOB": "string", "description": "string", "aslobCode": "string", "showOnWeb": true } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/DropDownValue": { "delete": { "tags": [ "Admin" ], "summary": "Admin_DeleteDropDownValue", "operationId": "Admin_DeleteDropDownValue", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DropDownLists" }, "example": { "id": 0, "ddKey": "string", "ddText": "string", "ddValue": "string", "active": true, "sortOrder": 0, "pc": true, "sr": true, "international": true } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } }, "put": { "tags": [ "Admin" ], "summary": "Admin_PutDropDownValue", "operationId": "Admin_PutDropDownValue", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DropDownLists" }, "example": { "id": 0, "ddKey": "string", "ddText": "string", "ddValue": "string", "active": true, "sortOrder": 0, "pc": true, "sr": true, "international": true } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/ContractBusinessPartners": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetContractBusinessPartners", "operationId": "Admin_GetContractBusinessPartners", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Shared/UserRoles": { "get": { "tags": [ "Shared" ], "summary": "Shared_GetUserRoles", "operationId": "Shared_GetUserRoles", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "email", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } }, "put": { "tags": [ "Shared" ], "summary": "Shared_PutUserRoles", "operationId": "Shared_PutUserRoles", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/RCEUserRole" } }, "example": [ { "rceUserRolesId": 0, "firstName": "string", "lastName": "string", "emailAddress": "string", "businessSegment": "string", "userRole": "string" } ] } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Shared/User": { "post": { "tags": [ "Shared" ], "summary": "Shared_PostUser", "operationId": "Shared_PostUser", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RCEUserRole" }, "example": { "rceUserRolesId": 0, "firstName": "string", "lastName": "string", "emailAddress": "string", "businessSegment": "string", "userRole": "string" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } }, "delete": { "tags": [ "Shared" ], "summary": "Shared_DeleteUser", "operationId": "Shared_DeleteUser", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RCEUserRole" }, "example": { "rceUserRolesId": 0, "firstName": "string", "lastName": "string", "emailAddress": "string", "businessSegment": "string", "userRole": "string" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/Contracts": { "post": { "tags": [ "Contract" ], "summary": "Contract_GetAllContracts", "operationId": "Contract_GetAllContracts", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ContractSearchDto" }, "example": { "contractUWYear": [ "string" ], "contract": "string", "contractSuffix": "string", "contractEndmt": "string", "contractNameLayer": "string", "contractNameLayerSort": "string", "specific": [ "string" ], "contractType": [ "string" ], "assumedCeded": "string", "counterParty": [ "string" ], "isSpecificSelection": true, "sourceType": "string", "pageSize": 0, "pageNumber": 0, "pageCount": 0, "searchMode": "string", "businessSegment": "string", "reinsurers": [ "string" ], "asls": [ "string" ], "brokers": [ "string" ], "effectiveDateFrom": "string", "effectiveDateTo": "string", "lastModifiedFrom": "string", "lastModifiedTo": "string", "automate": "string", "userName": "string" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/Firms": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetFirms", "operationId": "Admin_GetFirms", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/DropDownValues": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetDropDownValues", "operationId": "Admin_GetDropDownValues", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/ContractBusinessPartner": { "put": { "tags": [ "Admin" ], "summary": "Admin_PutContractBusinessPartner", "operationId": "Admin_PutContractBusinessPartner", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ContractBusinessPartner" }, "example": { "id": 0, "businessPartnerID": "string", "businessPartnerName": "string", "businessPartnerShortName": "string", "businessPartnerType": "string", "firmId": "string", "country": "string", "domicile": "string", "naic": "string", "fein": "string", "authorizedPA": "string", "authorizedCA": "string", "authorizedDE": "string", "authorizedFL": "string", "authorizedNY": "string", "authorizedTX": "string", "authorizedAZ": "string", "authorizedOK": "string", "affiliated": "string", "amBestNum": "string", "amBestRating": "string", "alternativeNames": "string", "brokerKey": "string", "reinsurerKey": "string", "amBestRatingDate": "string", "amBestGroupNum": "string", "amBestGroupName": "string", "batchId": 0, "activityId": 0, "createDate": "string", "createBy": "string", "modifiedDate": "string", "modifiedBy": "string", "spRating": "string", "spRatingDate": "string", "certifiedRating": "string", "certifiedDate": "string", "reciprocalDate": "string", "certifiedRatingDate": "string", "pool": "string", "oracleCodeSegment9": "string", "collateralType": "string", "figuresasof": "string", "fundsHeld": "string", "letterofCredit": "string", "reinsuranceRecoverable": "string", "phsusdMillions": "string", "phsAsOf": "string", "offsetItems": "string", "moodyRate": "string", "moodyEffDate": "string", "nyCertifiedRating": "string", "nyCertifiedDate": "string", "nyReciprocalDate": "string", "deCertifiedRating": "string", "deCertifiedDate": "string", "deReciprocalDate": "string", "flCertifiedRating": "string", "flCertifiedDate": "string", "flReciprocalDate": "string", "txCertifiedRating": "string", "txCertifiedDate": "string", "txReciprocalDate": "string", "caCertifiedRating": "string", "caCertifiedDate": "string", "caReciprocalDate": "string", "paCertifiedRating": "string", "paCertifiedDate": "string", "paReciprocalDate": "string", "azCertifiedRating": "string", "azCertifiedDate": "string", "azReciprocalDate": "string", "okCertifiedRating": "string", "okCertifiedDate": "string", "okReciprocalDate": "string", "active": true, "approvalStatus": "string" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } }, "delete": { "tags": [ "Admin" ], "summary": "Admin_DeleteContractBusinessPartner", "operationId": "Admin_DeleteContractBusinessPartner", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ContractBusinessPartner" }, "example": { "id": 0, "businessPartnerID": "string", "businessPartnerName": "string", "businessPartnerShortName": "string", "businessPartnerType": "string", "firmId": "string", "country": "string", "domicile": "string", "naic": "string", "fein": "string", "authorizedPA": "string", "authorizedCA": "string", "authorizedDE": "string", "authorizedFL": "string", "authorizedNY": "string", "authorizedTX": "string", "authorizedAZ": "string", "authorizedOK": "string", "affiliated": "string", "amBestNum": "string", "amBestRating": "string", "alternativeNames": "string", "brokerKey": "string", "reinsurerKey": "string", "amBestRatingDate": "string", "amBestGroupNum": "string", "amBestGroupName": "string", "batchId": 0, "activityId": 0, "createDate": "string", "createBy": "string", "modifiedDate": "string", "modifiedBy": "string", "spRating": "string", "spRatingDate": "string", "certifiedRating": "string", "certifiedDate": "string", "reciprocalDate": "string", "certifiedRatingDate": "string", "pool": "string", "oracleCodeSegment9": "string", "collateralType": "string", "figuresasof": "string", "fundsHeld": "string", "letterofCredit": "string", "reinsuranceRecoverable": "string", "phsusdMillions": "string", "phsAsOf": "string", "offsetItems": "string", "moodyRate": "string", "moodyEffDate": "string", "nyCertifiedRating": "string", "nyCertifiedDate": "string", "nyReciprocalDate": "string", "deCertifiedRating": "string", "deCertifiedDate": "string", "deReciprocalDate": "string", "flCertifiedRating": "string", "flCertifiedDate": "string", "flReciprocalDate": "string", "txCertifiedRating": "string", "txCertifiedDate": "string", "txReciprocalDate": "string", "caCertifiedRating": "string", "caCertifiedDate": "string", "caReciprocalDate": "string", "paCertifiedRating": "string", "paCertifiedDate": "string", "paReciprocalDate": "string", "azCertifiedRating": "string", "azCertifiedDate": "string", "azReciprocalDate": "string", "okCertifiedRating": "string", "okCertifiedDate": "string", "okReciprocalDate": "string", "active": true, "approvalStatus": "string" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/ActionLog/ActionLogs": { "post": { "tags": [ "ActionLog" ], "summary": "ActionLog_ActionLogs", "operationId": "ActionLog_ActionLogs", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ActionLogDto" }, "example": { "businessSegment": "string", "createdDateFrom": "string", "createdDateTo": "string", "contractName": "string", "filter": [ "string" ], "contractLineId": "string" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Shared/GroupNumbers": { "get": { "tags": [ "Shared" ], "summary": "Shared_GetGroupNumbers", "operationId": "Shared_GetGroupNumbers", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/CompleteContract": { "get": { "tags": [ "Contract" ], "summary": "Contract_CompleteContract", "operationId": "Contract_CompleteContract", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "id", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/SearchTemplates": { "get": { "tags": [ "Contract" ], "summary": "Contract_GetSearchTemplates", "operationId": "Contract_GetSearchTemplates", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/SearchTemplate": { "put": { "tags": [ "Contract" ], "summary": "Contract_PutSearchTemplate", "operationId": "Contract_PutSearchTemplate", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SearchTemplate" }, "example": { "id": 0, "name": "string", "contractNumber": "string", "endorsement": "string", "contractName": "string", "ceded": "string", "contractType": "string", "searchMode": "string", "year": "string", "specific": "string", "source": "string", "businessSegment": "string", "counterParty": "string", "suffix": "string" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } }, "delete": { "tags": [ "Contract" ], "summary": "Contract_DeleteSearchTemplate", "operationId": "Contract_DeleteSearchTemplate", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SearchTemplate" }, "example": { "id": 0, "name": "string", "contractNumber": "string", "endorsement": "string", "contractName": "string", "ceded": "string", "contractType": "string", "searchMode": "string", "year": "string", "specific": "string", "source": "string", "businessSegment": "string", "counterParty": "string", "suffix": "string" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/GroupNumbers": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetGroupNumbers", "operationId": "Admin_GetGroupNumbers", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/GroupNumber": { "put": { "tags": [ "Admin" ], "summary": "Admin_PutGroupNumbers", "operationId": "Admin_PutGroupNumbers", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/GroupNumbers" }, "example": { "id": 0, "groupNumber": "string", "groupShortName": "string", "ownerDepartment": "string", "ownerRecoverableBilling": "string", "active": true } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } }, "delete": { "tags": [ "Admin" ], "summary": "Admin_DeleteGroupNumber", "operationId": "Admin_DeleteGroupNumber", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/GroupNumbers" }, "example": { "id": 0, "groupNumber": "string", "groupShortName": "string", "ownerDepartment": "string", "ownerRecoverableBilling": "string", "active": true } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Shared/OracleCodes": { "get": { "tags": [ "Shared" ], "summary": "Shared_GetOracleCodes", "operationId": "Shared_GetOracleCodes", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Shared/DimCurrency": { "get": { "tags": [ "Shared" ], "summary": "Shared_GetDimCurrency", "operationId": "Shared_GetDimCurrency", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/WipContractToExcel": { "post": { "tags": [ "Contract" ], "summary": "Contract_GetWipContractToExcel", "operationId": "Contract_GetWipContractToExcel", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/ContractToExport" } }, "example": [ { "source": "string", "id": 0 } ] } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/NewReinsurers": { "get": { "tags": [ "Contract" ], "summary": "Contract_GetNewReinsurers", "operationId": "Contract_GetNewReinsurers", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "StartDate", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "EndDate", "in": "query", "schema": { "type": "string", "format": "date-time" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/ExcelToWIP": { "post": { "tags": [ "Contract" ], "summary": "Contract_GetExceltoWIPContract", "operationId": "Contract_GetExceltoWIPContract", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "EditMode", "in": "header", "schema": { "type": "boolean" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SendFileToServerDto" }, "example": { "content": "string" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/FileFormExcelToWIP": { "post": { "tags": [ "Contract" ], "summary": "Contract_GetExceltoWIPContract2", "operationId": "Contract_GetExceltoWIPContract2", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "EditMode", "in": "header", "schema": { "type": "boolean" } } ], "requestBody": { "content": { "multipart/form-data": { "schema": { "properties": { "ContentType": { "type": "string" }, "ContentDisposition": { "type": "string" }, "Headers": { "$ref": "#/components/schemas/IHeaderDictionary" }, "Length": { "type": "integer", "format": "int64" }, "Name": { "type": "string" }, "FileName": { "type": "string" } } } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/ContractChangeLogs": { "post": { "tags": [ "Admin" ], "summary": "Admin_PostContractChangeLogs", "operationId": "Admin_PostContractChangeLogs", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "page", "in": "query", "schema": { "type": "integer", "format": "int32", "default": 1 } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ChangeLogSearchDto" }, "example": { "contact": "string", "completed": "string", "businessSegment": "string", "dateReceived": "string", "dateCompleted": "string", "dateApprovedFrom": "string", "dateApprovedTo": "string", "note": "string", "userName": "string" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/ContractChangeLog": { "put": { "tags": [ "Admin" ], "summary": "Admin_PutContractChangeLogs", "operationId": "Admin_PutContractChangeLogs", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ContractChangesLog" }, "example": { "id": 0, "logEntryNumber": 0, "emailSubject": "string", "contact": "string", "dateReceived": "string", "notes": "string", "completed": "string", "dateComplited": "string", "category": "string", "changesMade": "string", "impactPrior": "string", "downStream": "string", "manualEntry": "string", "dateCorrecting": "string", "filesUpdated": "string", "approverNotes": "string", "dateApproved": "string", "businessSegment": "string", "file": "string", "fileFullName": "string", "approverCompleted": "string", "pageCount": 0 } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } }, "delete": { "tags": [ "Admin" ], "summary": "Admin_DeleteContractChangeLog", "operationId": "Admin_DeleteContractChangeLog", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ContractChangesLog" }, "example": { "id": 0, "logEntryNumber": 0, "emailSubject": "string", "contact": "string", "dateReceived": "string", "notes": "string", "completed": "string", "dateComplited": "string", "category": "string", "changesMade": "string", "impactPrior": "string", "downStream": "string", "manualEntry": "string", "dateCorrecting": "string", "filesUpdated": "string", "approverNotes": "string", "dateApproved": "string", "businessSegment": "string", "file": "string", "fileFullName": "string", "approverCompleted": "string", "pageCount": 0 } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/NextLogEntryNumber": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetNextLogEntryNumber", "operationId": "Admin_GetNextLogEntryNumber", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/NewReinsurers": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetNewReinsurers", "operationId": "Admin_GetNewReinsurers", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "startDate", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "endDate", "in": "query", "schema": { "type": "string", "format": "date-time" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/ContractBusinessPartnerExcel": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetContractBusinessPartnersExcel", "operationId": "Admin_GetContractBusinessPartnersExcel", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "Id", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/AllContractBusinessPartnersExcel": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetContractBusinessPartnersExcel2", "operationId": "Admin_GetContractBusinessPartnersExcel2", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/GroupNumbersExcel": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetGroupNumbersExcel", "operationId": "Admin_GetGroupNumbersExcel", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/ChangeLogsExcel": { "post": { "tags": [ "Admin" ], "summary": "Admin_GetChangeLogsExcel", "operationId": "Admin_GetChangeLogsExcel", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ChangeLogSearchDto" }, "example": { "contact": "string", "completed": "string", "businessSegment": "string", "dateReceived": "string", "dateCompleted": "string", "dateApprovedFrom": "string", "dateApprovedTo": "string", "note": "string", "userName": "string" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/ContractBusinessPartnersCharts": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetContractBusinessPartnersCharts", "operationId": "Admin_GetContractBusinessPartnersCharts", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "StartDate", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "EndDate", "in": "query", "schema": { "type": "string", "format": "date-time" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/ContractBusinessPartnersChartsExcel": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetContractBusinessPartnersChartsExcel", "operationId": "Admin_GetContractBusinessPartnersChartsExcel", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "StartDate", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "EndDate", "in": "query", "schema": { "type": "string", "format": "date-time" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/GetReinsurersExcel": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetReinsurersExcel", "operationId": "Admin_GetReinsurersExcel", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "StartDate", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "EndDate", "in": "query", "schema": { "type": "string", "format": "date-time" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/GetBrokersExcel": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetBrokersExcel", "operationId": "Admin_GetBrokersExcel", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "StartDate", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "EndDate", "in": "query", "schema": { "type": "string", "format": "date-time" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/AHTreaty": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetAHTreaty", "operationId": "Admin_GetAHTreaty", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "StartDate", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "EndDate", "in": "query", "schema": { "type": "string", "format": "date-time" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/AHTreatyExcel": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetAHTreatyExcel", "operationId": "Admin_GetAHTreatyExcel", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "StartDate", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "EndDate", "in": "query", "schema": { "type": "string", "format": "date-time" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/RIReport": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetRIReport", "operationId": "Admin_GetRIReport", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "StartDate", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "EndDate", "in": "query", "schema": { "type": "string", "format": "date-time" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/RIReportExcel": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetRIReportExcel", "operationId": "Admin_GetRIReportExcel", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "StartDate", "in": "query", "schema": { "type": "string", "format": "date-time" } }, { "name": "EndDate", "in": "query", "schema": { "type": "string", "format": "date-time" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Shared/DimProductMapping": { "get": { "tags": [ "Shared" ], "summary": "Shared_GetDimProductMapping", "operationId": "Shared_GetDimProductMapping", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Shared/DropdownData": { "get": { "tags": [ "Shared" ], "summary": "Shared_GetDropdownData", "operationId": "Shared_GetDropdownData", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Layer/GetFile": { "post": { "tags": [ "Layer" ], "summary": "Layer_GetFile", "operationId": "Layer_GetFile", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "type", "in": "query", "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LayerReportDto" }, "example": { "uwYear": [ "string" ], "contractName": "string", "contractNumber": "string", "contractClass": [ "string" ], "broker": "string", "reinsurer": "string", "specific": [ "string" ], "firm": [ "string" ], "asl": [ "string" ], "businessSegment": "string", "effectiveDateFrom": "string", "effectiveDateTo": "string", "pageNumber": 0, "pageSize": 0 } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/HardStops/HSFile": { "get": { "tags": [ "HardStops" ], "summary": "HardStops_HSFile", "operationId": "HardStops_HSFile", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "type", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/ActionLog/ActionLogsFile": { "post": { "tags": [ "ActionLog" ], "summary": "ActionLog_GetFile", "operationId": "ActionLog_GetFile", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "type", "in": "query", "schema": { "type": "string", "nullable": true } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ActionLogDto" }, "example": { "businessSegment": "string", "createdDateFrom": "string", "createdDateTo": "string", "contractName": "string", "filter": [ "string" ], "contractLineId": "string" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/ContractBusinessPartnersUpdateViaFile": { "post": { "tags": [ "Admin" ], "summary": "Admin_UpdateBusinessPartnersViaExcel", "operationId": "Admin_UpdateBusinessPartnersViaExcel", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SendFileToServerDto" }, "example": { "content": "string" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/ContractBusinessPartnersUpdateViaFileForm": { "post": { "tags": [ "Admin" ], "summary": "Admin_UpdateBusinessPartnersViaExcel2", "operationId": "Admin_UpdateBusinessPartnersViaExcel2", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "multipart/form-data": { "schema": { "properties": { "ContentType": { "type": "string" }, "ContentDisposition": { "type": "string" }, "Headers": { "$ref": "#/components/schemas/IHeaderDictionary" }, "Length": { "type": "integer", "format": "int64" }, "Name": { "type": "string" }, "FileName": { "type": "string" } } } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/ContractChangesFiles": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetContractChangesFiles", "operationId": "Admin_GetContractChangesFiles", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "logId", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/ContractChangesFile": { "put": { "tags": [ "Admin" ], "summary": "Admin_PutContractChangesFile", "operationId": "Admin_PutContractChangesFile", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ContractChangesFiles" }, "example": { "fileId": 0, "fileName": "string", "fileContent": "string", "uploadedAt": "string", "logId": 0 } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } }, "delete": { "tags": [ "Admin" ], "summary": "Admin_DeleteContractChangesFile", "operationId": "Admin_DeleteContractChangesFile", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ContractChangesFiles" }, "example": { "fileId": 0, "fileName": "string", "fileContent": "string", "uploadedAt": "string", "logId": 0 } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/ControlReport": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetControlReport", "operationId": "Admin_GetControlReport", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "mode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "businessSegment", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Admin/ControlReportExcel": { "get": { "tags": [ "Admin" ], "summary": "Admin_GetControlReportExcel", "operationId": "Admin_GetControlReportExcel", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "mode", "in": "query", "schema": { "type": "string", "nullable": true } }, { "name": "businessSegment", "in": "query", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Shared/MissingKeys": { "get": { "tags": [ "Shared" ], "summary": "Shared_GetMissingKeys", "operationId": "Shared_GetMissingKeys", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "email", "in": "header", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Shared/ContractMissingFirm38": { "get": { "tags": [ "Shared" ], "summary": "Shared_GetContractMissingFirm38", "operationId": "Shared_GetContractMissingFirm38", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Shared/ExportMissingKeys": { "get": { "tags": [ "Shared" ], "summary": "Shared_ExportMissingTables", "operationId": "Shared_ExportMissingTables", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "email", "in": "header", "schema": { "type": "string", "nullable": true } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/DeleteProdContract": { "get": { "tags": [ "Contract" ], "summary": "Contract_DeleteProdContract", "operationId": "Contract_DeleteProdContract", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "contractKey", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } }, "/api/v{version}/Contract/ChangeProdContractStatus": { "post": { "tags": [ "Contract" ], "summary": "Contract_ChangeProdContractStatus", "operationId": "Contract_ChangeProdContractStatus", "parameters": [ { "name": "version", "in": "path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ChangeProdStatusDto" }, "example": { "id": 0, "status": "string", "name": "string" } } } }, "responses": { "200": { "description": "", "content": { "application/octet-stream": { "schema": { "type": "string", "format": "binary" }, "examples": { "default": { "value": null } } } } } } } } }, "components": { "schemas": { "RCEUserRole": { "type": "object", "properties": { "rceUserRolesId": { "type": "integer", "format": "int32" }, "firstName": { "type": "string", "nullable": true }, "lastName": { "type": "string", "nullable": true }, "emailAddress": { "type": "string", "nullable": true }, "businessSegment": { "type": "string", "nullable": true }, "userRole": { "type": "string", "nullable": true } }, "additionalProperties": false }, "LayerReportDto": { "type": "object", "properties": { "uwYear": { "type": "array", "items": { "type": "string" }, "nullable": true }, "contractName": { "type": "string", "nullable": true }, "contractNumber": { "type": "string", "nullable": true }, "contractClass": { "type": "array", "items": { "type": "string" }, "nullable": true }, "broker": { "type": "string", "nullable": true }, "reinsurer": { "type": "string", "nullable": true }, "specific": { "type": "array", "items": { "type": "string" }, "nullable": true }, "firm": { "type": "array", "items": { "type": "string" }, "nullable": true }, "asl": { "type": "array", "items": { "type": "string" }, "nullable": true }, "businessSegment": { "type": "string", "nullable": true }, "effectiveDateFrom": { "type": "string", "format": "date-time", "nullable": true }, "effectiveDateTo": { "type": "string", "format": "date-time", "nullable": true }, "pageNumber": { "type": "integer", "format": "int32" }, "pageSize": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "ContractSearchDto": { "type": "object", "properties": { "contractUWYear": { "type": "array", "items": { "type": "string" }, "nullable": true }, "contract": { "title": "Contract", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "contractSuffix": { "title": "Contract Suffix", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "contractEndmt": { "title": "Contract Endorsement", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "contractNameLayer": { "title": "Contract Layer", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "contractNameLayerSort": { "type": "string", "nullable": true }, "specific": { "title": "Specific Type", "type": "array", "items": { "type": "string" }, "nullable": true }, "contractType": { "title": "Contract Type", "type": "array", "items": { "type": "string" }, "nullable": true }, "assumedCeded": { "title": "Assumed Ceded", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "counterParty": { "type": "array", "items": { "type": "string" }, "nullable": true }, "isSpecificSelection": { "type": "boolean" }, "sourceType": { "type": "string", "nullable": true }, "pageSize": { "type": "integer", "format": "int32" }, "pageNumber": { "type": "integer", "format": "int32" }, "pageCount": { "type": "integer", "format": "int32" }, "searchMode": { "type": "string", "nullable": true }, "businessSegment": { "type": "string", "nullable": true }, "reinsurers": { "type": "array", "items": { "type": "string" }, "nullable": true }, "asls": { "type": "array", "items": { "type": "string" }, "nullable": true }, "brokers": { "type": "array", "items": { "type": "string" }, "nullable": true }, "effectiveDateFrom": { "type": "string", "format": "date-time", "nullable": true }, "effectiveDateTo": { "type": "string", "format": "date-time", "nullable": true }, "lastModifiedFrom": { "type": "string", "format": "date-time", "nullable": true }, "lastModifiedTo": { "type": "string", "format": "date-time", "nullable": true }, "automate": { "type": "string", "nullable": true }, "userName": { "type": "string", "nullable": true } }, "additionalProperties": false }, "WipContracts": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "businessSegment": { "title": "Business Segment", "maxLength": 30, "minLength": 0, "type": "string", "nullable": true }, "contractLineID": { "title": "Contract Line ID", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "contractEffDate": { "title": "Contract Eff. Date", "type": "string", "format": "date-time" }, "contractExpDate": { "title": "Contract Exp. Date", "type": "string", "format": "date-time" }, "actContractExpDate": { "title": "Contract Cutoff Date", "type": "string", "format": "date-time", "nullable": true }, "contractUWYear": { "title": "Contract UW Year", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "contract": { "title": "Contract", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "contractSuffix": { "title": "Contract Suffix", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "contractEndmt": { "title": "Contract Endorsement", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "contractNameLayer": { "title": "Contract Name", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "specific": { "title": "Specific Type", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "protectionType": { "title": "Protection Type", "maxLength": 20, "minLength": 0, "type": "string", "nullable": true }, "automate": { "title": "Is Automated", "maxLength": 5, "minLength": 0, "type": "string", "nullable": true }, "attachmentBasis": { "title": "Attachment Basis", "maxLength": 20, "minLength": 0, "type": "string", "nullable": true }, "contractClass": { "title": "Contract Class", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "subjectPremium": { "title": "Subject Premium", "type": "integer", "format": "int32", "nullable": true }, "contractInuring": { "title": "Contract Inuring", "type": "integer", "format": "int32", "nullable": true }, "contractType": { "title": "Contract Type", "maxLength": 5, "minLength": 0, "type": "string", "nullable": true }, "basis": { "title": "Basis", "maxLength": 5, "minLength": 0, "type": "string", "nullable": true }, "currency": { "title": "Currency", "maxLength": 5, "minLength": 0, "type": "string", "nullable": true }, "aggRetention": { "title": "Aggregate Retention", "type": "integer", "format": "int64", "nullable": true }, "occurrenceLimit": { "title": "Occurence Limit", "type": "number", "format": "decimal", "nullable": true }, "retention": { "title": "Retention", "type": "number", "format": "float", "nullable": true }, "aggLimit": { "title": "Aggregate Limit", "type": "integer", "format": "int32", "nullable": true }, "limitType": { "title": "Limit Type", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "retentionType": { "title": "Retention Type", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "reinst": { "title": "Reinst", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "contractPremiumType": { "title": "Contract Premium Type", "maxLength": 20, "minLength": 0, "type": "string", "nullable": true }, "contractPremiumJEType": { "title": "Contract Premium JE Type", "maxLength": 20, "minLength": 0, "type": "string", "nullable": true }, "cedingRate": { "title": "Ceding Rate", "type": "number", "format": "double", "nullable": true }, "variableRate": { "title": "Variable Rate", "maxLength": 1, "minLength": 0, "type": "string", "nullable": true }, "flatRate": { "title": "Flat Rate", "type": "integer", "format": "int32", "nullable": true }, "cedingComm": { "title": "Ceding Commision", "type": "number", "format": "double", "nullable": true }, "placed": { "title": "Placed", "type": "number", "format": "double", "nullable": true }, "contractBroker": { "title": "Contract Broker", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "contractCoverage": { "title": "Contract Coverage", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "triaIncl": { "title": "TRIA Included", "maxLength": 3, "minLength": 0, "type": "string", "nullable": true }, "alaeIncl": { "title": "ALA Included", "maxLength": 3, "minLength": 0, "type": "string", "nullable": true }, "cancTerms": { "title": "Cancellation Terms", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "createdDate": { "title": "Created Date", "type": "string", "format": "date-time", "nullable": true }, "signedBound": { "title": "Signed Bound", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "date_Signed": { "title": "Signed Date", "type": "string", "format": "date-time", "nullable": true }, "recordCreated": { "title": "Record Created", "type": "string", "format": "date-time", "nullable": true }, "commuted": { "title": "Commuted", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "excludeExpenseConstant": { "title": "Excluded Expense Constant", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "deductionsCommRate": { "title": "Deductions Comm Rate", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "deductionsClaimsCostRate": { "title": "Deductions Claims Cost Rate", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "expensesTLFRate": { "title": "Expense TLF Rate", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "expensesFETRate": { "title": "Expense FET Rate", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "expensesFrontingFeeRate": { "title": "Expense Fronting Fee Rate", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "participant": { "title": "Participant", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "renInd": { "title": "Renewal Indicator", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "createdBy": { "title": "Created By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "modifiedDate": { "type": "string", "format": "date-time", "nullable": true }, "modifiedBy": { "title": "Modified By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "batchID": { "title": "Batch ID", "type": "integer", "format": "int32", "nullable": true }, "activityID": { "title": "Activity ID", "type": "integer", "format": "int32", "nullable": true }, "assumedCeded": { "title": "Assumed Ceded", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "intercompany": { "title": "Intercompany", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "lossCorridorTo": { "title": "Loss Corridor To", "type": "number", "format": "double", "nullable": true }, "lossCorridorFrom": { "title": "Loss Corridor From", "type": "number", "format": "double", "nullable": true }, "reinstated": { "title": "Reinstated", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "wipAction": { "title": "Wip Status", "maxLength": 25, "minLength": 0, "type": "string", "nullable": true }, "originalContractKey": { "title": "Original Contract Key", "type": "string", "nullable": true }, "originalContractSource": { "title": "Original Contract Source", "maxLength": 25, "minLength": 0, "type": "string", "nullable": true }, "originalFunction": { "title": "Original Function", "maxLength": 25, "minLength": 0, "type": "string", "nullable": true }, "renewedFrom": { "title": "Renewed From", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "oracleCode": { "title": "Counter Party", "maxLength": 7, "minLength": 0, "type": "string", "nullable": true }, "maiden": { "title": "Maiden", "maxLength": 1, "minLength": 0, "type": "string", "nullable": true }, "origCCY": { "title": "Original Currency", "maxLength": 15, "minLength": 0, "type": "string", "nullable": true }, "roe": { "title": "Rate of Exchange", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "auiContract": { "title": "AUI Contract", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "availableForRelease": { "title": "Available for Release", "maximum": 99999.99, "minimum": 0.0, "type": "number", "format": "decimal", "nullable": true }, "captiveAggRate": { "title": "Captive Agg Rate", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "captiveAggXSLimit": { "title": "Captive Agg XS Rate", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "cededNet": { "title": "Ceded Net", "maxLength": 3, "minLength": 0, "type": "string", "nullable": true }, "contingentComm": { "title": "Contingent Commision", "maxLength": 15, "minLength": 0, "type": "string", "nullable": true }, "contractRerun": { "title": "Contract Rerun", "type": "string", "format": "date-time", "nullable": true }, "deposit": { "title": "Deposit", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "findersFees": { "title": "Finders Fee", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "collateral": { "title": "Collateral", "maximum": 99999.99, "minimum": 0.0, "type": "number", "format": "decimal", "nullable": true }, "ulaeIncl": { "title": "ULAE Included", "maxLength": 5, "minLength": 0, "type": "string", "nullable": true }, "inureTo": { "title": "Inure To", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "isOverwritten": { "title": "Is Overwritten", "type": "boolean" }, "layerExp": { "title": "Layer Expense", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "location": { "title": "Location", "maxLength": 150, "minLength": 0, "type": "string", "nullable": true }, "maol": { "title": "MAOL", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "minimum": { "title": "Minimum", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "minimumAggRate": { "title": "Minimum Agg Rate", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "multiInsured": { "title": "Multi-Insured", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "originalOrder": { "title": "Original Order", "type": "integer", "format": "int32", "nullable": true }, "profitComm": { "title": "Profit Commission", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "reinContractNum": { "title": "Rein. Contract Number", "maxLength": 150, "minLength": 0, "type": "string", "nullable": true }, "reinOracleCode": { "title": "Rein. Oracle Code", "maxLength": 4, "minLength": 0, "type": "string", "nullable": true }, "reInsName": { "title": "Rein. Name", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "reInsNum": { "title": "Rein. Number", "maxLength": 25, "minLength": 0, "type": "string", "nullable": true }, "riskTransferDate": { "title": "Risk Transfer Date", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "riskTransferTested": { "title": "Risk Transfer Tested", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "subjectPremiumCeiling": { "title": "Subject Premium Ceiling", "type": "boolean" }, "sunsetClause": { "title": "Sunset Clause", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "sunsetTollDate": { "title": "Sunset Toll Date", "type": "string", "format": "date-time", "nullable": true }, "cancDate": { "title": "Cancel Date", "type": "string", "format": "date-time", "nullable": true }, "maximumSubjectBase": { "title": "Max Subject Base", "type": "number", "format": "decimal", "nullable": true }, "experienceAdjustment": { "title": "Experience Adjustment", "type": "string", "nullable": true }, "deductible": { "title": "Deductible", "type": "string", "nullable": true }, "roeDate": { "title": "ROE Date", "type": "string", "format": "date-time", "nullable": true }, "roeSource": { "title": "ROE Source", "type": "string", "nullable": true }, "numOfInstallments": { "title": "Number Of Installments", "type": "integer", "format": "int32", "nullable": true }, "frequency": { "title": "Frequency", "type": "string", "nullable": true }, "depositStartDate": { "title": "Deposit Start Date", "type": "string", "format": "date-time", "nullable": true }, "depositPayable": { "title": "Deposit Payable", "type": "number", "format": "decimal", "nullable": true }, "depositDueDate": { "title": "Deposit Due Date", "type": "string", "format": "date-time", "nullable": true }, "additionalInstallment": { "title": "Additional Installments", "type": "integer", "format": "int32", "nullable": true }, "additionalFreq": { "title": " Additional Frequency", "type": "string", "nullable": true }, "additionalStartDate": { "title": "Additional Start Date", "type": "string", "format": "date-time", "nullable": true }, "additionalDepPayable": { "title": "Add. Deposit Payable", "type": "number", "format": "decimal", "nullable": true }, "additionalDepDueDate": { "title": "Add. Deposit Due Date", "type": "string", "format": "date-time", "nullable": true }, "totalDeposits": { "title": "Total Deposits", "type": "number", "format": "decimal", "nullable": true }, "riskLimit": { "title": "Risk Limit", "type": "integer", "format": "int32", "nullable": true }, "contractShortName": { "title": "Contract Short Name", "maxLength": 30, "minLength": 0, "type": "string", "nullable": true }, "reviewCarefully": { "title": "Automated Changed", "type": "boolean" }, "agreementType": { "type": "string", "nullable": true }, "rejected": { "title": "IsRejected", "type": "boolean" }, "originalProd": { "title": "Original Production Contract", "type": "integer", "format": "int32", "nullable": true }, "source": { "type": "string", "nullable": true }, "notes": { "type": "array", "items": { "$ref": "#/components/schemas/ContractNote" }, "nullable": true }, "changes": { "type": "array", "items": { "$ref": "#/components/schemas/ArchiveViewModel" }, "nullable": true }, "contractLineTemp": { "type": "string", "nullable": true }, "hasSpecific": { "type": "string", "nullable": true }, "hasExpAdj": { "type": "string", "nullable": true }, "isUSCurrency": { "type": "boolean" }, "status": { "type": "string", "nullable": true }, "contractFirms": { "type": "array", "items": { "$ref": "#/components/schemas/WipContractFirm" }, "nullable": true }, "contractASLs": { "type": "array", "items": { "$ref": "#/components/schemas/WipContractASL" }, "nullable": true }, "contractExceptions": { "type": "array", "items": { "$ref": "#/components/schemas/WipContractException" }, "nullable": true }, "contractParticipants": { "type": "array", "items": { "$ref": "#/components/schemas/WipContractParticipant" }, "nullable": true }, "contractVariableRates": { "type": "array", "items": { "$ref": "#/components/schemas/WipContractVariableRates" }, "nullable": true } }, "additionalProperties": false }, "ContractNote": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "contractKey": { "type": "integer", "format": "int32" }, "contractLineId": { "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "contractType": { "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "user": { "maxLength": 150, "minLength": 0, "type": "string", "nullable": true }, "creationDate": { "type": "string", "format": "date-time", "nullable": true }, "logEntryNumber": { "type": "integer", "format": "int32", "nullable": true }, "notes": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ArchiveViewModel": { "type": "object", "properties": { "createdDate": { "type": "string", "format": "date-time", "nullable": true }, "changes": { "type": "array", "items": { "$ref": "#/components/schemas/ContractChangesArchive" }, "nullable": true } }, "additionalProperties": false }, "ContractChangesArchive": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "contractLineId": { "type": "string", "nullable": true }, "createdDate": { "type": "string", "format": "date-time", "nullable": true }, "user": { "type": "string", "nullable": true }, "source": { "type": "string", "nullable": true }, "field": { "type": "string", "nullable": true }, "oldValue": { "type": "string", "nullable": true }, "newValue": { "type": "string", "nullable": true } }, "additionalProperties": false }, "WipContractFirm": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "contractLineID": { "title": "Contract Line ID", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "contract": { "$ref": "#/components/schemas/WipContracts" }, "firmID": { "title": "Firm ID", "type": "integer", "format": "int32", "nullable": true }, "abbr": { "title": "Abbr", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "firmName": { "title": "Firm Name", "maxLength": 500, "minLength": 0, "type": "string", "nullable": true }, "firmNameShort": { "title": "Firm Short Name", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "naic": { "title": "NAIC", "type": "integer", "format": "int32", "nullable": true }, "feinaiin": { "title": "FEINAIIN", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "createdDate": { "title": "Created Date", "type": "string", "format": "date-time", "nullable": true }, "createdBy": { "title": "Created By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "modifiedDate": { "title": "Modified Date", "type": "string", "format": "date-time", "nullable": true }, "modifiedBy": { "title": "Modified By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "contractKey": { "type": "integer", "format": "int32", "nullable": true }, "batchID": { "title": "Batch ID", "type": "integer", "format": "int32" }, "activityID": { "title": "Activity ID", "type": "integer", "format": "int32" }, "wipAction": { "title": "Action", "maxLength": 25, "minLength": 0, "type": "string", "nullable": true }, "company": { "type": "string", "nullable": true } }, "additionalProperties": false }, "WipContractASL": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "contractLineID": { "title": "Contract Line ID", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "contractKey": { "type": "integer", "format": "int32", "nullable": true }, "contract": { "$ref": "#/components/schemas/WipContracts" }, "aslCode": { "title": "ASL Code", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "aslDescription": { "title": "ASL Description", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "createdDate": { "title": "Created Date", "type": "string", "format": "date-time", "nullable": true }, "createdBy": { "title": "Created By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "modifiedDate": { "title": "Modified Date", "type": "string", "format": "date-time", "nullable": true }, "modifiedBy": { "title": "Modified By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "batchID": { "title": "Batch ID", "type": "integer", "format": "int32" }, "activityID": { "title": "Activity ID", "type": "integer", "format": "int32" }, "wipAction": { "title": "Action", "maxLength": 25, "minLength": 0, "type": "string", "nullable": true } }, "additionalProperties": false }, "WipContractException": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "contractLineID": { "title": "Contract Line ID", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "contract": { "$ref": "#/components/schemas/WipContracts" }, "cellType": { "title": "Cell Type", "maxLength": 20, "minLength": 0, "type": "string", "nullable": true }, "exceptionCategory": { "title": "Exception Category", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "exceptionType": { "title": "Exception Type", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "exceptionValue": { "title": "Exception Value", "maxLength": 225, "minLength": 0, "type": "string", "nullable": true }, "createdDate": { "title": "Created Date", "type": "string", "format": "date-time" }, "batchID": { "type": "integer", "format": "int32" }, "activityID": { "type": "integer", "format": "int32" }, "createdby": { "title": "Created By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "modifiedDate": { "title": "Modified Date", "type": "string", "format": "date-time", "nullable": true }, "modifiedBy": { "title": "Modified By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "contractKey": { "type": "integer", "format": "int32", "nullable": true }, "wipAction": { "title": "Action", "maxLength": 25, "minLength": 0, "type": "string", "nullable": true }, "contractProgramName": { "title": "Contract Prog Name", "maxLength": 150, "minLength": 0, "type": "string", "nullable": true } }, "additionalProperties": false }, "WipContractParticipant": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "contractKey": { "type": "integer", "format": "int32", "nullable": true }, "contractLineID": { "title": "Contract Line ID", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "contract": { "$ref": "#/components/schemas/WipContracts" }, "brokerKey": { "title": "Broker Key", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "reinsurerKey": { "title": "Reinsurer Key", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "partStartDate": { "title": "Part. Start Date", "type": "string", "format": "date-time", "nullable": true }, "partCommuteDate": { "title": "Reins. Commuted Date", "type": "string", "format": "date-time", "nullable": true }, "participantRate": { "title": "Participant Rate", "type": "number", "format": "double", "nullable": true }, "batchID": { "title": "Batch ID", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "activityID": { "title": "Activity ID", "type": "integer", "format": "int32", "nullable": true }, "createdDate": { "title": "Created Date", "type": "string", "format": "date-time", "nullable": true }, "createdby": { "title": "Created By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "modifiedDate": { "title": "Modified Date", "type": "string", "format": "date-time", "nullable": true }, "modifiedBy": { "title": "Modified By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "contractBroker": { "title": "Contract Broker", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "brokerRef": { "title": "Broker Ref", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "businessPartnerShortName": { "title": "Business Partner SHort Name", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "naic": { "title": "NAIC", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "feiN_AIIN": { "title": "FEIN_AIIN", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "contractClass": { "title": "Contract Class", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "isCommuted": { "title": "Commuted", "type": "boolean" }, "wipAction": { "title": "Action", "maxLength": 25, "minLength": 0, "type": "string", "nullable": true }, "brokerage": { "title": "Brokerage", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "businessSegment": { "title": "Business Segment", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "commutationNotes": { "title": "Commutation Notes", "maxLength": 400, "minLength": 0, "type": "string", "nullable": true }, "commutedReceivable": { "title": "Comuted Receivable", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "openReserveBalance": { "title": "Open Reserve Balance", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "stateOfDomicile": { "title": "State Of Domicile", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "country": { "title": "Country", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "amBestRating": { "title": "AM Best Rating", "maxLength": 5, "minLength": 0, "type": "string", "nullable": true }, "underwriter": { "title": "Underwriter Name", "maxLength": 150, "minLength": 0, "type": "string", "nullable": true }, "oracleCode2": { "title": "Oracle Code2", "maxLength": 4, "minLength": 0, "type": "string", "nullable": true }, "groupShortName": { "title": "Group Short Name", "type": "string", "nullable": true }, "groupNumber": { "title": "Group Number", "type": "string", "nullable": true }, "ownerDepartment": { "title": "Owner Department", "type": "string", "nullable": true }, "ownerRecoverableBilling": { "title": "Owner Rec Billing", "type": "string", "nullable": true }, "collateralKeyFundsHeld": { "title": "Collateral Key Funds Held", "type": "string", "nullable": true }, "collateralKeyLOC": { "title": "Collateral Key LOC", "type": "string", "nullable": true }, "collateralKeySBTTrust": { "title": "Collateral Key SBT Trust", "type": "string", "nullable": true }, "collateralKeyOther": { "title": "Collateral Key Other", "type": "string", "nullable": true }, "authorizedNY": { "title": "Authorized NY", "type": "string", "nullable": true }, "authorizedDE": { "title": "Authorized DE", "type": "string", "nullable": true }, "authorizedFL": { "title": "Authorized FL", "type": "string", "nullable": true }, "authorizedTX": { "title": "Authorized TX", "type": "string", "nullable": true }, "authorizedCA": { "title": "Authorized CA", "type": "string", "nullable": true }, "authorizedPA": { "title": "Authorized PA", "type": "string", "nullable": true }, "authorizedAZ": { "type": "string", "nullable": true }, "authorizedOK": { "type": "string", "nullable": true }, "apSupplierNumber": { "title": "APSupplierNumber", "maxLength": 30, "minLength": 0, "type": "string", "nullable": true }, "remitToSupplierName": { "title": "RemitToSupplierName", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "supplierSite": { "title": "SupplierSite", "maxLength": 15, "minLength": 0, "type": "string", "nullable": true }, "reviewedSiteRequestorID": { "title": "ReviewedSiteRequestorID", "maxLength": 5, "minLength": 0, "type": "string", "nullable": true }, "brokerName": { "type": "string", "nullable": true } }, "additionalProperties": false }, "WipContractVariableRates": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "contractKey": { "type": "integer", "format": "int32", "nullable": true }, "contractLineID": { "title": "Contract Line ID", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "policyOccurrenceLimitFrom": { "title": "Policy Occurrence Limit From", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "policyOccurrenceLimitTo": { "title": "Policy Occurrence Limit To", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "limitAggregate": { "title": "Limit Aggregate", "type": "number", "format": "decimal", "nullable": true }, "increasedLimitFactors": { "title": "Increased Limit Factor", "maxLength": 5, "minLength": 0, "type": "string", "nullable": true }, "rate": { "title": "Rate", "type": "number", "format": "double", "nullable": true }, "lob": { "title": "LOB", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "asl": { "title": "ASL", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "aslDescription": { "title": "ASL Description", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "subline": { "title": "Subline", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "programID": { "title": "Program ID", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "coverageCode": { "title": "Coverage Code", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "sourceType": { "title": "Source Type", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "batchExecutionID": { "title": "Batch ID", "type": "integer", "format": "int64", "nullable": true }, "activityExecutionID": { "title": "Activity ID", "type": "integer", "format": "int64", "nullable": true }, "createDate": { "title": "Created Date", "type": "string", "format": "date-time", "nullable": true }, "modifiedDate": { "title": "Modified Date", "type": "string", "format": "date-time", "nullable": true }, "modifiedBy": { "title": "Modified By", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "variableRatesOrder": { "title": "Variable Rate Order", "type": "integer", "format": "int32", "nullable": true }, "wipAction": { "title": "Action", "maxLength": 25, "minLength": 0, "type": "string", "nullable": true } }, "additionalProperties": false }, "SendEmailDto": { "type": "object", "properties": { "subject": { "type": "string", "nullable": true }, "body": { "type": "string", "nullable": true }, "group": { "type": "string", "nullable": true } }, "additionalProperties": false }, "Contracts": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "businessSegment": { "title": "Business Segment", "maxLength": 30, "minLength": 0, "type": "string", "nullable": true }, "contractLineID": { "title": "Contract Line ID", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "contractEffDate": { "title": "Contract Eff. Date", "type": "string", "format": "date-time", "nullable": true }, "contractExpDate": { "title": "Contract Exp. Date", "type": "string", "format": "date-time", "nullable": true }, "actContractExpDate": { "title": "Contract Cutoff Date", "type": "string", "format": "date-time", "nullable": true }, "originalOrder": { "title": "Original Order", "type": "integer", "format": "int32", "nullable": true }, "contractUWYear": { "title": "Contract UW Year", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "contract": { "title": "Contract", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "contractSuffix": { "title": "Contract Suffix", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "contractEndmt": { "title": "Contract Endorsement", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "contractNameLayer": { "title": "Contract Layer", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "specific": { "title": "Specific Type", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "protectionType": { "title": "Protection Type", "maxLength": 20, "minLength": 0, "type": "string", "nullable": true }, "attachmentBasis": { "title": "Attachment Basis", "maxLength": 20, "minLength": 0, "type": "string", "nullable": true }, "automate": { "title": "Is Automated", "maxLength": 5, "minLength": 0, "type": "string", "nullable": true }, "contractClass": { "title": "Contract Class", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "subjectPremium": { "title": "Subject Premium", "type": "integer", "format": "int32", "nullable": true }, "contractInuring": { "title": "Contract Inuring", "type": "integer", "format": "int32", "nullable": true }, "contractType": { "title": "Contract Type", "maxLength": 5, "minLength": 0, "type": "string", "nullable": true }, "basis": { "title": "Basis", "maxLength": 5, "minLength": 0, "type": "string", "nullable": true }, "currency": { "title": "Currency", "maxLength": 5, "minLength": 0, "type": "string", "nullable": true }, "aggRetention": { "title": "Aggregate Retention", "type": "integer", "format": "int64", "nullable": true }, "occurrenceLimit": { "title": "Occurence Limit", "type": "number", "format": "decimal", "nullable": true }, "retention": { "title": "Retention", "type": "number", "format": "float", "nullable": true }, "aggLimit": { "title": "Aggregate Limit", "type": "integer", "format": "int32", "nullable": true }, "limitType": { "title": "Limit Type", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "retentionType": { "title": "Retention Type", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "reinst": { "title": "Reinst", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "contractPremiumType": { "title": "Contract Premium Type", "maxLength": 20, "minLength": 0, "type": "string", "nullable": true }, "cedingRate": { "title": "Ceding Rate", "type": "number", "format": "double", "nullable": true }, "variableRate": { "title": "Variable Rate", "maxLength": 1, "minLength": 0, "type": "string", "nullable": true }, "flatRate": { "title": "Flat Rate", "type": "integer", "format": "int32", "nullable": true }, "cedingComm": { "title": "Ceding Commision", "type": "number", "format": "double", "nullable": true }, "placed": { "title": "Placed", "type": "number", "format": "double", "nullable": true }, "contractBroker": { "title": "Contract Broker", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "contractCoverage": { "title": "Contract Coverage", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "triaIncl": { "title": "TRIA Included", "maxLength": 3, "minLength": 0, "type": "string", "nullable": true }, "alaeIncl": { "title": "ALA Included", "maxLength": 3, "minLength": 0, "type": "string", "nullable": true }, "cancTerms": { "title": "Cancellation Terms", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "createdDate": { "title": "Created Date", "type": "string", "format": "date-time", "nullable": true }, "location": { "title": "Location", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "auiContract": { "title": "AUI Contract", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "excludeExpenseConstant": { "title": "Excluded Expense Constant", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "recordCreated": { "title": "Record Created", "type": "string", "format": "date-time", "nullable": true }, "signedBound": { "title": "Signed Bound", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "date_Signed": { "title": "Date Signed", "type": "string", "format": "date-time", "nullable": true }, "commuted": { "title": "Commuted", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "cancDate": { "title": "Cancel Date", "type": "string", "format": "date-time", "nullable": true }, "collateral": { "title": "Collateral", "maximum": 99999.99, "minimum": 0.0, "type": "number", "format": "decimal", "nullable": true }, "availableForRelease": { "title": "Available for Release", "maximum": 99999.99, "minimum": 0.0, "type": "number", "format": "decimal", "nullable": true }, "deductionsCommRate": { "title": "Deductions Comm Rate", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "deductionsClaimsCostRate": { "title": "Deductions Claims Cost Rate", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "expensesTLFRate": { "title": "Expense TLF Rate", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "expensesFETRate": { "title": "Expense FET Rate", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "expensesFrontingFeeRate": { "title": "Expense Fronting Fee Rate", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "captiveAggRate": { "title": "Captive Aggregate Rate", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "minimumAggRate": { "title": "Minimum Aggregate Rate", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "captiveAggXSLimit": { "title": "Captive Aggregate XS Limit", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "layerExp": { "title": "Layer Expense", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "participant": { "title": "Participant", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "reinContractNum": { "title": "Reinsurance Contract Number", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "reInsNum": { "title": "Reinsurance Num", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "reInsName": { "title": "Reinsurance Name", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "contractLineTemp": { "title": "Contract Line Temp", "maxLength": 20, "minLength": 0, "type": "string", "nullable": true }, "renInd": { "title": "Renewal Indicator", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "createdBy": { "title": "Created By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "modifiedDate": { "type": "string", "format": "date-time", "nullable": true }, "modifiedBy": { "title": "Modified By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "eomDate": { "title": "EOM Date", "type": "string", "format": "date-time", "nullable": true }, "dataSource": { "title": "Data Source", "maxLength": 300, "minLength": 0, "type": "string", "nullable": true }, "batchID": { "title": "Batch ID", "type": "integer", "format": "int32", "nullable": true }, "activityID": { "title": "Activity ID", "type": "integer", "format": "int32", "nullable": true }, "subjectPremiumCeiling": { "title": "Subject Premium Ceiling", "type": "boolean", "nullable": true }, "assumedCeded": { "title": "Assumed Ceded", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "contractRerun": { "title": "Contract Rerun", "maxLength": 255, "minLength": 0, "type": "string", "format": "date-time", "nullable": true }, "cededNet": { "title": "Net Ceded", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "intercompany": { "title": "Intercompany", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "lossCorridorTo": { "title": "Loss Corridor To", "type": "number", "format": "double", "nullable": true }, "lossCorridorFrom": { "title": "Loss Corridor From", "type": "number", "format": "double", "nullable": true }, "reinstated": { "title": "Reinstated", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "oracleCode": { "title": "Counter Party", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "ulaeIncl": { "title": "ULAE Included", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "minimum": { "title": "Minimum", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "deposit": { "title": "Deposit", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "maol": { "title": "MAOL", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "reinOracleCode": { "title": "Reinstated Oracle Code", "maxLength": 4, "minLength": 0, "type": "string", "nullable": true }, "maiden": { "title": "Maiden", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "origCCY": { "title": "Original Currency", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "roe": { "title": "Rate of Exchange", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "contingentComm": { "type": "string", "nullable": true }, "findersFees": { "type": "string", "nullable": true }, "inureTo": { "type": "string", "nullable": true }, "contractPremiumJEType": { "type": "string", "nullable": true }, "isOverwritten": { "type": "boolean" }, "multiInsured": { "type": "string", "nullable": true }, "profitComm": { "type": "string", "nullable": true }, "riskTransferDate": { "title": "Risk Transfer Date", "type": "string", "nullable": true }, "riskTransferTested": { "type": "string", "nullable": true }, "sunsetClause": { "type": "string", "nullable": true }, "sunsetTollDate": { "title": "Sunset Toll Date", "type": "string", "format": "date-time", "nullable": true }, "maximumSubjectBase": { "title": "Max Subject Base", "type": "number", "format": "decimal", "nullable": true }, "experienceAdjustment": { "title": "Experience Adjustment", "type": "string", "nullable": true }, "deductible": { "title": "Deductible", "type": "string", "nullable": true }, "roeDate": { "title": "ROE Date", "type": "string", "format": "date-time", "nullable": true }, "roeSource": { "title": "ROE Source", "type": "string", "nullable": true }, "numOfInstallments": { "title": "Number Of Installments", "type": "integer", "format": "int32", "nullable": true }, "frequency": { "title": "Frequency", "type": "string", "nullable": true }, "depositStartDate": { "title": "Deposit Start Date", "type": "string", "format": "date-time", "nullable": true }, "depositPayable": { "title": "Deposit Payable", "type": "number", "format": "decimal", "nullable": true }, "depositDueDate": { "title": "Deposit Due Date", "type": "string", "format": "date-time", "nullable": true }, "additionalInstallment": { "title": "Additional Installments", "type": "integer", "format": "int32", "nullable": true }, "additionalFreq": { "title": " Additional Frequency", "type": "string", "nullable": true }, "additionalStartDate": { "title": "Additional Start Date", "type": "string", "format": "date-time", "nullable": true }, "additionalDepPayable": { "title": "Add. Deposit Payable", "type": "number", "format": "decimal", "nullable": true }, "additionalDepDueDate": { "title": "Add. Deposit Due Date", "type": "string", "format": "date-time", "nullable": true }, "totalDeposits": { "title": "Total Deposits", "type": "number", "format": "decimal", "nullable": true }, "riskLimit": { "title": "Risk Limit", "type": "integer", "format": "int32", "nullable": true }, "contractShortName": { "title": "Contract Short Name", "maxLength": 30, "minLength": 0, "type": "string", "nullable": true }, "agreementType": { "type": "string", "nullable": true }, "status": { "title": "Status", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "notes": { "type": "array", "items": { "$ref": "#/components/schemas/ContractNote" }, "nullable": true }, "changes": { "type": "array", "items": { "$ref": "#/components/schemas/ArchiveViewModel" }, "nullable": true }, "source": { "type": "string", "nullable": true }, "isUSCurrency": { "type": "boolean" }, "contractFirms": { "type": "array", "items": { "$ref": "#/components/schemas/ContractFirm" }, "nullable": true }, "contractASLs": { "type": "array", "items": { "$ref": "#/components/schemas/ContractASL" }, "nullable": true }, "contractExceptions": { "type": "array", "items": { "$ref": "#/components/schemas/ContractException" }, "nullable": true }, "contractParticipants": { "type": "array", "items": { "$ref": "#/components/schemas/ContractParticipant" }, "nullable": true }, "contractVariableRates": { "type": "array", "items": { "$ref": "#/components/schemas/ContractVariableRates" }, "nullable": true } }, "additionalProperties": false }, "ContractFirm": { "required": [ "contractLineID" ], "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "contractLineID": { "title": "Contract Line ID", "maxLength": 50, "minLength": 0, "type": "string" }, "contract": { "$ref": "#/components/schemas/Contracts" }, "firmID": { "title": "Firm ID", "type": "integer", "format": "int32", "nullable": true }, "abbr": { "title": "Abbr", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "firmName": { "title": "Firm Name", "maxLength": 500, "minLength": 0, "type": "string", "nullable": true }, "firmNameShort": { "title": "Firm Short Name", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "naic": { "title": "NAIC", "type": "integer", "format": "int32", "nullable": true }, "feinaiin": { "title": "FEINAIIN", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "createdDate": { "title": "Created Date", "type": "string", "format": "date-time", "nullable": true }, "createdBy": { "title": "Created By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "modifiedDate": { "title": "Modified Date", "type": "string", "format": "date-time", "nullable": true }, "modifiedBy": { "title": "Modified By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "contractKey": { "type": "integer", "format": "int32" }, "eomDate": { "title": "EOM Date", "type": "string", "format": "date-time", "nullable": true }, "dataSource": { "title": "Data Source", "maxLength": 200, "minLength": 0, "type": "string", "nullable": true }, "batchID": { "title": "Batch ID", "type": "integer", "format": "int32" }, "activityID": { "title": "Activity ID", "type": "integer", "format": "int32" }, "company": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ContractASL": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "contractLineID": { "title": "Contract Line ID", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "contractKey": { "type": "integer", "format": "int32", "nullable": true }, "contract": { "$ref": "#/components/schemas/Contracts" }, "aslCode": { "title": "ASL Code", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "aslDescription": { "title": "ASL Description", "type": "string", "nullable": true }, "createdDate": { "title": "Created Date", "type": "string", "format": "date-time", "nullable": true }, "createdBy": { "title": "Created By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "modifiedDate": { "title": "Modified Date", "type": "string", "format": "date-time", "nullable": true }, "modifiedBy": { "title": "Modified By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "eomdAte": { "title": "EOM Date", "type": "string", "format": "date-time", "nullable": true }, "dataSource": { "title": "Data Source", "maxLength": 200, "minLength": 0, "type": "string", "nullable": true }, "batchID": { "title": "Batch ID", "type": "integer", "format": "int32" }, "activityID": { "title": "Activity ID", "type": "integer", "format": "int32" } }, "additionalProperties": false }, "ContractException": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "contractLineID": { "title": "Contract Line ID", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "contract": { "$ref": "#/components/schemas/Contracts" }, "contractProgramName": { "title": "Contract Program Name", "maxLength": 150, "minLength": 0, "type": "string", "nullable": true }, "cellType": { "title": "Cell Type", "maxLength": 20, "minLength": 0, "type": "string", "nullable": true }, "exceptionCategory": { "title": "Exception Category", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "exceptionType": { "title": "Exception Type", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "exceptionValue": { "title": "Exception Value", "maxLength": 225, "minLength": 0, "type": "string", "nullable": true }, "createdDate": { "title": "Created Date", "type": "string", "format": "date-time" }, "batchID": { "type": "integer", "format": "int32" }, "activityID": { "type": "integer", "format": "int32" }, "createdby": { "title": "Created By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "modifiedDate": { "title": "Modified Date", "type": "string", "format": "date-time", "nullable": true }, "modifiedBy": { "title": "Modified By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "contractKey": { "type": "integer", "format": "int32", "nullable": true }, "eomDate": { "title": "EOM Date", "type": "string", "format": "date-time", "nullable": true }, "dataSource": { "title": "Data Source", "maxLength": 200, "minLength": 0, "type": "string", "nullable": true } }, "additionalProperties": false }, "ContractParticipant": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "contractKey": { "type": "integer", "format": "int32", "nullable": true }, "contractLineID": { "title": "Contract Line ID", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "contract": { "$ref": "#/components/schemas/Contracts" }, "brokerKey": { "title": "Broker Key", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "reinsurerKey": { "title": "Reinsurer Key", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "partStartDate": { "title": "Participant Start Date", "type": "string", "format": "date-time", "nullable": true }, "participantRate": { "title": "Participant Rate", "type": "number", "format": "double", "nullable": true }, "batchID": { "title": "Batch ID", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "activityID": { "title": "Activity ID", "type": "integer", "format": "int32", "nullable": true }, "createdDate": { "title": "Created Date", "type": "string", "format": "date-time", "nullable": true }, "createdby": { "title": "Created By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "modifiedDate": { "title": "Modified Date", "type": "string", "format": "date-time", "nullable": true }, "modifiedBy": { "title": "Modified By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "contractBroker": { "title": "Contract Broker", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "brokerRef": { "title": "Broker Ref", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "businessPartnerShortName": { "title": "Business Partner SHort Name", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "naic": { "title": "NAIC", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "feiN_AIIN": { "title": "FEIN_AIIN", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "contractClass": { "title": "Contract Class", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "commuted": { "title": "Commuted", "maxLength": 8, "minLength": 0, "type": "string", "nullable": true }, "partCommuteDate": { "title": "Reins. Commuted Date", "type": "string", "format": "date-time", "nullable": true }, "brokerage": { "title": "Brokerage", "maxLength": 150, "minLength": 0, "type": "string", "nullable": true }, "businessSegment": { "title": "Business Segment", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "commutationNotes": { "title": "Commutation Notes", "maxLength": 400, "minLength": 0, "type": "string", "nullable": true }, "commutedReceivable": { "title": "Commuted Receivable", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "openReserveBalance": { "title": "Open Reserve Balance", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "stateOfDomicile": { "title": "State Of Domicile", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "country": { "title": "Country", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "amBestRating": { "title": "AM Best Rating", "maxLength": 5, "minLength": 0, "type": "string", "nullable": true }, "underwriter": { "title": "Underwriter Name", "maxLength": 150, "minLength": 0, "type": "string", "nullable": true }, "oracleCode2": { "title": "Oracle Code2", "maxLength": 4, "minLength": 0, "type": "string", "nullable": true }, "groupShortName": { "title": "Group Short Name", "type": "string", "nullable": true }, "groupNumber": { "title": "Group Number", "type": "string", "nullable": true }, "ownerDepartment": { "title": "Owner Department", "type": "string", "nullable": true }, "ownerRecoverableBilling": { "title": "Owner Rec Billing", "type": "string", "nullable": true }, "collateralKeyFundsHeld": { "title": "Collateral Key Funds Held", "type": "string", "nullable": true }, "collateralKeyLOC": { "title": "Collateral Key LOC", "type": "string", "nullable": true }, "collateralKeySBTTrust": { "title": "Collateral Key SBT Trust", "type": "string", "nullable": true }, "collateralKeyOther": { "title": "Collateral Key Other", "type": "string", "nullable": true }, "authorizedNY": { "title": "Authorized NY", "type": "string", "nullable": true }, "authorizedDE": { "title": "Authorized DE", "type": "string", "nullable": true }, "authorizedFL": { "title": "Authorized FL", "type": "string", "nullable": true }, "authorizedTX": { "title": "Authorized TX", "type": "string", "nullable": true }, "authorizedCA": { "title": "Authorized CA", "type": "string", "nullable": true }, "authorizedPA": { "title": "Authorized PA", "type": "string", "nullable": true }, "authorizedAZ": { "title": "Authorized AZ", "type": "string", "nullable": true }, "authorizedOK": { "title": "Authorized OK", "type": "string", "nullable": true }, "apSupplierNumber": { "type": "string", "nullable": true }, "remitToSupplierName": { "title": "RemitToSupplierName", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "supplierSite": { "title": "SupplierSite", "maxLength": 15, "minLength": 0, "type": "string", "nullable": true }, "reviewedSiteRequestorID": { "title": "ReviewedSiteRequestorID", "maxLength": 5, "minLength": 0, "type": "string", "nullable": true }, "brokerName": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ContractVariableRates": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "contractKey": { "type": "integer", "format": "int64", "nullable": true }, "contractLineID": { "title": "Contract Line ID", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "policyOccurrenceLimitFrom": { "title": "Policy Occurrence Limit From", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "policyOccurrenceLimitTo": { "title": "Policy Occurrence Limit To", "maxLength": 50, "minLength": 0, "type": "string", "nullable": true }, "limitAggregate": { "title": "Limit Aggregate", "type": "number", "format": "decimal", "nullable": true }, "increasedLimitFactors": { "title": "Increased Limit Factor", "maxLength": 5, "minLength": 0, "type": "string", "nullable": true }, "rate": { "title": "Rate", "type": "number", "format": "double", "nullable": true }, "lob": { "title": "LOB", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "asl": { "title": "ASL", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "aslDescription": { "title": "ASL Description", "type": "string", "nullable": true }, "subline": { "title": "Subline", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "programID": { "title": "Program ID", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "coverageCode": { "title": "Coverage Code", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "sourceType": { "title": "Source Type", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "batchExecutionID": { "title": "Batch ID", "type": "integer", "format": "int64", "nullable": true }, "activityExecutionID": { "title": "Activity ID", "type": "integer", "format": "int64", "nullable": true }, "createDate": { "title": "Created Date", "type": "string", "format": "date-time", "nullable": true }, "modifiedDate": { "title": "Modified Date", "type": "string", "format": "date-time", "nullable": true }, "modifiedBy": { "title": "Modified By", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "variableRatesOrder": { "title": "Variable Rate Order", "type": "integer", "format": "int32", "nullable": true } }, "additionalProperties": false }, "SearchTemplate": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "name": { "type": "string", "nullable": true }, "contractNumber": { "type": "string", "nullable": true }, "endorsement": { "type": "string", "nullable": true }, "contractName": { "type": "string", "nullable": true }, "ceded": { "type": "string", "nullable": true }, "contractType": { "type": "string", "nullable": true }, "searchMode": { "type": "string", "nullable": true }, "year": { "type": "string", "nullable": true }, "specific": { "type": "string", "nullable": true }, "source": { "type": "string", "nullable": true }, "businessSegment": { "type": "string", "nullable": true }, "counterParty": { "type": "string", "nullable": true }, "suffix": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ContractToExport": { "type": "object", "properties": { "source": { "type": "string", "nullable": true }, "id": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "SendFileToServerDto": { "type": "object", "properties": { "content": { "type": "string", "format": "byte", "nullable": true } }, "additionalProperties": false }, "IHeaderDictionary": { "type": "object", "properties": { "Item": { "type": "array", "items": {} }, "ContentLength": { "type": "integer", "format": "int64", "nullable": true }, "Accept": { "type": "array", "items": {} }, "AcceptCharset": { "type": "array", "items": {} }, "AcceptEncoding": { "type": "array", "items": {} }, "AcceptLanguage": { "type": "array", "items": {} }, "AcceptRanges": { "type": "array", "items": {} }, "AccessControlAllowCredentials": { "type": "array", "items": {} }, "AccessControlAllowHeaders": { "type": "array", "items": {} }, "AccessControlAllowMethods": { "type": "array", "items": {} }, "AccessControlAllowOrigin": { "type": "array", "items": {} }, "AccessControlExposeHeaders": { "type": "array", "items": {} }, "AccessControlMaxAge": { "type": "array", "items": {} }, "AccessControlRequestHeaders": { "type": "array", "items": {} }, "AccessControlRequestMethod": { "type": "array", "items": {} }, "Age": { "type": "array", "items": {} }, "Allow": { "type": "array", "items": {} }, "AltSvc": { "type": "array", "items": {} }, "Authorization": { "type": "array", "items": {} }, "Baggage": { "type": "array", "items": {} }, "CacheControl": { "type": "array", "items": {} }, "Connection": { "type": "array", "items": {} }, "ContentDisposition": { "type": "array", "items": {} }, "ContentEncoding": { "type": "array", "items": {} }, "ContentLanguage": { "type": "array", "items": {} }, "ContentLocation": { "type": "array", "items": {} }, "ContentMD5": { "type": "array", "items": {} }, "ContentRange": { "type": "array", "items": {} }, "ContentSecurityPolicy": { "type": "array", "items": {} }, "ContentSecurityPolicyReportOnly": { "type": "array", "items": {} }, "ContentType": { "type": "array", "items": {} }, "CorrelationContext": { "type": "array", "items": {} }, "Cookie": { "type": "array", "items": {} }, "Date": { "type": "array", "items": {} }, "ETag": { "type": "array", "items": {} }, "Expires": { "type": "array", "items": {} }, "Expect": { "type": "array", "items": {} }, "From": { "type": "array", "items": {} }, "GrpcAcceptEncoding": { "type": "array", "items": {} }, "GrpcEncoding": { "type": "array", "items": {} }, "GrpcMessage": { "type": "array", "items": {} }, "GrpcStatus": { "type": "array", "items": {} }, "GrpcTimeout": { "type": "array", "items": {} }, "Host": { "type": "array", "items": {} }, "KeepAlive": { "type": "array", "items": {} }, "IfMatch": { "type": "array", "items": {} }, "IfModifiedSince": { "type": "array", "items": {} }, "IfNoneMatch": { "type": "array", "items": {} }, "IfRange": { "type": "array", "items": {} }, "IfUnmodifiedSince": { "type": "array", "items": {} }, "LastModified": { "type": "array", "items": {} }, "Link": { "type": "array", "items": {} }, "Location": { "type": "array", "items": {} }, "MaxForwards": { "type": "array", "items": {} }, "Origin": { "type": "array", "items": {} }, "Pragma": { "type": "array", "items": {} }, "ProxyAuthenticate": { "type": "array", "items": {} }, "ProxyAuthorization": { "type": "array", "items": {} }, "ProxyConnection": { "type": "array", "items": {} }, "Range": { "type": "array", "items": {} }, "Referer": { "type": "array", "items": {} }, "RetryAfter": { "type": "array", "items": {} }, "RequestId": { "type": "array", "items": {} }, "SecWebSocketAccept": { "type": "array", "items": {} }, "SecWebSocketKey": { "type": "array", "items": {} }, "SecWebSocketProtocol": { "type": "array", "items": {} }, "SecWebSocketVersion": { "type": "array", "items": {} }, "SecWebSocketExtensions": { "type": "array", "items": {} }, "Server": { "type": "array", "items": {} }, "SetCookie": { "type": "array", "items": {} }, "StrictTransportSecurity": { "type": "array", "items": {} }, "TE": { "type": "array", "items": {} }, "Trailer": { "type": "array", "items": {} }, "TransferEncoding": { "type": "array", "items": {} }, "Translate": { "type": "array", "items": {} }, "TraceParent": { "type": "array", "items": {} }, "TraceState": { "type": "array", "items": {} }, "Upgrade": { "type": "array", "items": {} }, "UpgradeInsecureRequests": { "type": "array", "items": {} }, "UserAgent": { "type": "array", "items": {} }, "Vary": { "type": "array", "items": {} }, "Via": { "type": "array", "items": {} }, "Warning": { "type": "array", "items": {} }, "WebSocketSubProtocols": { "type": "array", "items": {} }, "WWWAuthenticate": { "type": "array", "items": {} }, "XContentTypeOptions": { "type": "array", "items": {} }, "XFrameOptions": { "type": "array", "items": {} }, "XPoweredBy": { "type": "array", "items": {} }, "XRequestedWith": { "type": "array", "items": {} }, "XUACompatible": { "type": "array", "items": {} }, "XXSSProtection": { "type": "array", "items": {} } }, "additionalProperties": false, "x-abstract": true }, "ChangeProdStatusDto": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32", "nullable": true }, "status": { "type": "string", "nullable": true }, "name": { "type": "string", "nullable": true } }, "additionalProperties": false }, "DimCompanyDaily": { "type": "object", "properties": { "firm": { "type": "integer" }, "firmName": { "type": "string", "nullable": true }, "firmNameShort": { "type": "string", "nullable": true }, "lastLoaded": { "type": "string", "format": "date-time", "nullable": true }, "lastLoadedBy": { "type": "string", "nullable": true }, "dimCompany_DailyID": { "type": "integer", "format": "int32" }, "ibnR_Abbr": { "type": "string", "nullable": true }, "company": { "type": "integer", "format": "int32", "nullable": true }, "feinNum": { "type": "string", "nullable": true }, "naicNum": { "type": "integer", "format": "int32", "nullable": true }, "active": { "type": "boolean", "nullable": true } }, "additionalProperties": false }, "Glaslob": { "type": "object", "properties": { "oracleASLOB": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "aslobCode": { "type": "string", "nullable": true }, "showOnWeb": { "type": "boolean" } }, "additionalProperties": false }, "DropDownLists": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "ddKey": { "type": "string", "nullable": true }, "ddText": { "type": "string", "nullable": true }, "ddValue": { "type": "string", "nullable": true }, "active": { "type": "boolean" }, "sortOrder": { "type": "integer", "format": "int32" }, "pc": { "type": "boolean", "nullable": true }, "sr": { "type": "boolean", "nullable": true }, "international": { "type": "boolean", "nullable": true } }, "additionalProperties": false }, "ContractBusinessPartner": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "businessPartnerID": { "title": "Business Partner ID", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "businessPartnerName": { "title": "Business Partner Name", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "businessPartnerShortName": { "title": "Business Partner Short Name", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "businessPartnerType": { "title": "Business Partner Type", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "firmId": { "title": "Firm ID", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "country": { "title": "Country", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "domicile": { "title": "Domicile", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "naic": { "title": "NAIC", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "fein": { "title": "FEIN", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "authorizedPA": { "title": "Authorized", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "authorizedCA": { "type": "string", "nullable": true }, "authorizedDE": { "type": "string", "nullable": true }, "authorizedFL": { "type": "string", "nullable": true }, "authorizedNY": { "type": "string", "nullable": true }, "authorizedTX": { "type": "string", "nullable": true }, "authorizedAZ": { "type": "string", "nullable": true }, "authorizedOK": { "type": "string", "nullable": true }, "affiliated": { "title": "Affiliated", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "amBestNum": { "title": "AM Best Number", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "amBestRating": { "title": "AM Best Rating", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "alternativeNames": { "title": "Alternative Names", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "brokerKey": { "title": "Broker Key", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "reinsurerKey": { "title": "Reinsurer Key", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "amBestRatingDate": { "title": "AM Best Rating Date", "type": "string", "format": "date-time", "nullable": true }, "amBestGroupNum": { "title": "AM Best Group Number", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "amBestGroupName": { "title": "AM Best Group Name", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "batchId": { "title": "Batch ID", "type": "integer", "format": "int32" }, "activityId": { "title": "Activity ID", "type": "integer", "format": "int32" }, "createDate": { "title": "Created Date", "type": "string", "format": "date-time", "nullable": true }, "createBy": { "title": "Created By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "modifiedDate": { "title": "Modified Date", "type": "string", "format": "date-time", "nullable": true }, "modifiedBy": { "title": "Modified By", "maxLength": 100, "minLength": 0, "type": "string", "nullable": true }, "spRating": { "title": "S&P Rating", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "spRatingDate": { "title": "S&P Rating Date", "type": "string", "format": "date-time", "nullable": true }, "certifiedRating": { "title": "Certified Rating", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "certifiedDate": { "title": "Certified Date", "type": "string", "format": "date-time", "nullable": true }, "reciprocalDate": { "title": "Reciprocal Date", "type": "string", "format": "date-time", "nullable": true }, "certifiedRatingDate": { "title": "Certified Rating Date", "type": "string", "format": "date-time", "nullable": true }, "pool": { "title": "Pool", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "oracleCodeSegment9": { "title": "Oracle Code Segment 9", "maxLength": 255, "minLength": 0, "type": "string", "nullable": true }, "collateralType": { "type": "string", "nullable": true }, "figuresasof": { "type": "string", "nullable": true }, "fundsHeld": { "type": "string", "nullable": true }, "letterofCredit": { "type": "string", "nullable": true }, "reinsuranceRecoverable": { "type": "string", "nullable": true }, "phsusdMillions": { "type": "string", "nullable": true }, "phsAsOf": { "type": "string", "nullable": true }, "offsetItems": { "type": "string", "nullable": true }, "moodyRate": { "title": "MoodyRate", "maxLength": 10, "minLength": 0, "type": "string", "nullable": true }, "moodyEffDate": { "title": "MoodyEffDate", "type": "string", "format": "date-time", "nullable": true }, "nyCertifiedRating": { "type": "string", "nullable": true }, "nyCertifiedDate": { "type": "string", "format": "date-time", "nullable": true }, "nyReciprocalDate": { "type": "string", "format": "date-time", "nullable": true }, "deCertifiedRating": { "type": "string", "nullable": true }, "deCertifiedDate": { "type": "string", "format": "date-time", "nullable": true }, "deReciprocalDate": { "type": "string", "format": "date-time", "nullable": true }, "flCertifiedRating": { "type": "string", "nullable": true }, "flCertifiedDate": { "type": "string", "format": "date-time", "nullable": true }, "flReciprocalDate": { "type": "string", "format": "date-time", "nullable": true }, "txCertifiedRating": { "type": "string", "nullable": true }, "txCertifiedDate": { "type": "string", "format": "date-time", "nullable": true }, "txReciprocalDate": { "type": "string", "format": "date-time", "nullable": true }, "caCertifiedRating": { "type": "string", "nullable": true }, "caCertifiedDate": { "type": "string", "format": "date-time", "nullable": true }, "caReciprocalDate": { "type": "string", "format": "date-time", "nullable": true }, "paCertifiedRating": { "type": "string", "nullable": true }, "paCertifiedDate": { "type": "string", "format": "date-time", "nullable": true }, "paReciprocalDate": { "type": "string", "format": "date-time", "nullable": true }, "azCertifiedRating": { "type": "string", "nullable": true }, "azCertifiedDate": { "type": "string", "format": "date-time", "nullable": true }, "azReciprocalDate": { "type": "string", "format": "date-time", "nullable": true }, "okCertifiedRating": { "type": "string", "nullable": true }, "okCertifiedDate": { "type": "string", "format": "date-time", "nullable": true }, "okReciprocalDate": { "type": "string", "format": "date-time", "nullable": true }, "active": { "type": "boolean", "nullable": true }, "approvalStatus": { "type": "string", "nullable": true } }, "additionalProperties": false }, "GroupNumbers": { "required": [ "groupNumber", "groupShortName", "ownerDepartment", "ownerRecoverableBilling", "active" ], "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "groupNumber": { "title": "Group Number", "minLength": 1, "type": "string" }, "groupShortName": { "title": "Group Short Name", "minLength": 1, "type": "string" }, "ownerDepartment": { "title": "Owner Department", "minLength": 1, "type": "string" }, "ownerRecoverableBilling": { "title": "Owner Rec Billing", "minLength": 1, "type": "string" }, "active": { "type": "boolean" } }, "additionalProperties": false }, "ChangeLogSearchDto": { "type": "object", "properties": { "contact": { "type": "string", "nullable": true }, "completed": { "type": "string", "nullable": true }, "businessSegment": { "type": "string", "nullable": true }, "dateReceived": { "type": "string", "format": "date-time", "nullable": true }, "dateCompleted": { "type": "string", "format": "date-time", "nullable": true }, "dateApprovedFrom": { "type": "string", "format": "date-time", "nullable": true }, "dateApprovedTo": { "type": "string", "format": "date-time", "nullable": true }, "note": { "type": "string", "nullable": true }, "userName": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ContractChangesLog": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "logEntryNumber": { "type": "integer", "format": "int32", "nullable": true }, "emailSubject": { "type": "string", "nullable": true }, "contact": { "type": "string", "nullable": true }, "dateReceived": { "type": "string", "format": "date-time", "nullable": true }, "notes": { "type": "string", "nullable": true }, "completed": { "type": "string", "nullable": true }, "dateComplited": { "type": "string", "format": "date-time", "nullable": true }, "category": { "type": "string", "nullable": true }, "changesMade": { "type": "string", "nullable": true }, "impactPrior": { "type": "string", "nullable": true }, "downStream": { "type": "string", "nullable": true }, "manualEntry": { "type": "string", "format": "date-time", "nullable": true }, "dateCorrecting": { "type": "string", "nullable": true }, "filesUpdated": { "type": "string", "nullable": true }, "approverNotes": { "type": "string", "nullable": true }, "dateApproved": { "type": "string", "format": "date-time", "nullable": true }, "businessSegment": { "type": "string", "nullable": true }, "file": { "type": "string", "format": "byte", "nullable": true }, "fileFullName": { "type": "string", "nullable": true }, "approverCompleted": { "type": "string", "nullable": true }, "pageCount": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "ContractChangesFiles": { "type": "object", "properties": { "fileId": { "type": "integer", "format": "int32" }, "fileName": { "type": "string", "nullable": true }, "fileContent": { "type": "string", "format": "byte", "nullable": true }, "uploadedAt": { "type": "string", "format": "date-time", "nullable": true }, "logId": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "ActionLogDto": { "type": "object", "properties": { "businessSegment": { "type": "string", "nullable": true }, "createdDateFrom": { "type": "string", "format": "date-time", "nullable": true }, "createdDateTo": { "type": "string", "format": "date-time", "nullable": true }, "contractName": { "type": "string", "nullable": true }, "filter": { "type": "array", "items": { "type": "string" }, "nullable": true }, "contractLineId": { "type": "string", "nullable": true } }, "additionalProperties": false } }, "securitySchemes": { "apiKeyHeader": { "type": "apiKey", "name": "subscriber_id", "in": "header" }, "apiKeyQuery": { "type": "apiKey", "name": "subscription-key", "in": "query" } } }, "security": [ { "apiKeyHeader": [] }, { "apiKeyQuery": [] } ] }