GET api/Transaction?agencyEIN={agencyEIN}&transId={transId}

Get a list of underwriters for the current agency, by branch

Request Information

URI Parameters

NameDescriptionTypeAdditional information
agencyEIN

Agency identifier

string

Required

transId

Optional param, if supplied gets valid Underwriters for the given TransactionId.

string

Required

Body Parameters

None.

Response Information

Resource Description

JSON object; underwriters by branch for each user agency

ResultMessage
NameDescriptionTypeAdditional information
Result

The result of the call that a developer can use to trigger other actions in their system

ResultEnum

None.

Message

A message you can display to your user for information about the result of the call

string

None.

UniqueTransactionId

An Id you can associate with your requests to group them together

string

None.