Search accounts

Returns a list of accounts.

An account defines a relationship between a cedant and an underwriter. Multiple locations and policies may be assigned to an account. A policy defines the terms of an insurance contract between the cedant and underwriter that covers locations attached to an account.

This operation supports response filtering based the value of a subset of properties. Depending on the property, you may use a combination of comparison operators, list operators, and logical operators.

PropertyData TypeComparisonListLogical
accountidNumber=, !=, >, <, >=, <=IN, NOT INAND, OR
accountNameString=, !=, LIKE, NOT LIKEIN, NOT INAND, OR
accountNumberString=, !=, LIKE, NOT LIKEIN, NOT INAND, OR
branchNameString=, !=, LIKE, NOT LIKEIN, NOT INAND, OR
cedantNameString=, !=, LIKE, NOT LIKEIN, NOT INAND, OR
locationsCountNumber=,!=, >, <, >=, <=IN, NOT INAND, OR
ownerNameString=, !=, LIKE, NOT LIKEIN, NOT IN
policyExpirationDateToYYYY-MM-DD=, !=, >, <, >=, <=AND, OR
producerNameString=, !=, LIKE, NOT LIKEIN, NOT INAND, OR
reportsCountNumber=, !=, >, <, >=, <=IN, NOT INAND, OR
resultsCountNumber=, !=, >, <, >=, <=IN, NOT INAND, OR
stampDateYYYY-MM-DD=, !=, >, <, >=, <=IN, NOT INAND, OR
underwriterNameString=, !=, LIKE, NOT LIKEIN, NOT INAND, OR
userId1String=, !=, LIKE, NOT LIKEIN, NOT INAND, OR
userId2String=, !=, LIKE, NOT LIKEIN, NOT INAND, OR
userId3String=, !=, LIKE, NOT LIKEIN, NOT INAND, OR
userId4String=, !=, LIKE, NOT LIKEIN, NOT INAND, OR
userText1String=, !=, LIKE, NOT LIKEIN, NOT INAND, OR
userText2String=, !=, LIKE, NOT LIKEIN, NOT INAND, OR

To learn more, see Response Filtering.

Path Params
int64
required
≥ 1

ID of EDM.

Query Params
string

Query string to select response data based on property values.

Supported properties: accountId, accountName, accountNumber, branchName, cedantName, locationsCount, ownerName, policyExpirationDate, producerName, reportsCount, resultsCount, stampDate, underwriterName, userId1, userId2, userId3, userId4, userText1, userText2, tagIds.

Operators depend on the data type of the property. See Filtering Responses.

string

Comma-delimited list of properties. Sort order defined by one of ASC (ascending) or DESC (descending).

Supported properties: accountId, accountName, accountNumber, branchName, cedantName, locationsCount, ownerName, policyExpirationDate, producerName, reportsCount, resultsCount, stampDate, underwriterName, userId1, userId2, userId3, userId4, userText1, userText2

See Response Pagination.

int32

Number of records returned per page. See Response Pagination

int32

Number of the page displaying the returned records, starting at 0

boolean

If true, this search was triggered from portfolio starting at 0

Responses

Response body
array of objects
object
int32

ID of account.

string

Name of account.

string
required

Number of account.

cedant
object

Risk-holding party (insurer/reinsurer) that is transferring a portion of risk to another risk-holding party (reinsurer/retrocessionaire).

producer
object

Agent or brokerage that produced a policy.

underwriter
object

Risk-holding party that transfers risk to a cedant in exchange for some premium.

branch
object

Branch that underwrites the account.

string

User-defined account property.

string

User-defined account property.

string

User-defined account property.

string

User-defined account property.

string

User-defined note.

string

User-defined note.

string

Timestamp in 8601 format, i.e. YYYY-MM-DDThh:mm:ss.sss

string

Timestamp in 8601 format, i.e. YYYY-MM-DDThh:mm:ss.sss

boolean

Not used. Retained for legacy purposes.

To avoid potential issues, do not set as false unless instructed by Moody's RMS.

string
int32

Number of locations.

string
string

List of hazard models run on account.

string

Name of owner.

int32
string
string

OPEN EXPIRING_SOON EXPIRED

double

Sum of the insurable value across all location coverage values. For building and contents coverage, value equals replacement cost. For business interruption coverage, it equals value at one year of income. If the values differ by coverage, the TIV uses the highest value.

int32

Number of reports.

tagIds
array of int32s

List of tags to applied to account.

tagIds

Language
Credentials
URL
Request